[Unity] I tried 3DBall sample of Unity “ML-Agents” (Tried Machine Learning)

Regarding ML-Agents which is Unity plugin to realize Machine Learning environment in Unity, in the last 2 times, I explained how to set up 3Dball which is sample of ML-Agents using sample learned model. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2] This time, I’ll explain how to run Machine Learning itself... Read more

[Unity] How to install Unity. (Unity 2018)

This is explanation about Unity installation for Windows. I am explaining how to install Unity editor for beginners. This article is for participants for a programming class, but many Unity beginners also can refer this. (This explanation is targeting Unity2018.1. Already some new versions have been released, but the installation way is not so changed. If you need, you can select the latest version.)   [Overview of the operation steps]... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part2

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, last time, I explained about pre-preparation step (create Python environment) to try 3Dball which is sample of ML-Agents. [Link: I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1] This time, I’ll explain set up in Unity to try the 3Dball sample.   [2. Make machine learning environment in Unity] 2.1. Open ML-Agents project in... Read more

[Unity] I tried 3DBall sample of Unity “ML-Agents” (Using sample learned model) Part1

Regarding ML-Agents which is Unity plugin to realized Machine Learning environment in Unity, already some demos have been shown in sessions held in Unite and some events. I also introduced about those sessions some times. [Link: Unite 2018 Tokyo: Introduce about “Unity for Deep Learning: Tool kit: ML-Agents”.] [Link: ] In those demo, there is a sample demo which is used every times. The name is 3Dball. This time, I’ll... Read more