From 8024c7636a27e9aa0b34584c1855f00c8ef28030 Mon Sep 17 00:00:00 2001 From: Adam Streck Date: Thu, 25 Apr 2019 22:38:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a57a401..469f0b5 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@ This project needs the ML-Agents environment version 0.5.0 (newer won't work due 2. Make sure this python and pip are in the [Path](https://projects.raspberrypi.org/en/projects/using-pip-on-windows/5). 3. Get Unity 2018.1+ 4. Download the ML-Agents 0.5.0 at https://github.com/Unity-Technologies/ml-agents/releases/tag/0.5.0 -5. Install dependencies: - 1. `cd ml-agents` - 2. `pip install ml-agents` (note that the folder ml-agents is nested in the repo ml-agents) +5. Install dependencies: `pip3 install mlagents` 6. Open the repo in Unity. 7. Get [TensorflowSharp](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage) and import into the project. 8. Clone this repository into the `UnitySDK/Assets` folder.