Use atari_py version with ROMs

This commit is contained in:
Aurélien Geron
2021-09-21 16:41:01 +12:00
parent edecc171a2
commit 7fc088e23d
2 changed files with 5 additions and 2 deletions

View File

@@ -52,7 +52,8 @@
"\n",
"if IS_COLAB or IS_KAGGLE:\n",
" !apt update && apt install -y libpq-dev libsdl2-dev swig xorg-dev xvfb\n",
" !pip install -q -U tf-agents pyvirtualdisplay gym[atari,box2d]\n",
" !pip install -q -U tf-agents pyvirtualdisplay gym[box2d]\n",
" !pip install -q -U atari_py==0.2.5\n",
"\n",
"# Scikit-Learn ≥0.20 is required\n",
"import sklearn\n",