israel-avihail commited on
Commit
0fbca4b
·
1 Parent(s): c2e31e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ TODO: Add your code
33
  from stable_baselines3 import PPO
34
  from huggingface_sb3 import load_from_hub
35
 
36
- repo_id = "Classroom-workshop/assignment2-omar" # 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
 
33
  from stable_baselines3 import PPO
34
  from huggingface_sb3 import load_from_hub
35
 
36
+ repo_id = "israel-avihail/Bereshit-PPO-LunarLander" # The repo_id
37
+ filename = "Bereshit-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