mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-02-03 02:14:53 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user