Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
python -m utils.load_from_hub --algo dqn --env MountainCar-v0 -orga sb3 -f logs/
|
41 |
-
python enjoy --algo dqn --env MountainCar-v0 -f logs/
|
42 |
```
|
43 |
|
44 |
## Training (with the RL Zoo)
|
|
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
python -m utils.load_from_hub --algo dqn --env MountainCar-v0 -orga sb3 -f logs/
|
41 |
+
python enjoy.py --algo dqn --env MountainCar-v0 -f logs/
|
42 |
```
|
43 |
|
44 |
## Training (with the RL Zoo)
|