Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ 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
|
41 |
python enjoy.py --algo a2c --env Acrobot-v1 -f logs/
|
42 |
```
|
43 |
|
@@ -45,7 +45,7 @@ python enjoy.py --algo a2c --env Acrobot-v1 -f logs/
|
|
45 |
```
|
46 |
python train.py --algo a2c --env Acrobot-v1 -f logs/
|
47 |
# Upload the model and generate video (when possible)
|
48 |
-
python -m
|
49 |
```
|
50 |
|
51 |
## Hyperparameters
|
|
|
37 |
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
+
python -m rl_zoo3.load_from_hub --algo a2c --env Acrobot-v1 -orga sb3 -f logs/
|
41 |
python enjoy.py --algo a2c --env Acrobot-v1 -f logs/
|
42 |
```
|
43 |
|
|
|
45 |
```
|
46 |
python train.py --algo a2c --env Acrobot-v1 -f logs/
|
47 |
# Upload the model and generate video (when possible)
|
48 |
+
python -m rl_zoo3.push_to_hub --algo a2c --env Acrobot-v1 -f logs/ -orga sb3
|
49 |
```
|
50 |
|
51 |
## Hyperparameters
|