PPO LunarLander-v2 model. Intelligent Systems Master's Degree. 02ddef0
Ander Villings commited on
How to use jcordon5/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="jcordon5/ppo-LunarLander-v2",
filename="{MODEL FILENAME}.zip",
)