From bfadb23cd76df2cd3f0e61d75f04f32064ec814f Mon Sep 17 00:00:00 2001 From: Aurelien Geron Date: Sat, 20 Mar 2021 11:23:53 +1300 Subject: [PATCH] Add Box2D for LunarLander-v2 exercise solution in chapter 18 --- environment.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 9e21acf49..db94c85a1 100644 --- a/environment.yml +++ b/environment.yml @@ -4,6 +4,7 @@ channels: - defaults dependencies: - atari_py=0.2 # 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 - gym=0.18 # used only in chapter 18 diff --git a/requirements.txt b/requirements.txt index fc516a6b9..0f5cd8824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ tensorflow-addons==0.12.1 # There are a few dependencies you need to install first, check out: # https://github.com/openai/gym#installing-everything -gym[atari]==0.18.0 +gym[atari,Box2D]==0.18.0 # On Windows, install atari_py using: # pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py