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