Fix gym commit

This commit is contained in:
Ariel Kwiatkowski
2022-05-23 16:09:09 +02:00
parent e8db3137fd
commit 2f1d427fa1

View File

@@ -201,7 +201,7 @@
"cell_type": "code",
"source": [
"%%capture\n",
"!pip install git+https://github.com/openai/gym.git # We install gym using git since Taxi-v3 \"rgb_array version\" is not on PyPi release\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 pygame\n",
"!pip install numpy\n",
"\n",