XGBooster commited on
Commit
6d955a4
1 Parent(s): f41fc70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -25,8 +25,7 @@ model-index:
25
 
26
  ## Usage (with Stable-baselines3)
27
  from huggingface_sb3 import load_from_hub
28
- checkpoint = load_from_hub(
29
- repo_id="XGBooster/LunarLanderPPO",
30
- filename="{MODEL FILENAME}.zip",
31
- )
32
 
 
25
 
26
  ## Usage (with Stable-baselines3)
27
  from huggingface_sb3 import load_from_hub
28
+
29
+ checkpoint = load_from_hub(repo_id="XGBooster/LunarLanderPPO",
30
+ filename="{MODEL FILENAME}.zip", )
 
31