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