#44 · Primary category: Robotics & Embodied AI Simulation
rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Project last updated:03/24/23
GitHub Stars
1.1K
Forks
140
Contributors
2
License
Apache-2.0
Why we included this project
For anyone learning to combine reinforcement learning with legged robots, Rex offers a practical entry point. It provides OpenAI Gym environments for a 3D-printed SpotMicro quadruped, simulated in PyBullet, so you can train control policies before touching physical hardware. The repo includes the robot's URDF model, a PPO implementation, and a command-line tool that handles single or batch training and lets you play back a pretrained policy. You can compare two control approaches, an open-loop gait and a Bezier inverse-kinematics controller, which helps clarify what actually shapes locomotion. The project is designed for sim-to-real transfer on low-cost quadruped platforms, and the codebase is small enough to serve as a concrete reference.
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.