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