Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ 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 tqc --env RocketLander-v0 -orga araffin -f logs/
|
|
|
35 |
SB3: https://github.com/DLR-RM/stable-baselines3<br/>
|
36 |
SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
37 |
|
38 |
+
Gym env: https://github.com/sdsubhajitdas/Rocket_Lander_Gym
|
39 |
+
|
40 |
```
|
41 |
# Download model and save it into the logs/ folder
|
42 |
python -m utils.load_from_hub --algo tqc --env RocketLander-v0 -orga araffin -f logs/
|