Make gym optional

main
Aurélien Geron 2017-02-17 14:52:28 +01:00
parent fc6fd7e610
commit c2be4a9be6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ tensorflow==1.0.0
# 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[all]==0.5.4
#gym[all]==0.5.4
# If you only want to install the Atari dependency, uncomment this line instead:
#gym[atari]==0.5.4