araffin commited on
Commit
499409d
1 Parent(s): 1300478

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)