Restore stable-baselines3 tag for Unit 1 certification compatibility 055545b
Lagnesh Mahapatra commited on
How to use LATlag/ppo-LunarLander-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="LATlag/ppo-LunarLander-v3",
filename="{MODEL FILENAME}.zip",
)