Skip to content

Commit 40d19cc

Browse files
authored
Update to release_3 in installation.md (#4144)
1 parent 94a00f7 commit 40d19cc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

com.unity.ml-agents/Documentation~/com.unity.ml-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ a number of ways to [connect with us] including our [ML-Agents Forum].
114114
[unity ML-Agents Toolkit]: https://github.com/Unity-Technologies/ml-agents
115115
[unity inference engine]: https://docs.unity3d.com/Packages/com.unity.barracuda@latest/index.html
116116
[package manager documentation]: https://docs.unity3d.com/Manual/upm-ui-install.html
117-
[installation instructions]: https://github.com/Unity-Technologies/ml-agents/blob/release_2_docs/docs/Installation.md
117+
[installation instructions]: https://github.com/Unity-Technologies/ml-agents/blob/release_3_docs/docs/Installation.md
118118
[github repository]: https://github.com/Unity-Technologies/ml-agents
119119
[python package]: https://github.com/Unity-Technologies/ml-agents
120120
[execution order of event functions]: https://docs.unity3d.com/Manual/ExecutionOrder.html

docs/Installation-Anaconda-Windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ commands in an Anaconda Prompt _(if you open a new prompt, be sure to activate
123123
the ml-agents Conda environment by typing `activate ml-agents`)_:
124124

125125
```sh
126-
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
126+
git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
127127
```
128128

129-
The `--branch release_2` option will switch to the tag of the latest stable
129+
The `--branch release_3` option will switch to the tag of the latest stable
130130
release. Omitting that will get the `master` branch which is potentially
131131
unstable.
132132

docs/Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ example environments and training configurations to experiment with them (some
5757
of our tutorials / guides assume you have access to our example environments).
5858

5959
```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
6161
```
6262

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
6464
release. Omitting that will get the `master` branch which is potentially
6565
unstable.
6666

6767
#### Advanced: Local Installation for Development
6868

6969
You will need to clone the repository if you plan to modify or extend the
7070
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`
7272
from the command above). See our
7373
[Contributions Guidelines](../com.unity.ml-agents/CONTRIBUTING.md) for more
7474
information on contributing to the ML-Agents Toolkit.
@@ -87,7 +87,7 @@ please follow the [advanced installation instructions](#advanced-local-installat
8787
#### Advanced: Local Installation for Development
8888

8989
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
9191
project by:
9292

9393
1. navigating to the menu `Window` -> `Package Manager`.

docs/Training-on-Amazon-Web-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ After launching your EC2 instance using the ami and ssh into it:
6969
2. Clone the ML-Agents repo and install the required Python packages
7070

7171
```sh
72-
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
72+
git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
7373
cd ml-agents/ml-agents/
7474
pip3 install -e .
7575
```

0 commit comments

Comments
 (0)