My first base_lines3 model, trained in lunar_lander... :) 44ae716
Jose Carlos commited on
How to use jcms-bits/Deep_RL_Course with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="jcms-bits/Deep_RL_Course",
filename="{MODEL FILENAME}.zip",
)