Skip to content

Commit 890f390

Browse files
committed
avoid stable-retro bug :(
1 parent 91af39d commit 890f390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"\n",
4242
"!python -m pip install pip --upgrade\n",
4343
"!python -m pip install \"stable_baselines3[extra]>=2.0.0a9\" # for gymnasium support\n",
44-
"!python -m pip -v install git+https://github.com/Farama-Foundation/stable-retro.git\n",
44+
"!python -m pip -v install git+https://github.com/zbeucler2018/stable-retro.git@fix-installation-with-git-via-pip #git+https://github.com/Farama-Foundation/stable-retro.git\n",
4545
"!python -m pip install wandb\n",
4646
"!python -m pip install tensorboard"
4747
]

0 commit comments

Comments
 (0)