testing on lunar b32d4ba verified
Willy commited on
How to use wlchee/ppo-Lunarlander_V0 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="wlchee/ppo-Lunarlander_V0",
filename="{MODEL FILENAME}.zip",
)