October 2019
Intermediate to advanced
366 pages
12h 4m
English
OpenAI Gym offers a general interface as well as a broad variety of environments.
To install it, we will use the following commands.
On OSX, we can use the following:
$ brew install cmake boost boost-python sdl2 swig wget
On Ubuntu 16.04, we will use the following command:
$ apt-get install -y python-pyglet python3-opengl zlib1g-dev libjpeg-dev patchelf cmake swig libboost-all-dev libsdl2-dev libosmesa6-dev xvfb ffmpeg
On Ubuntu 18.04, we will use the following command:
$ sudo apt install -y python3-dev zlib1g-dev libjpeg-dev cmake swig python-pyglet python3-opengl libboost-all-dev libsdl2-dev libosmesa6-dev patchelf ffmpeg xvfb
After running the preceding command for your respective OS, the following command is used: ...
Read now
Unlock full access