Initial commit 4fd0eb7
Quentin Gallouédec commited on
How to use qgallouedec/ppo-InvertedPendulum-v2-902944858 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="qgallouedec/ppo-InvertedPendulum-v2-902944858",
filename="{MODEL FILENAME}.zip",
)