Update README.md
Browse files
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 = "
|
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
|