Youxuan commited on
Commit
88c4a51
·
1 Parent(s): 6a6738f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="{MODEL FILENAME}.zip",
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
  ```