Skip to content

Commit

Permalink
Update hands-on.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
simoninithomas authored Feb 26, 2024
1 parent 8cde698 commit 00c6120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/en/unit5/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c6120

Please sign in to comment.