Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,6 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
30 |
from huggingface_sb3 import load_from_hub
|
31 |
checkpoint = load_from_hub(
|
32 |
repo_id="Youxuan/ppo-LunarLander-v2",
|
33 |
-
filename="
|
34 |
)
|
35 |
```
|
|
|
30 |
from huggingface_sb3 import load_from_hub
|
31 |
checkpoint = load_from_hub(
|
32 |
repo_id="Youxuan/ppo-LunarLander-v2",
|
33 |
+
filename="ppo-LunarLander-v2.zip",
|
34 |
)
|
35 |
```
|