Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2024-07-02 09:50:29 +02:00
committed by GitHub
parent d6f3cc4906
commit dd55145cd2

View File

@@ -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