Update hands-on-cleanrl.mdx

This commit is contained in:
Thomas Simonini
2023-05-30 14:19:57 +02:00
committed by GitHub
parent 82da9891bd
commit 3681eb8f9e

View File

@@ -111,10 +111,10 @@ virtual_display.start()
For this exercise, we use `gym==0.21` because the video was recorded with Gym.
```python
pip install gym==0.21
pip install gym==0.22
pip install imageio-ffmpeg
pip install huggingface_hub
pip install box2d
pip install gym[box2d]==0.22
```
## Let's code PPO from scratch with Costa Huang's tutorial