浏览代码

Update to release_3 in installation.md (#4144)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
cc48dace
共有 4 个文件被更改,包括 8 次插入8 次删除
  1. 2
      com.unity.ml-agents/Documentation~/com.unity.ml-agents.md
  2. 4
      docs/Installation-Anaconda-Windows.md
  3. 8
      docs/Installation.md
  4. 2
      docs/Training-on-Amazon-Web-Service.md

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


[unity ML-Agents Toolkit]: https://github.com/Unity-Technologies/ml-agents
[unity inference engine]: https://docs.unity3d.com/Packages/com.unity.barracuda@latest/index.html
[package manager documentation]: https://docs.unity3d.com/Manual/upm-ui-install.html
[installation instructions]: https://github.com/Unity-Technologies/ml-agents/blob/release_2_docs/docs/Installation.md
[installation instructions]: https://github.com/Unity-Technologies/ml-agents/blob/release_3_docs/docs/Installation.md
[github repository]: https://github.com/Unity-Technologies/ml-agents
[python package]: https://github.com/Unity-Technologies/ml-agents
[execution order of event functions]: https://docs.unity3d.com/Manual/ExecutionOrder.html

4
docs/Installation-Anaconda-Windows.md


the ml-agents Conda environment by typing `activate ml-agents`)_:
```sh
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
The `--branch release_2` option will switch to the tag of the latest stable
The `--branch release_3` option will switch to the tag of the latest stable
release. Omitting that will get the `master` branch which is potentially
unstable.

8
docs/Installation.md


of our tutorials / guides assume you have access to our example environments).
```sh
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
The `--branch release_2` option will switch to the tag of the latest stable
The `--branch release_3` 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_2`
back, make sure to clone the `master` branch (by omitting `--branch release_3`
from the command above). See our
[Contributions Guidelines](../com.unity.ml-agents/CONTRIBUTING.md) for more
information on contributing to the ML-Agents Toolkit.

#### Advanced: Local Installation for Development
You can [add the local](https://docs.unity3d.com/Manual/upm-ui-local.html)
`com.unity.ml-agents` package (from the repository that you just cloned) to our
`com.unity.ml-agents` package (from the repository that you just cloned) to your
project by:
1. navigating to the menu `Window` -> `Package Manager`.

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


2. Clone the ML-Agents repo and install the required Python packages
```sh
git clone --branch release_2 https://github.com/Unity-Technologies/ml-agents.git
git clone --branch release_3 https://github.com/Unity-Technologies/ml-agents.git
cd ml-agents/ml-agents/
pip3 install -e .
```

正在加载...
取消
保存