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