panda-gym: Open-source goal-conditioned environments for robotic learning
Quentin Gallou\'edec, Nicolas Cazin, Emmanuel Dellandr\'ea, Liming, Chen

TL;DR
panda-gym provides open-source, goal-conditioned reinforcement learning environments for the Franka Emika Panda robot, enabling easy task creation and benchmarking with state-of-the-art algorithms in a physics simulation.
Contribution
The paper introduces panda-gym, a flexible, open-source set of RL environments for robotic tasks using PyBullet, facilitating research and benchmarking in robotic learning.
Findings
Baseline results with state-of-the-art algorithms are provided.
The environments are easy to extend for new tasks or robots.
panda-gym is freely available for the research community.
Abstract
This paper presents panda-gym, a set of Reinforcement Learning (RL) environments for the Franka Emika Panda robot integrated with OpenAI Gym. Five tasks are included: reach, push, slide, pick & place and stack. They all follow a Multi-Goal RL framework, allowing to use goal-oriented RL algorithms. To foster open-research, we chose to use the open-source physics engine PyBullet. The implementation chosen for this package allows to define very easily new tasks or new robots. This paper also presents a baseline of results obtained with state-of-the-art model-free off-policy algorithms. panda-gym is open-source and freely available at https://github.com/qgallouedec/panda-gym.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗sb3/tqc-PandaPickAndPlace-v1model· 46 dl· ♡ 746 dl♡ 7
- 🤗sb3/tqc-PandaStack-v1model· 26 dl26 dl
- 🤗sb3/tqc-PandaSlide-v1model· 27 dl27 dl
- 🤗sb3/tqc-PandaPush-v1model· 33 dl33 dl
- 🤗sb3/tqc-PandaReach-v1model· 26 dl· ♡ 126 dl♡ 1
- 🤗ThomasSimonini/tpc-PandaReachDense-v2model· 9 dl9 dl
- 🤗ThomasSimonini/a2c-PandaReachDense-v2model· 12 dl· ♡ 112 dl♡ 1
- 🤗zhangshengdong/panda-animal-zsd-heywhalemodel· 9 dl· ♡ 19 dl♡ 1
- 🤗osanseviero/a2c-PandaReachDense-v2model· 5 dl5 dl
- 🤗DanGalt/a2c-PandaReachDense-v2model· 8 dl8 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
