From edecc171a25e8bc408e91c32a756f64dd25a2636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 21 Sep 2021 16:37:29 +1200 Subject: [PATCH] Use atari_py==0.2.6, as later versions don't have ROMs --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 609a850..f485394 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - atari_py=0.2 # used only in chapter 18 + - atari_py=0.2.6 # used only in chapter 18 - box2d-py=2.3 # used only in chapter 18 - ftfy=5.8 # used only in chapter 16 by the transformers library - graphviz # used only in chapter 6 for dot files