Installing Unity, the game engine itself, is not very difficult, but when working with ML-Agents, you need to be careful when you pick your version. As such, the next exercise is intended to be more configurable, meaning you may need to ask/answer questions while performing the exercise. We did this to make this exercise longer lasting since this toolkit has been known to change frequently with many breaking changes.
Unity will run on any major desktop computer (Windows, Mac, or Linux), so open your development computer and follow along with the next exercise to install Unity and the ML-Agents toolkit:
- Before installing Unity, check the ML-Agents GitHub installation page (https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Installation.md) and confirm which version of Unity is currently supported. At the time of writing, this is 2017.4, and we...