Update README.md
Browse files
README.md
CHANGED
|
@@ -30,8 +30,8 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
| 30 |
from stable_baselines3 import SAC
|
| 31 |
from huggingface_sb3 import load_from_hub
|
| 32 |
checkpoint = load_from_hub(
|
| 33 |
-
repo_id="jren123/sac-
|
| 34 |
-
filename="SAC-
|
| 35 |
)
|
| 36 |
model = SAC.load(checkpoint)
|
| 37 |
```
|
|
|
|
| 30 |
from stable_baselines3 import SAC
|
| 31 |
from huggingface_sb3 import load_from_hub
|
| 32 |
checkpoint = load_from_hub(
|
| 33 |
+
repo_id="jren123/sac-walker2d-v4",
|
| 34 |
+
filename="SAC-Walker2d-v4.zip",
|
| 35 |
)
|
| 36 |
model = SAC.load(checkpoint)
|
| 37 |
```
|