TZ20 commited on
Commit
05d4bba
1 Parent(s): 047307d

Update README.md

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