Skip to content

Commit 51b51ac

Browse files
committed
Fix typo: gym[box2d,atari_py] => gym[box2d,atari]
1 parent 0c1bd2a commit 51b51ac

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
@@ -52,7 +52,7 @@
5252
"\n",
5353
"if IS_COLAB or IS_KAGGLE:\n",
5454
" !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",
55+
" %pip install -q -U tf-agents pyvirtualdisplay gym[box2d,atari] AutoROM\n",
5656
"\n",
5757
"# Scikit-Learn ≥0.20 is required\n",
5858
"import sklearn\n",

0 commit comments

Comments
 (0)