Update 2_6_1_Q-Learning_Basic.ipynb

Updated installation with new version of gymnasium
master
Carlos A. Iglesias 1 week ago committed by GitHub
parent 9f46c534f7
commit e4fdcd65a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,7 +44,7 @@
"First of all, install the Gymnasium library, which is a fork of the OpenAI Gym library:\n",
"\n",
"```console\n",
"foo@bar:~$ conda install gymnasium\n",
"foo@bar:~$ pip install gymnasium[classic-control]\n",
"```\n",
"\n",
"If you get an error 'No module named 'Box2D', install 'pybox2d'.\n"

Loading…
Cancel
Save