Skip to content

Commit 22230a1

Browse files
committed
Ensure gym 0.21 is installed
1 parent 2ae2480 commit 22230a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18_reinforcement_learning.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"if IS_COLAB or IS_KAGGLE:\n",
5454
" !apt update && apt install -y libpq-dev libsdl2-dev swig xorg-dev xvfb\n",
5555
" %pip install -U tf-agents pyvirtualdisplay\n",
56-
" %pip install -U gym>=0.21.0\n",
56+
" %pip install -U gym~=0.21.0\n",
5757
" %pip install -U gym[box2d,atari,accept-rom-license]\n",
5858
"\n",
5959
"# Scikit-Learn ≥0.20 is required\n",

0 commit comments

Comments
 (0)