nicrusso7/rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Implements hybrid RL policies combining user-specified open-loop trajectories (Bezier inverse kinematics gaits) with learned feedback components using PPO, enabling sim-to-real transfer without manual tuning. Provides PyBullet simulation with multiple terrain types (heightfields, hills, mazes) and a CLI for batch training, policy playback, and rendered debugging. Supports both base quadruped and extended arm configurations, with modular environment parameters for exploring locomotion tasks from static poses to terrain navigation.
1,084 stars and 50 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
1,084
Forks
142
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 24, 2023
Monthly downloads
50
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nicrusso7/rex-gym"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
qgallouedec/panda-gym
Set of robotic environments based on PyBullet physics engine and gymnasium.
amazon-science/auction-gym
AuctionGym is a simulation environment that enables reproducible evaluation of bandit and...
upb-lea/openmodelica-microgrid-gym
OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
ntasfi/PyGame-Learning-Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
vietnh1009/Super-mario-bros-A3C-pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros