June 2018
Intermediate to advanced
318 pages
9h 24m
English
Now let's see how to install OpenAI Gym and Universe. Before that, we need to install several dependencies. First, let's activate the conda environment we just created using the following command:
source activate universe
Then we will install the following dependencies:
sudo apt-get updatesudo apt-get install golang libcupti-dev libjpeg-turbo8-dev make tmux htop chromium-browser git cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swigconda install pip six libgcc swigconda install opencv
Throughout this book, we will be using gym version 0.7.0 so you can install gym directly using pip as:
pip install gym==0.7.0
Or you can clone the gym repository and install ...
Read now
Unlock full access