Update README.md 5a218aa
Antonin Raffin commited on
How to use araffin/RecurrentPPO-CarRacing-v0_2 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="araffin/RecurrentPPO-CarRacing-v0_2",
filename="{MODEL FILENAME}.zip",
)