mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-15 02:41:20 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -288,7 +288,7 @@ Now let's try a more challenging environment called Pyramids.
|
||||
- We need to download it and place it into `./training-envs-executables/linux/`
|
||||
- We use a linux executable because we're using colab, and the colab machine's OS is Ubuntu (linux)
|
||||
|
||||
We downloaded the file Pyramids-linux.zip from from https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip using `wget`
|
||||
We downloaded the file Pyramids.zip from from https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip using `wget`
|
||||
|
||||
```python
|
||||
wget "https://huggingface.co/spaces/unity/ML-Agents-Pyramids/resolve/main/Pyramids.zip" -O ./training-envs-executables/linux/Pyramids.zip
|
||||
|
||||
Reference in New Issue
Block a user