Skip to content

Commit

Permalink
Update hands-on.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
simoninithomas authored Jul 2, 2024
1 parent d6f3cc4 commit dd55145
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions units/en/unit3/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd55145

Please sign in to comment.