Update unit2.ipynb

This commit is contained in:
Ariel Kwiatkowski
2022-05-28 11:15:09 +02:00
parent 591c8ccb75
commit c2259d8188

View File

@@ -201,7 +201,7 @@
"cell_type": "code",
"source": [
"%%capture\n",
"!pip install git+https://github.com/openai/gym.git@a37b956d57bdb024ccd8fef5446ba159e32d4626 # We install gym using git since Taxi-v3 \"rgb_array version\" is not on PyPi release\n",
"!pip install gym==0.24 # We install the newest gym version for the Taxi-v3 \"rgb_array version\"\n",
"!pip install pygame\n",
"!pip install numpy\n",
"\n",