Lunar Lander v2 c6af5d8 verified
Erty commited on
How to use MrFearless45/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="MrFearless45/ppo-LunarLander-v2",
filename="{MODEL FILENAME}.zip",
)