kuds commited on
Commit
bd9bcd3
·
verified ·
1 Parent(s): 52555e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)