Skip to content

Commit

Permalink
Merge pull request #415 from medvedev/patch-3
Browse files Browse the repository at this point in the history
Removed unnecessary pip install's
  • Loading branch information
simoninithomas authored Nov 7, 2023
2 parents fd3c84c + c217bf0 commit f067db8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions units/en/unit7/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@ pip install -e ./ml-agents-envs
pip install -e ./ml-agents
```

We also need to install pytorch with:

```bash
pip install torch
```

As well as the following dependency:

```bash
pip install onnx==1.12.0
```

Finally, you need to install git-lfs: https://git-lfs.com/

Now that it’s installed, we need to add the environment training executable. Based on your operating system you need to download one of them, unzip it and place it in a new folder inside `ml-agents` that you call `training-envs-executables`
Expand Down

0 comments on commit f067db8

Please sign in to comment.