Saraswati commited on
Commit
0150d9b
1 Parent(s): ace5da0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -31,6 +31,9 @@ TODO: Add your code
31
  ```python
32
  from stable_baselines3 import ...
33
  from huggingface_sb3 import load_from_hub
34
-
 
 
 
35
  ...
36
  ```
 
31
  ```python
32
  from stable_baselines3 import ...
33
  from huggingface_sb3 import load_from_hub
34
+ checkpoint = load_from_hub(
35
+ repo_id="Saraswati/a2c-AntBulletEnv-v0",
36
+ filename="{MODEL FILENAME}.zip",
37
+ )
38
  ...
39
  ```