Upload PPO LunarLander-v2 trained agent f9ca5d8 verified
Raffi Ardhi Naufal commited on
How to use reinforcement-learning-course/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="reinforcement-learning-course/ppo-LunarLander-v2",
filename="{MODEL FILENAME}.zip",
)