diff --git a/units/en/unit3/hands-on.mdx b/units/en/unit3/hands-on.mdx index eb1c9fc0..efcd38c2 100644 --- a/units/en/unit3/hands-on.mdx +++ b/units/en/unit3/hands-on.mdx @@ -93,13 +93,7 @@ If you see `ERROR: pip's dependency resolver does not currently take into accoun ```python # For now we install this update of RL-Baselines3 Zoo -pip install git+https://github.com/DLR-RM/rl-baselines3-zoo@update/hf -``` - -IF AND ONLY IF THE VERSION ABOVE DOES NOT EXIST ANYMORE. UNCOMMENT AND INSTALL THE ONE BELOW - -```python -#pip install rl_zoo3==2.0.0a9 +pip install git+https://github.com/DLR-RM/rl-baselines3-zoo ``` ```bash