Update Unit 7 hands-on.mdx

onnx v1.12.0 is needed because of protobuf v3.19.6 is used for the setup, later versions of onnx is not compatible.
This commit is contained in:
Zhu Lin Ch'ng
2023-09-06 00:50:22 +08:00
committed by GitHub
parent 1ed8d39ea7
commit e08a6cca74

View File

@@ -84,6 +84,12 @@ We also need to install pytorch with:
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 its 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`