emirsahin commited on
Commit
2a6955a
·
verified ·
1 Parent(s): 106bb72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -32,9 +32,7 @@ TODO: Add your code
32
  ```python
33
  from stable_baselines3 import ...
34
  from huggingface_sb3 import load_from_hub
35
- checkpoint = load_from_hub(
36
- repo_id="emirsahin/ppo-LunarLander-v2",
37
- filename="{MODEL FILENAME}.zip",
38
- )
39
  ...
40
  ```
 
32
  ```python
33
  from stable_baselines3 import ...
34
  from huggingface_sb3 import load_from_hub
35
+
36
+
 
 
37
  ...
38
  ```