Init ppo model for lunar lander a4c27e8
Stepan commited on
How to use minemile/rl with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="minemile/rl",
filename="{MODEL FILENAME}.zip",
)