This is a trained model of a
A2C agent playing
CartPole-v1
using the
stable-baselines3 library.
Watch the video below to see how the agent performs in the CartPole-v1 environment:
1from stable_baselines3 import ...
2from huggingface_sb3 import load_from_hub
3
4...