#10 · Primary category: Robotics & Embodied AI Simulation
RLinf
RLinf: Reinforcement Learning Infrastructure for Embodied and Agentic AI
Project last updated:08/28/26
GitHub Stars
4.7K
Forks
690
Contributors
111
License
Apache-2.0
Why we included this project
RLinf is worth a look if you are training robot policies or open-ended agents with reinforcement learning and would rather not assemble the pipeline yourself. It covers the training lifecycle from demonstration data collection and supervised fine-tuning through RL to deployment, and it handles a range of embodied setups, from LIBERO manipulation benchmarks and offline D4RL tasks to real robot arms and dexterous hands. Support for vision-language-action models such as GR00T and the PyTorch reimplementations of the π₀ / OpenVLA line is built in, and it plugs into simulators like Genesis and Polaris, with system-level optimizations that noticeably cut rollout latency. Rather than prescribing a single algorithm, it lets you wire up data collection, policy updates, and simulator backends on your own terms. That makes it a practical base for researchers and small robotics teams looking to reproduce or extend recent embodied RL work.
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.