A2C Agent playing PandaReachDense-v3

A trained A2C agent playing PandaReachDense-v3, made with the stable-baselines3 library.

Usage

from huggingface_sb3 import load_from_hub
from stable_baselines3 import A2C

checkpoint = load_from_hub("rondahahda/a2c-PandaReachDense-v3", "a2c-PandaReachDense-v3.zip")
model = A2C.load(checkpoint)
Downloads last month
13
Video Preview
loading

Evaluation results