Delete test tensorboard 8c30b21
Alfredo Wijaya Hardjoprawiro commited on
How to use alfredowh/ppo-Pacman-v5 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="alfredowh/ppo-Pacman-v5",
filename="{MODEL FILENAME}.zip",
)