Skip to content

Commit

Permalink
Removed unnecessary pip install's
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev authored Oct 25, 2023
1 parent df40414 commit c217bf0
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 c217bf0

Please sign in to comment.