Skip to content

Commit

Permalink
Updated example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jul 21, 2023
1 parent d829ffd commit 652f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 652f2de

Please sign in to comment.