araffin commited on
Commit
86a5309
1 Parent(s): 5d8271b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -26,10 +26,15 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
26
  and the [RL Zoo](https://github.com/DLR-RM/rl-baselines3-zoo)
27
 
28
  ## Usage (with SB3 RL Zoo)
 
 
 
 
 
29
  ```
30
  # Download model and save it into the logs/ folder
31
  python -m utils.load_from_hub --algo ppo --env CartPole-v1 -orga sb3 -f logs/
32
- python enjoy --algo ppo --env CartPole-v1 -f logs/
33
  ```
34
 
35
  ## Training (with the RL Zoo)
 
26
  and the [RL Zoo](https://github.com/DLR-RM/rl-baselines3-zoo)
27
 
28
  ## Usage (with SB3 RL Zoo)
29
+
30
+ RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
31
+ SB3: https://github.com/DLR-RM/stable-baselines3<br/>
32
+ SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
33
+
34
  ```
35
  # Download model and save it into the logs/ folder
36
  python -m utils.load_from_hub --algo ppo --env CartPole-v1 -orga sb3 -f logs/
37
+ python enjoy.py --algo ppo --env CartPole-v1 -f logs/
38
  ```
39
 
40
  ## Training (with the RL Zoo)