PPO Model v2 654c931
Brad Hayes commited on
How to use brad/deep-rl-week1-ppo with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="brad/deep-rl-week1-ppo",
filename="{MODEL FILENAME}.zip",
)