mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-09 21:59:22 +08:00
Removed unnecessary pip install's
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user