#50 · Primary category: Robotics & Embodied AI Simulation

panda-gym

artificial-intelligence deep-learning franka-emika machine-learning python reinforcement-learning robotics

Set of robotic environments based on PyBullet physics engine and gymnasium.

Project last updated:07/23/24

GitHub Stars

765

Forks

135

Contributors

9

License

MIT

Why we included this project

panda-gym puts a Franka Emika Panda arm inside PyBullet and exposes it as Gymnasium environments for reach, push, slide, pick-and-place, stack, and flip tasks. The continuous action and observation spaces plug straight into standard RL libraries, so you can test an algorithm without building a simulator first. It is light enough to run on a laptop, which makes it a sensible choice for coursework, research prototypes, or quick benchmarking before moving to heavier simulators or real hardware. The documentation is solid, and the project is a practical bridge between textbook reinforcement learning and real robotic manipulation.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category