PPO LunarLander-v2 trained agent c48c606
youness achaq commited on
How to use mryoshq/ppo-LunarLander with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="mryoshq/ppo-LunarLander",
filename="{MODEL FILENAME}.zip",
)