From dd55145cd285bc0821d26d4d644eb5703a04072d Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Tue, 2 Jul 2024 09:50:29 +0200 Subject: [PATCH] Update hands-on.mdx --- units/en/unit3/hands-on.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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