File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ of our tutorials / guides assume you have access to our example environments).
62
62
the repository if you would like to explore more examples.
63
63
64
64
``` sh
65
- git clone --branch release_19 https://github.com/Unity-Technologies/ml-agents.git
65
+ git clone --branch release_20 https://github.com/Unity-Technologies/ml-agents.git
66
66
```
67
67
68
- The ` --branch release_19 ` option will switch to the tag of the latest stable
68
+ The ` --branch release_20 ` option will switch to the tag of the latest stable
69
69
release. Omitting that will get the ` main ` branch which is potentially unstable.
70
70
71
71
#### Advanced: Local Installation for Development
72
72
73
73
You will need to clone the repository if you plan to modify or extend the
74
74
ML-Agents Toolkit for your purposes. If you plan to contribute those changes
75
- back, make sure to clone the ` main ` branch (by omitting ` --branch release_19 `
75
+ back, make sure to clone the ` main ` branch (by omitting ` --branch release_20 `
76
76
from the command above). See our
77
77
[ Contributions Guidelines] ( ../com.unity.ml-agents/CONTRIBUTING.md ) for more
78
78
information on contributing to the ML-Agents Toolkit.
You can’t perform that action at this time.
0 commit comments