Lunar lander upload 5315bf2
Eduardo Mosca commited on
How to use edmos7/LunarLander with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="edmos7/LunarLander",
filename="{MODEL FILENAME}.zip",
)