Add pip install pyglet

This commit is contained in:
Daisuke Shimamoto
2022-05-06 00:30:22 +09:00
parent 3eaf422305
commit bf587c19b6

View File

@@ -265,6 +265,7 @@
"!pip install gym[box2d]\n",
"!pip install stable-baselines3[extra]\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)"
]
},
@@ -1108,4 +1109,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}