Add code 08b00b7
Antonin Raffin commited on
How to use araffin/a2c-Pendulum-v1 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="araffin/a2c-Pendulum-v1",
filename="{MODEL FILENAME}.zip",
)