|
|
|
|
|
|
of our tutorials / guides assume you have access to our example environments). |
|
|
|
|
|
|
|
```sh |
|
|
|
git clone --branch release_1 https://github.com/Unity-Technologies/ml-agents.git |
|
|
|
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git |
|
|
|
The `--branch release_1` option will switch to the tag of the latest stable |
|
|
|
The `--branch release_2` option will switch to the tag of the latest stable |
|
|
|
release. Omitting that will get the `master` branch which is potentially |
|
|
|
unstable. |
|
|
|
|
|
|
|
|
|
|
ML-Agents Toolkit for your purposes. If you plan to contribute those changes |
|
|
|
back, make sure to clone the `master` branch (by omitting `--branch release_1` |
|
|
|
back, make sure to clone the `master` branch (by omitting `--branch release_2` |
|
|
|
from the command above). See our |
|
|
|
[Contributions Guidelines](../com.unity.ml-agents/CONTRIBUTING.md) for more |
|
|
|
information on contributing to the ML-Agents Toolkit. |
|
|
|