Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ import gymnasium as gym
|
|
| 70 |
from stable_baselines3 import PPO
|
| 71 |
|
| 72 |
# Download the model from the Hub
|
| 73 |
-
model_path = hf_hub_download(repo_id="kuds/lunar-lander-ppo", filename="best-model.zip")
|
| 74 |
|
| 75 |
# Load the model
|
| 76 |
model = PPO.load(model_path)
|
|
|
|
| 70 |
from stable_baselines3 import PPO
|
| 71 |
|
| 72 |
# Download the model from the Hub
|
| 73 |
+
model_path = hf_hub_download(repo_id="kuds/lunar-lander-ppo-continous", filename="best-model.zip")
|
| 74 |
|
| 75 |
# Load the model
|
| 76 |
model = PPO.load(model_path)
|