Yelinz commited on
Commit
4757d91
·
1 Parent(s): 3cab746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ TODO: Add your code
33
  from stable_baselines3 import PPO
34
  from huggingface_sb3 import load_from_hub
35
  repo_id = "Yelinz/ppo-lunar-lander" # The repo_id
36
- filename = "ppo-LunarLander-v2.zip" # The model filename.zip
37
 
38
  # When the model was trained on Python 3.8 the pickle protocol is 5
39
  # But Python 3.6, 3.7 use protocol 4
 
33
  from stable_baselines3 import PPO
34
  from huggingface_sb3 import load_from_hub
35
  repo_id = "Yelinz/ppo-lunar-lander" # The repo_id
36
+ filename = "lander-v1.zip" # The model filename.zip
37
 
38
  # When the model was trained on Python 3.8 the pickle protocol is 5
39
  # But Python 3.6, 3.7 use protocol 4