Skip to content

Instantly share code, notes, and snippets.

@syuntoku14
Created November 14, 2018 05:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syuntoku14/b9527403697a6565237ff5a403517db2 to your computer and use it in GitHub Desktop.
Save syuntoku14/b9527403697a6565237ff5a403517db2 to your computer and use it in GitHub Desktop.
Install gym environment into google colab
apt update
apt install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb ffmpeg xorg-dev python-opengl libboost-all-dev libsdl2-dev swig
pip3 install pyvirtualdisplay piglet gym torch torchvision
pip3 install "gym[atari]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment