#50 · Primary category: Robotics & Embodied AI Simulation
panda-gym
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
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.