You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation~/README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
## Preview package
2
-
This package is available as a preview, so it is not ready for production use. The features and documentation in this package might change before it is verified for release.
1
+
## ML-Agents DOTS Installation Guide
2
+
Please note that this package is available as a preview, so it is not ready for production use. The features and documentation in this package might change before it is verified for release.
3
3
4
4
## Installation
5
5
6
6
### Install C# code
7
7
* Create a new Project on Unity 2019.3.0f5
8
-
*To your `Package/manifest.json`add the packages :
8
+
*Navigate to the new created project folder and add the following entries into `Package/manifest.json`under "Dependencies":
* Run the following command inside the cloned repository:
23
29
```
24
30
pip3 install -e ./ml-agents-envs~
25
31
```
26
32
27
-
### Install trainer code
28
-
* ML-Agents on DOTS is compatible with version 0.15.1 of the [ml-agents packages](https://github.com/Unity-Technologies/ml-agents/blob/0.15.1). Checkout the ml-agents repository on version 0.15.1
29
-
* Run these commands at its root.
33
+
### Install ML-Agents Trainer code
34
+
* ML-Agents on DOTS is compatible with version 0.15.1 of the [ml-agents packages](https://github.com/Unity-Technologies/ml-agents/blob/0.15.1).
35
+
* Checkout the ml-agents repository on version 0.15.1
0 commit comments