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 sac --env AntBulletEnv-v0 -f logs/
|
| 42 |
```
|
| 43 |
|
|
@@ -45,7 +45,7 @@ python enjoy.py --algo sac --env AntBulletEnv-v0 -f logs/
|
|
| 45 |
```
|
| 46 |
python train.py --algo sac --env AntBulletEnv-v0 -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 sac --env AntBulletEnv-v0 -orga sb3 -f logs/
|
| 41 |
python enjoy.py --algo sac --env AntBulletEnv-v0 -f logs/
|
| 42 |
```
|
| 43 |
|
|
|
|
| 45 |
```
|
| 46 |
python train.py --algo sac --env AntBulletEnv-v0 -f logs/
|
| 47 |
# Upload the model and generate video (when possible)
|
| 48 |
+
python -m rl_zoo3.push_to_hub --algo sac --env AntBulletEnv-v0 -f logs/ -orga sb3
|
| 49 |
```
|
| 50 |
|
| 51 |
## Hyperparameters
|