From c2be4a9be642b33f8aba4b48b3a0925c11308fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 17 Feb 2017 14:52:28 +0100 Subject: [PATCH] Make gym optional --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3576b0..6946d3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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