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