#59 · Primary category: Robotics & Embodied AI Simulation
RT-2
Democratization of RT-2 "RT-2: New model translates vision and language into action"
Project last updated:07/26/24
GitHub Stars
584
Forks
68
Contributors
2
License
MIT
Why we included this project
RT-2 is a compact PyTorch reimplementation of Google's vision-language-action model, small enough to read end to end and easy to modify. It pairs a PaLM-E style language backbone with a vision encoder, so camera images and text instructions land in a shared embedding space and the model emits action tokens a robot can execute. For teams trying to understand how web-scale pretraining transfers into robotic manipulation, the code is a friendlier entry point than the paper alone. It installs with pip, exposes a single RT2 class that bundles the vision and language pieces, and includes straightforward examples for feeding in images and captions. Treat it as a research and prototyping reference rather than a production control stack; real deployment still needs the robotics data pipeline and hardware integration described in the original 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.