RT-1: Robotics Transformer for Real-World Control at Scale
Anthony BrohanNoah BrownJustice CarbajalYevgen ChebotarJoseph DabisChelsea FinnKeerthana GopalakrishnanKarol HausmanAlex HerzogJasmine Hsu
Presents RT-1, a transformer architecture trained on extensive multi-task real-world data to scale robotic control and generalize language-conditioned manipulation skills across novel objects and environments.
The article addresses the challenge of training robots to handle many tasks in varied real-world settings. Current robotic learning often relies on narrow, task-specific data sets, which limits flexibility and requires expensive new collections for each new goal. This matters because real-world robotic data is hard to gather at scale, unlike the large general data sets that have transformed vision and language models.
The article set out to evaluate whether a single high-capacity model trained on broad robotic demonstrations could achieve strong performance on known tasks while generalizing to new instructions, objects, and environments without further task-specific training.
The work collected roughly 130,000 successful demonstrations across more than 700 instructions using a fleet of 13 mobile manipulators over 17 months. Researchers trained and compared several model architectures on this data, then tested them in over 3,000 real-world trials that measured success on familiar tasks, novel combinations, added distractors, changed backgrounds, and long sequences of actions executed through an existing planning system.
RT-1 reached 97 percent success on training instructions, 25 percent above the next best baseline. It completed 76 percent of unseen instructions, 24 percent above the next best result. It handled added distractors at 83 percent success, 36 percent above the next baseline, and new backgrounds at 59 percent, 18 percent above the next result. Adding simulation or data from a different robot improved generalization on new objects and scenes with little loss on original tasks. The model also supported sequences of up to 50 steps in realistic kitchens.
These outcomes show that a suitably designed transformer can absorb diverse robotic experience and deliver usable generalization, lowering the cost of adapting robots to new settings. Performance gains were largest when data covered many tasks rather than simply more examples of fewer tasks.
Further progress requires larger and more varied environments to strengthen background robustness, faster non-expert methods to collect additional skills, and extensions that handle entirely novel motions. The main limitations are that the approach inherits the ceiling of its human demonstrations, cannot yet invent new motion patterns, and has been tested only on relatively simple manipulation behaviors.
The results rest on extensive real-robot trials and controlled ablations, giving high confidence in the reported gains within the tested kitchens and object sets.
- Paper: Decision Transformer: Reinforcement Learning via Sequence Modeling, Lili Chen et al. (2021). Provides the core sequence-modeling framework that treats control and trajectory optimization as autoregressive transformer token prediction.
- Paper: Learning hand-eye coordination for robotic grasping with deep learning and large-scale data collection, S. Levine et al. (2016). Establishes the foundational paradigm of large-scale robotic data collection across fleets of manipulator arms for closed-loop visuomotor learning.
- Paper: Perceiver: General Perception with Iterative Attention, Andrew Jaegle et al. (2021). Introduces the Perceiver cross-attention and latent-bottleneck architecture adapted by RT-1 to efficiently compress multi-image sequences for real-time control.
- Paper: Unified-IO: A Unified Model for Vision, Language, and Multi-Modal Tasks, Jiasen Lu et al. (2022). Details unified multi-modal tokenization techniques for mapping heterogeneous vision and language inputs into a shared transformer sequence representation.
- Paper: End-to-End Training of Deep Visuomotor Policies, Sergey Levine et al. (2015). Pioneers end-to-end deep visuomotor policies mapping raw pixels directly to robotic control actions.
- Paper: Gradient Surgery for Multi-Task Learning, Tianhe Yu et al. (2020). Examines multi-task optimization challenges and gradient interference in robotic policy learning across hundreds of diverse manipulation tasks.
- Paper: RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control, Anthony Brohan et al. (2023). Directly succeeds RT-1 by co-fine-tuning large internet-scale vision-language models on the RT-1 dataset to dramatically expand semantic reasoning and open-world robotic control.
- Paper: OpenVLA: An Open-Source Vision-Language-Action Model, Moo Jin Kim et al. (2024). Builds upon RT-1 and RT-2 by introducing an open-source 7B vision-language-action model trained across diverse multi-embodiment demonstration corpora.
- Paper: π0: A Vision-Language-Action Flow Model for General Robot Control, Kevin Black et al. (2024). Extends transformer-based robot foundation models like RT-1 to high-frequency continuous action spaces using flow-matching action experts.
- Paper: PaLM-E: An Embodied Multimodal Language Model, Danny Driess et al. (2023). Integrates multi-modal language model reasoning directly with embodied control systems to orchestrate complex, long-horizon planning for robotic manipulation.
- Paper: Vision-Language-Action Models: Concepts, Progress, Applications and Challenges, Ranjan Sapkota et al. (2025). Provides a comprehensive survey analyzing the evolution, architectures, and performance of vision-language-action models initiated by RT-1.
- Paper: RDT-1B: a Diffusion Foundation Model for Bimanual Manipulation, Songming Liu et al. (2025). Scales foundation policy architectures to bimanual manipulation using diffusion transformers over massive multi-robot demonstration datasets.
- Paper: CoA-VLA: Improving Vision-Language-Action Models via Visual-Textual Chain-of-Affordance, Jinming Li et al. (2025). Enhances VLA policy architectures with explicit visual-textual affordance reasoning stages prior to action prediction.
- Paper: DynamicVLA: A Vision-Language-Action Model for Dynamic Object Manipulation, Haozhe Xie et al. (2026). Extends VLA control models to fast, dynamic environments via continuous streaming inference and action prediction.
- Paper: TwinBrainVLA: Unleashing the Potential of Generalist VLMs for Embodied Tasks via Asymmetric Mixture-of-Transformers, Bin Yu et al. (2026). Addresses the fine-tuning forgetting observed in robotic VLAs through an asymmetric dual-pathway transformer architecture.
