Views
No views yet
PPOppo-LunarLander-v3.zip — SB3 modelresults.json — metricsreplay.mp4 — agent demonstration video1from huggingface_hub import hf_hub_download
2from stable_baselines3 import PPO
3
4# Download model
5path = hf_hub_download("pexa8335/PPO-LunarLander-v3-demo", "ppo-LunarLander-v3.zip")
6model = PPO.load(path)