Tried 4th time PPO LunarLander-v2 trained agent 1b1b510
Shankara Narayanan commited on
How to use marleyshan21/ppo-LunarLander-v2_try3 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="marleyshan21/ppo-LunarLander-v2_try3",
filename="{MODEL FILENAME}.zip",
)