December 2019
Intermediate to advanced
456 pages
11h 33m
English
Follow these steps to install OpenAI Gym, NumPy, and pandas:
$ pip install gym
In case of a Permission denied error, try to give user permissions:
$ pip install gym -U
$ python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
Alternatively, you can use the following command:
$ sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
Now that your setup is complete, let's look at both algorithms in action.
Read now
Unlock full access