Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion notebooks/unit1/requirements-unit1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stable-baselines3==2.0.0a5
swig
gymnasium[box2d]
gymnasium
box2d-py
huggingface_sb3
6 changes: 3 additions & 3 deletions notebooks/unit2/requirements-unit2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pygame
numpy

huggingface_hub
pickle5
pyyaml==6.0
# pickle5 # `pickle5` installation fails on colab. according to https://github.com/huggingface/deep-rl-class/issues/616 using native `pickle` works fine
pyyaml==6.0.2
imageio
imageio_ffmpeg
pyglet==1.5.1
tqdm
tqdm