1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-12-22 03:38:13 +00:00

Update 2_6_1_Q-Learning_Basic.ipynb

Updated installation with new version of gymnasium
This commit is contained in:
Carlos A. Iglesias 2024-04-24 18:46:54 +02:00 committed by GitHub
parent 9f46c534f7
commit e4fdcd65a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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