Merge pull request #38 from RedTachyon/gym-commit

Fix gym version (specific commit)
This commit is contained in:
Thomas Simonini
2022-05-24 08:50:00 +02:00
committed by GitHub

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",