Skip to content

Commit

Permalink
Make gym optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Feb 17, 2017
1 parent d637bfc commit c1f10c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c1f10c3

Please sign in to comment.