Upload PPO LunarLander-v2 trained agent 73b2ee1
Hung Vo commited on
How to use hungvtm/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="hungvtm/ppo-LunarLander-v2",
filename="{MODEL FILENAME}.zip",
)