Update installation instructions to add OpenAI gym and Anaconda
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
gym
|
||||
jupyter
|
||||
matplotlib
|
||||
numexpr
|
||||
@@ -12,6 +11,12 @@ scipy
|
||||
sympy
|
||||
wheel
|
||||
|
||||
# Optional: OpenAI gym is only needed for the Reinforcement Learning chapter.
|
||||
# There are a few dependencies you need to install first, check out:
|
||||
# https://github.com/openai/gym#installing-everything
|
||||
#gym
|
||||
#gym[atari]
|
||||
|
||||
# Optional: these are useful Jupyter extensions, in particular to display
|
||||
# the table of contents.
|
||||
https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
|
||||
|
||||
Reference in New Issue
Block a user