3880 Forks
14883 Stars
14883 Watchers

ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.

How to download and setup ml-agents

Open terminal and run command
git clone https://github.com/Unity-Technologies/ml-agents.git
git clone is used to create a copy or clone of ml-agents repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ml-agents https://github.com/Unity-Technologies/ml-agents/archive/master.zip

Or simply clone ml-agents with SSH
[email protected]:Unity-Technologies/ml-agents.git

If you have some problems with ml-agents

You may open issue on ml-agents support forum (system) here: https://github.com/Unity-Technologies/ml-agents/issues