Added the a2c notebook and the latest dqn run notebook e3b737c
ledmands commited on
How to use ledmands/ALE-Pacman-v5 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="ledmands/ALE-Pacman-v5",
filename="{MODEL FILENAME}.zip",
)