From 702fb3b77d9f4e14a68ebc0308e272c4364c8969 Mon Sep 17 00:00:00 2001 From: ad-daniel <44834743+ad-daniel@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:28:30 +0100 Subject: [PATCH] Fix instructions (#5709) --- .../howto/openai_gym/controllers/openai_gym/openai_gym.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/samples/howto/openai_gym/controllers/openai_gym/openai_gym.py b/projects/samples/howto/openai_gym/controllers/openai_gym/openai_gym.py index 5ece82b5ca5..a0df0a7136f 100644 --- a/projects/samples/howto/openai_gym/controllers/openai_gym/openai_gym.py +++ b/projects/samples/howto/openai_gym/controllers/openai_gym/openai_gym.py @@ -23,7 +23,7 @@ except ImportError: sys.exit( 'Please make sure you have all dependencies installed. ' - 'Run: "pip3 install numpy gym stable_baselines3"' + 'Run: "pip3 install numpy gym==0.21 stable_baselines3"' )