Amath commited on
Commit
400fb9c
1 Parent(s): 5d95602

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -25,4 +25,10 @@ model-index:
25
 
26
  ## Usage (with Stable-baselines3)
27
  TODO: Add your code
 
 
 
 
 
 
28
 
 
25
 
26
  ## Usage (with Stable-baselines3)
27
  TODO: Add your code
28
+
29
+ from huggingface_sb3 import load_from_hub
30
+ checkpoint = load_from_hub(
31
+ repo_id="Amath/ppo-LunarLander-v2",
32
+ filename="{MODEL FILENAME}.zip",
33
+ )
34