huggingface/deep-rl-class

[UPDATE] Hands-on Unit 7

zhulinchng opened this issue · 1 comments

What do you want to improve?

Unit 7 Hands-on need to add pip install onnx==1.12.0 as part of the setup.

  • Explain the typo/error or the part of the course you want to improve
Error: Module onnx is not installed

Material

Google Colab is not used, instead Windows 11 22621.2215 is used.

onnx v1.12.0 is needed because of protobuf v3.19.6 is used for the setup, later versions of onnx is not compatible.

Thanks for the PR I merge it. I close the issue 🤗