April 2018
Beginner to intermediate
566 pages
12h 17m
English
In this section, we will cover how to set up a coding environment that can help us implement our applications. We need to install the gym library. These are the steps that you can follow. I'm using Ubuntu 16.04 LTS as my operating system:
$ sudo git clone https://github.com/openai/gym.git$ cd gymgym: $ sudo pip install -e$ sudo pip install gym[atari]