Updated and formatted README 35a7301
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",
)