First commit dbd3930
Marco A. Egea Moreno commited on
How to use TitanTec/LunaInvader-T1 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="TitanTec/LunaInvader-T1",
filename="{MODEL FILENAME}.zip",
)