diff --git a/README.md b/README.md index cd2f0fb2885a96f855d02ee5b7e06e587298d6e5..1bfda707a3e748f1f1681ef146162722d6e6fcd1 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,6 @@ Stable-Baselines3 (SB3) is a high-level RL library that provides various algorit pip install stable-baselines3 ``` -> ⚠️ **Warning** -> If you use zsh as a shell, you'll need to use extra quote: `stable-baselines3"[extra]"` - #### Usage Use the [Stable-Baselines3 documentation](https://stable-baselines3.readthedocs.io/en/master/) to implement the code to solve the CartPole environment with the Advantage Actor-Critic (A2C) algorithm.