upload trained agent after course bf473ab
Peter Kvačkay commited on
How to use kvaky/course-lunar-lander with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="kvaky/course-lunar-lander",
filename="{MODEL FILENAME}.zip",
)