Initial commit 1c5f7ce
Werner Peter commited on
How to use szabopeter/a2c-AntBulletEnv-v0 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="szabopeter/a2c-AntBulletEnv-v0",
filename="{MODEL FILENAME}.zip",
)