MlpPolicy Agent playing CartPole-v1

This is a trained model of a MlpPolicy agent playing CartPole-v1 using the stable-baselines3 library.

Usage (with Stable-baselines3)

from stable_baselines3 import A2C
from huggingface_sb3 import load_from_hub

checkpoint = load_from_hub(
    repo_id="thomasbar/a2c_sb3_cartpole",
    filename="a2c_sb3_cartpole.zip",
)
model = A2C.load(checkpoint)
Downloads last month
-
Video Preview
loading

Evaluation results