mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-05-12 19:06:12 +08:00
Add pip install pyglet
This commit is contained in:
@@ -265,6 +265,7 @@
|
|||||||
"!pip install gym[box2d]\n",
|
"!pip install gym[box2d]\n",
|
||||||
"!pip install stable-baselines3[extra]\n",
|
"!pip install stable-baselines3[extra]\n",
|
||||||
"!pip install huggingface_sb3\n",
|
"!pip install huggingface_sb3\n",
|
||||||
|
"!pip install pyglet\n",
|
||||||
"!pip install ale-py==0.7.4 # To overcome an issue with gym (https://github.com/DLR-RM/stable-baselines3/issues/875)"
|
"!pip install ale-py==0.7.4 # To overcome an issue with gym (https://github.com/DLR-RM/stable-baselines3/issues/875)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -1108,4 +1109,4 @@
|
|||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 0
|
"nbformat_minor": 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user