mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-05 11:38:43 +08:00
Update hands-on-cleanrl.mdx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user