panda-gym: Open-source goal-conditioned environments for robotic learning
Paper
• 2106.13687 • Published
• 3
This is a trained model of a A2C agent playing PandaPickAndPlace-v3 using the stable-baselines3 library. Take a look at panda-gym
TODO: Add your code
from stable_baselines3 import ...
from huggingface_sb3 import load_from_hub
...