araffin commited on
Commit
050371d
1 Parent(s): 1d4cec8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -31,12 +31,14 @@ with hyperparameter optimization and pre-trained agents included.
31
 
32
  ## Usage (with SB3 RL Zoo)
33
 
34
- RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo
 
 
35
 
36
  ```
37
  # Download model and save it into the logs/ folder
38
  python -m utils.load_from_hub --algo ppo --env MountainCarContinuous-v0 -orga sb3 -f logs/
39
- python enjoy --algo ppo --env MountainCarContinuous-v0 -f logs/
40
  ```
41
 
42
  ## Training (with the RL Zoo)
 
31
 
32
  ## Usage (with SB3 RL Zoo)
33
 
34
+ RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
35
+ SB3: https://github.com/DLR-RM/stable-baselines3<br/>
36
+ SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
37
 
38
  ```
39
  # Download model and save it into the logs/ folder
40
  python -m utils.load_from_hub --algo ppo --env MountainCarContinuous-v0 -orga sb3 -f logs/
41
+ python enjoy.py --algo ppo --env MountainCarContinuous-v0 -f logs/
42
  ```
43
 
44
  ## Training (with the RL Zoo)