Deep RL Agents
Collection
A collection of models trained using deep RL for a variety of games. • 11 items • Updated • 1
How to use MattBoraske/ppo-CartPole-v1 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="MattBoraske/ppo-CartPole-v1",
filename="{MODEL FILENAME}.zip",
)This is a trained model of a PPO agent playing CartPole-v1 using the stable-baselines3 library.