@@ -57,18 +57,18 @@ example environments and training configurations to experiment with them (some
57
57
of our tutorials / guides assume you have access to our example environments).
58
58
59
59
``` sh
60
- git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
60
+ git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
61
61
```
62
62
63
- The ` --branch release_2 ` option will switch to the tag of the latest stable
63
+ The ` --branch release_3 ` option will switch to the tag of the latest stable
64
64
release. Omitting that will get the ` master ` branch which is potentially
65
65
unstable.
66
66
67
67
#### Advanced: Local Installation for Development
68
68
69
69
You will need to clone the repository if you plan to modify or extend the
70
70
ML-Agents Toolkit for your purposes. If you plan to contribute those changes
71
- back, make sure to clone the ` master ` branch (by omitting ` --branch release_2 `
71
+ back, make sure to clone the ` master ` branch (by omitting ` --branch release_3 `
72
72
from the command above). See our
73
73
[ Contributions Guidelines] ( ../com.unity.ml-agents/CONTRIBUTING.md ) for more
74
74
information on contributing to the ML-Agents Toolkit.
@@ -87,7 +87,7 @@ please follow the [advanced installation instructions](#advanced-local-installat
87
87
#### Advanced: Local Installation for Development
88
88
89
89
You can [ add the local] ( https://docs.unity3d.com/Manual/upm-ui-local.html )
90
- ` com.unity.ml-agents ` package (from the repository that you just cloned) to our
90
+ ` com.unity.ml-agents ` package (from the repository that you just cloned) to your
91
91
project by:
92
92
93
93
1 . navigating to the menu ` Window ` -> ` Package Manager ` .
0 commit comments