This is a trained model of a
A2C agent playing
PandaReachDense-v2
using the
stable-baselines3 library.
Here is the link for the paper (
https://huggingface.co/papers/2106.13687).
1from stable_baselines3 import ...
2from huggingface_sb3 import load_from_hub
3
4...