panda-gym: Open-source goal-conditioned environments for robotic learning
Paper • 2106.13687 • Published • 3
How to use MRNH/a2c-PandaPickAndPlace-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
repo_id="MRNH/a2c-PandaPickAndPlace-v3",
filename="{MODEL FILENAME}.zip",
)This is a trained model of a A2C agent playing PandaPickAndPlace-v3 using the stable-baselines3 library.
You can find any information about panda-gym at https://huggingface.co/papers/2106.13687