Edit model card

A2C Agent playing CartPole-v1

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

from stable_baselines3 import A2C
from huggingface_sb3 import load_from_hub

checkpoint = load_from_hub(
    repo_id="franckhu/apprentissage_auto_CartPole-v1-a2c",
    filename="CartPole-v1-a2c.zip",
)
...
Downloads last month
1
Video Preview
loading

Evaluation results