Vanilla unit1 PPO LunarLander c6ac363
Maciej Lulka commited on
How to use mtlulka/ppo-LunarLander_unit1_base with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="mtlulka/ppo-LunarLander_unit1_base",
filename="{MODEL FILENAME}.zip",
)