We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1bd2a commit 51b51acCopy full SHA for 51b51ac
18_reinforcement_learning.ipynb
@@ -52,7 +52,7 @@
52
"\n",
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 -q -U tf-agents pyvirtualdisplay gym[box2d,atari_py] AutoROM\n",
+ " %pip install -q -U tf-agents pyvirtualdisplay gym[box2d,atari] AutoROM\n",
56
57
"# Scikit-Learn ≥0.20 is required\n",
58
"import sklearn\n",
0 commit comments