We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae2480 commit 22230a1Copy full SHA for 22230a1
18_reinforcement_learning.ipynb
@@ -53,7 +53,7 @@
53
"if IS_COLAB or IS_KAGGLE:\n",
54
" !apt update && apt install -y libpq-dev libsdl2-dev swig xorg-dev xvfb\n",
55
" %pip install -U tf-agents pyvirtualdisplay\n",
56
- " %pip install -U gym>=0.21.0\n",
+ " %pip install -U gym~=0.21.0\n",
57
" %pip install -U gym[box2d,atari,accept-rom-license]\n",
58
"\n",
59
"# Scikit-Learn ≥0.20 is required\n",
0 commit comments