mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-09 13:50:23 +08:00
Change python-opengl to python3-opengl.
The Python2 dependencies couldn't be installed in Colab.
This commit is contained in:
@@ -158,7 +158,7 @@ Hence the following cell will install virtual screen libraries and create and ru
|
||||
|
||||
```bash
|
||||
sudo apt-get update
|
||||
apt install python-opengl
|
||||
apt install python3-opengl
|
||||
apt install ffmpeg
|
||||
apt install xvfb
|
||||
pip3 install pyvirtualdisplay
|
||||
|
||||
Reference in New Issue
Block a user