How to use from the
Use from the
stable-baselines3 library
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
	repo_id="DATAD2/ppo-LunarLander-v3",
	filename="{MODEL FILENAME}.zip",
)

PPO Agent for LunarLander-v3

This is a PPO agent trained using Stable-Baselines3 on the environment LunarLander-v3.

Downloads last month
-
Video Preview
loading