From 1b77173addf5674a39f7b2cf07f8f986e24d13b4 Mon Sep 17 00:00:00 2001 From: kudla Date: Fri, 22 Aug 2025 23:33:59 +0300 Subject: [PATCH 1/4] update deep-rl unit1 requirements --- notebooks/unit1/requirements-unit1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooks/unit1/requirements-unit1.txt b/notebooks/unit1/requirements-unit1.txt index fd27dfc1..f74ac2a5 100644 --- a/notebooks/unit1/requirements-unit1.txt +++ b/notebooks/unit1/requirements-unit1.txt @@ -1,4 +1,5 @@ stable-baselines3==2.0.0a5 swig -gymnasium[box2d] +gymnasium +box2d-py huggingface_sb3 From a627703bb2e09ec7d27ed422444080aed7ee95b1 Mon Sep 17 00:00:00 2001 From: kudla Date: Tue, 2 Sep 2025 22:12:24 +0300 Subject: [PATCH 2/4] unit2 pickle fix --- notebooks/unit2/requirements-unit2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/unit2/requirements-unit2.txt b/notebooks/unit2/requirements-unit2.txt index 3209a69c..e9f78ed8 100644 --- a/notebooks/unit2/requirements-unit2.txt +++ b/notebooks/unit2/requirements-unit2.txt @@ -3,9 +3,9 @@ pygame numpy huggingface_hub -pickle5 +pickle pyyaml==6.0 imageio imageio_ffmpeg pyglet==1.5.1 -tqdm \ No newline at end of file +tqdm From f7a2b0788255d25e67182895d2751bba8aef35b0 Mon Sep 17 00:00:00 2001 From: kudla Date: Tue, 2 Sep 2025 22:20:49 +0300 Subject: [PATCH 3/4] use native pickle --- notebooks/unit2/requirements-unit2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/unit2/requirements-unit2.txt b/notebooks/unit2/requirements-unit2.txt index e9f78ed8..d24a1cc5 100644 --- a/notebooks/unit2/requirements-unit2.txt +++ b/notebooks/unit2/requirements-unit2.txt @@ -3,7 +3,7 @@ pygame numpy huggingface_hub -pickle +# 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 imageio imageio_ffmpeg From 793740a1929ddc4c6f5cd232f01bfc82aab3609d Mon Sep 17 00:00:00 2001 From: kudla Date: Wed, 3 Sep 2025 01:01:10 +0300 Subject: [PATCH 4/4] unit2 payyaml dependency fix --- notebooks/unit2/requirements-unit2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/unit2/requirements-unit2.txt b/notebooks/unit2/requirements-unit2.txt index d24a1cc5..b30f2571 100644 --- a/notebooks/unit2/requirements-unit2.txt +++ b/notebooks/unit2/requirements-unit2.txt @@ -4,7 +4,7 @@ numpy huggingface_hub # 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 +pyyaml==6.0.2 imageio imageio_ffmpeg pyglet==1.5.1