From 652f2dece5fe2615e92f31cbcd0dc8106c520575 Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Fri, 21 Jul 2023 19:00:47 +0800 Subject: [PATCH] Updated example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0dd1494..5bcd12e1c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ sudo apt-get install python3 python3-pip git zlib1g-dev libopenmpi-dev ffmpeg You need to install a stable baselines 3 version that supports gymnasium ``` pip3 install git+https://github.com/Farama-Foundation/stable-retro.git -pip3 install "stable_baselines3[extra]>=2.0.0a9" +pip3 install stable_baselines3[extra] ``` Start training: