mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-04 19:18:46 +08:00
Merge pull request #38 from RedTachyon/gym-commit
Fix gym version (specific commit)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user