Update unit3.ipynb

Update (python 3.9)
This commit is contained in:
Thomas Simonini
2023-03-16 09:04:30 +01:00
committed by GitHub
parent e26d89a6a7
commit 06d8ef4e2e

View File

@@ -289,7 +289,9 @@
},
"outputs": [],
"source": [
"!pip install -r requirements.txt"
"!pip install -r requirements.txt",
"# Since colab uses Python 3.9 we need to add this installation\n",
"!pip install gym[atari,accept-rom-license]==0.21.0"
]
},
{