Update README.md
Browse files
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)
|