RUA / Awesome Robot Use Agent

Awesome Robot Use Agent

Research blogs, papers, benchmarks, open-source tools, and social demos for robot-use agents.

164 curated entries / Maintained by @KairunWen / Open to contributions

164 entries · all categories

Getting started Read, build, watch, evaluate

Robot-use agent overview: AI agents reason and plan, call robot interfaces, and use feedback to observe, act, and check outcomes in the physical world.

Articles

06

Claude plays robotics

· Shmuel Berman, Michael Ilie, Jia Deng, +1 author · Anthropic · Research article

Compares direct motor commands, generated controllers, pretrained-policy supervision, and RL training across control, locomotion, and manipulation tasks. Author-reported results show that robot embodiment and control interface strongly affect performance. Direct-control simulations pause between model calls; physical Go2 explorations should be distinguished from simulated benchmark results.

Details & sources
Institutions
Anthropic
Authors
Shmuel Berman, Michael Ilie, Jia Deng, Daniel Freeman

Introducing Auto Engineering for Robotics

· General Robotics · Research Blog

Introduces GRID’s agent-driven workflow for robot integration, simulation, skill creation, and deployment evaluation. Demonstrates laboratory manipulation tasks and describes how execution feedback helps agents diagnose failures, repair components, and retain reusable skills and engineering knowledge.

Details & sources
Institutions
General Robotics

Introducing Waddle: agents that control robots

· Waddle Team · Waddle Labs · Research Blog

Describes agents that observe camera feeds, generate robot-control programs, and call action models as tools. Presents real-robot demonstrations of task decomposition, outcome verification, replanning, and multi-agent coordination, with reusable skills shared across agents.

Details & sources
Institutions
Waddle Labs
Authors
Waddle Team

NVIDIA brings agents to life with DGX Spark and Reachy Mini

· Jeff Boudier, Nader Khalil, Alec Fong · Hugging Face, NVIDIA · Technical tutorial

Connects Nemotron reasoning and vision models, NeMo Agent Toolkit, and Pipecat to Reachy Mini for voice, camera input, and robot behaviors. Describes ReAct tool calling and Python interfaces for hardware or simulation; focuses on a desktop interactive robot rather than general manipulation.

Details & sources
Institutions
Hugging Face, NVIDIA
Authors
Jeff Boudier, Nader Khalil, Alec Fong

Gemini Robotics ER 2

Google DeepMind · Model overview

Describes embodied reasoning for multi-step planning, tool use, success tracking, and multi-robot coordination. ER 2 provides high-level decisions while a connected VLA handles motor execution; the page presents developer-reported capabilities and evaluations.

Details & sources
Institutions
Google DeepMind

Papers

50

Survey on Multimodal Embodied Agents: A Unified Capability-centric Perspective from Computer-Use to Robot-Use

· Yanzhe Chen, Ziyi Yang, Jifeng Zhu, +14 authors · National University of Singapore

Unifies computer-use and robot-use through PAPAV: Perceive, Anticipate, Plan, Act, and Verify; examines physical constraints and benchmark coverage.

Details & sources
Publication
ArXiv 2026
Institutions
National University of Singapore
Authors
Yanzhe Chen, Ziyi Yang, Jifeng Zhu, Qiming Huang, Ruihe An, Peiyao Xu, Hesen Yang, Runda Liu, Chang Gong, Zhijun Cao, Zechen Bai, Wenzheng Zeng, Yiqi Lin, Guoqiang Liang, Kevin Yuchen Ma, Kevin Qinghong Lin, Mike Zheng Shou

Show-Harness: Just a VLM Agent Can Play Robots

· Yanzhe Chen, Zechen Bai, Zhijun Cao, +7 authors · National University of Singapore

VLMs select discrete, incremental action units grounded by robot-specific interpreters.

Details & sources
Publication
ArXiv 2026
Institutions
National University of Singapore
Authors
Yanzhe Chen, Zechen Bai, Zhijun Cao, Wenzheng Zeng, Kevin Qinghong Lin, Yiqi Lin, Guoqiang Liang, Kevin Yuchen Ma, Qiming Huang, Mike Zheng Shou
Mechanism / release notes
Includes planning, action-history and recovery plugins, GUMI demonstration collection, and fine-tuning tools. Franka/Piper and simulator adapters require their documented dependencies and site configuration.

Zetta ζ: An Efficient Closed-Loop Embodied Harness for Self-Evolving Physical Intelligence

· Xin Ding, Liang Mi, Mingzhe Huang, +12 authors · AIR, Tsinghua University, Z-Trans AI

Keeps the base policy frozen while developing runtime critics and recovery skills through execution, diagnosis, and gated updates.

Details & sources
Publication
ArXiv 2026
Institutions
AIR, Tsinghua University, Z-Trans AI
Authors
Xin Ding, Liang Mi, Mingzhe Huang, Zixuan Wang, Chao Zhang, Zixu Hao, Fu Chen, Xiangyu Li, Yikai Zheng, Yaoyu Guo, Weijun Wang, Kun Li, Hao Wu, Yunxin Liu, Ting Cao

SHAPER: Self-Evolving Embodied Agents via Skill-Harness Evolution

· Peidong Wang, Zhiming Ma, Ying Chang, +7 authors · Northeastern University, Microsoft Research

Keeps model parameters frozen while evolving reusable skills and a context-code harness from target-environment rollouts.

Details & sources
Publication
ArXiv 2026
Institutions
Northeastern University, Microsoft Research
Authors
Peidong Wang, Zhiming Ma, Ying Chang, Xufang Luo, Yiqun Zhang, Zihan Wang, Xiaocui Yang, Shi Feng, Yuqing Yang, Dongsheng Li
Mechanism / release notes
Evaluated on VLABench and ESI-Bench with different action interfaces. Improves external skills and execution context without model training.

Mimir: A Neuro-Symbolic Memory System with Dynamic Grounding for Embodied Agents in Interactive Environments

· Haoming Xu, Zhenlin He, Hengyi Wang, +2 authors · PrimeBot Research Institute, Peking University +1

Separates world memory from task memory and grounds the active goal in recalled objects, state, and evidence before each action.

Details & sources
Publication
ArXiv 2026
Institutions
PrimeBot Research Institute, Peking University, University of Chinese Academy of Sciences
Authors
Haoming Xu, Zhenlin He, Hengyi Wang, Jiafeng Xu, Hao Dong
Mechanism / release notes
Memory module evaluated in simulation on EB-ALFRED and EB-Habitat.

ETA: A New Agentic Paradigm for Embodied Tasks

· Yitong Chen, Zezheng Huai, Sixian Li, +7 authors · Shanghai Innovation Institute, Fudan University +3

A planner selects one tool call at a time, executes it through a common interface, and uses fresh observations and results to revise plans and retain experience.

Details & sources
Publication
ArXiv 2026
Institutions
Shanghai Innovation Institute, Fudan University, Jilin University, Nanjing University, Zhejiang University
Authors
Yitong Chen, Zezheng Huai, Sixian Li, Yubang Wang, Haozhe Zhang, Yifei Zhang, Hechang Chen, Jingjing Gong, Yu-Gang Jiang, Xipeng Qiu
Mechanism / release notes
OpenETA provides replaceable planners, tools and skills, memory, replayable trajectories, and simulation/real-robot interfaces. Hardware execution requires the corresponding adapter and setup.

Thea — Towards the Harness of Embodied Agents

· Qi Wang, Tianyi Wang, Chengyang Li, +6 authors · Eastern Institute of Technology, Ningbo

Wraps robot capabilities as callable tools, maintains symbolic scene context, and evaluates action termination, success, and failure causes.

Details & sources
Publication
ArXiv 2026
Institutions
Eastern Institute of Technology, Ningbo
Authors
Qi Wang, Tianyi Wang, Chengyang Li, Shikun Ban, Yurun Chen, Yizhong Ge, Jason Qin, Chengtai Li, Wentao Zhu
Mechanism / release notes
Public runtime and interfaces; robot/simulator deployment requires concrete adapters and capabilities.

You Don't Need To Stay in The Loop: An Agentic Robotics Loop for Robot-Policy Improvement (AgenticRobotics)

· Hang Yu · Independent Researcher

An LLM controller coordinates training, evaluation, and policy-improvement workers with recorded tool calls, evidence-gated promotion, and recoverable execution state.

Details & sources
Publication
ArXiv 2026
Institutions
Independent Researcher
Authors
Hang Yu
Mechanism / release notes
Preview report focused on false-promotion control and operational reliability; it does not demonstrate better checkpoint selection than a human on the measured lineage.

Addressing the Orchestration Gap in Generalist Robots via Physical Agency

· Liane Galanti, Dhruv Shah, Tri Dao · Princeton University, Together AI

A closed-loop orchestrator decomposes goals, selects frozen VLA policies or parameterized skills, verifies outcomes from observations, and recovers from failures.

Details & sources
Publication
ArXiv 2026
Institutions
Princeton University, Together AI
Authors
Liane Galanti, Dhruv Shah, Tri Dao
Mechanism / release notes
Evaluated on LIBERO-PRO and real-robot manipulation without additional policy training. Includes simulation and Franka FR3 orchestrators; execution requires separately configured perception, planning, policy servers, and robot interfaces.

RoboHarness: Memory-Driven Orchestration of Heterogeneous Robot Policies for Long-Horizon Planning

· Jinbang Huang, Yuanzhao Hu, Zhiyuan Li, +6 authors · Huawei Noah’s Ark Lab, University of British Columbia +3

Uses execution memory to route among heterogeneous policies and a Memory Bridge to improve handoffs between policies.

Details & sources
Publication
ArXiv 2026
Institutions
Huawei Noah’s Ark Lab, University of British Columbia, University of Toronto, McGill University, Department of Foundation Model, Huawei 2012 Labs
Authors
Jinbang Huang, Yuanzhao Hu, Zhiyuan Li, Ran Qi, Yixin Xiao, Zhanguang Zhang, Mark Coates, Tongtong Cao, Yingxue Zhang

PhyAgentOS: A Self-Evolving Operating System for Embodied Agents with Decoupled Cognitive Planning and Physical Execution

· Yang Liu, Weixing Chen, Xinshuai Song, +8 authors · X-Era Lab, Sun Yat-sen University +1

Separates cognitive planning from physical execution through session state, explicit task verification, and reusable experience.

Details & sources
Publication
ArXiv 2026
Institutions
X-Era Lab, Sun Yat-sen University, Peng Cheng Laboratory
Authors
Yang Liu, Weixing Chen, Xinshuai Song, Tao Pu, Siwen Mo, Yongjie Bai, Zihao Chen, Qianran Sun, Liruo Zhong, Ying Shen, Liang Lin
Mechanism / release notes
The paper describes file-based state views and a SessionVerifier that distinguishes execution termination from task success. The evolving runtime requires separately configured tools and robot or simulator adapters.

RoboTTT: Context Scaling for Robot Policies

· Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng, +8 authors · NVIDIA, Stanford University +1

Uses test-time training fast weights to condition robot policies on long visuomotor histories, supporting adaptation from demonstrations and execution context.

Details & sources
Publication
ArXiv 2026
Institutions
NVIDIA, Stanford University, UT Austin
Authors
Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng, Fengyuan Hu, Yunhao Ge, Jimmy Wu, Tianyuan Dai, Scott Reed, Li Fei-Fei, Yuke Zhu, Linxi "Jim" Fan
Mechanism / release notes
Policy-learning research evaluated on real-robot manipulation tasks.

Harness VLA: Steering Frozen VLAs into Reliable Manipulation Primitives via Memory-Guided Agents

· Yixian Zhang, Huanming Zhang, Feng Gao, +13 authors · Tsinghua University, Striding AI +5

Exposes a frozen VLA as a retryable contact-rich primitive, coordinated with fixed analytic primitives and memory of execution outcomes.

Details & sources
Publication
ArXiv 2026
Institutions
Tsinghua University, Striding AI, Purdue University, Institute of Automation, Chinese Academy of Sciences, Infinigence AI, Hong Kong University of Science and Technology, Zhongguancun Academy
Authors
Yixian Zhang, Huanming Zhang, Feng Gao, Xiao Li, Zhihao Liu, Chunyang Zhu, Jiaxing Qiu, Yuchen Yan, Jiyuan Liu, Wenhao Tang, Zhengru Fang, Yi Nie, Changxu Wei, Yu Wang, Wenbo Ding, Chao Yu
Mechanism / release notes
Evaluated on LIBERO-Pro, RoboCasa365, and RoboTwin C2R without VLA fine-tuning. The paper links to RPent, which provides the runtime and simulator/VLA integrations; deployment requires the relevant models and environment setup.

GaP: A Graph-as-Policy Multi-Agent Self-Learning Harness For Variational Automation Tasks

· Kaiyuan Chen, Shuangyu Xie, Letian Fu, +21 authors · UC Berkeley, NVIDIA +2

Compiles language instructions into executable graphs of modular robot skills, then uses simulation feedback to localize failures and refine the graph.

Details & sources
Publication
ArXiv 2026
Institutions
UC Berkeley, NVIDIA, Carnegie Mellon University, Bosch
Authors
Kaiyuan Chen, Shuangyu Xie, Letian Fu, Justin Yu, William Pacini, Sandeep Bajamahal, Hudson Kim, Jaimyn Drake, Daehwa Kim, Haoru Xue, Jonathan Francis, Christian Juette, Peter Schaldenbrand, Muhammet Yunus Seker, Ruwan Wickramarachchi, Uksang Yoo, Guanzhi Wang, Adithyavairavan Murali, Balakumar Sundaralingam, S. Shankar Sastry, Spencer Huang, Yuke Zhu, Linxi "Jim" Fan, Ken Goldberg
Mechanism / release notes
Targets repeated task instances with varying object geometry and poses in a known workcell. Beta code includes graph generation, execution, and robot examples; deployment requires skill dependencies, calibrated sensors, and robot-specific connections.

ASPIRE: Agentic /Skills Discovery for Robotics

· Runyu Lu, Yubo Wu, Ethan Kou, +11 authors · NVIDIA, University of Michigan +3

Refines code-as-policy programs using multimodal execution traces, failure diagnosis, repair validation, a reusable skill library, and evolutionary search.

Details & sources
Institutions
NVIDIA, University of Michigan, University of Illinois Urbana-Champaign, UC Berkeley, Carnegie Mellon University
Authors
Runyu Lu, Yubo Wu, Ethan Kou, Letian Fu, Wenli Xiao, Ajay Mandlekar, Yinzhen Xu, Guanya Shi, Ken Goldberg, Ang Chen, Mosharaf Chowdhury, Yuke Zhu, Linxi "Jim" Fan, Guanzhi Wang
Mechanism / release notes
Provides simulation workflows and real-robot transfer code. Behaviors remain bounded by predefined perception, planning, and control primitives; real-world deployment requires success detection, resets, safety monitoring, and calibration.

ENPIRE: Agentic Robot Policy Self-Improvement in the Real World

· Wenli Xiao, Jia Xie, Tonghe Zhang, +14 authors · NVIDIA, Carnegie Mellon University +1

Connects scene reset, policy execution, outcome verification, and experiment refinement so coding agents can improve policies through physical trials.

Details & sources
Institutions
NVIDIA, Carnegie Mellon University, UC Berkeley
Authors
Wenli Xiao, Jia Xie, Tonghe Zhang, Haotian Lin, Letian "Max" Fu, Haoru Xue, Jalen Lu, Yi Yang, Cunxi Dai, Zi Wang, Jimmy Wu, Guanzhi Wang, S. Shankar Sastry, Ken Goldberg, Linxi "Jim" Fan, Yuke Zhu, Guanya Shi
Mechanism / release notes
Deployment requires calibrated stations and task-specific reset and verification functions.

Playful Agentic Robot Learning

· Junyi Zhang, Jiaxin Ge, Hanjun Yoo, +17 authors · UC Berkeley, Impossible Research

Proposes its own practice tasks, writes and executes robot code, diagnoses failures, and distills successful behavior into reusable skills before downstream tasks arrive.

Details & sources
Publication
ArXiv 2026
Institutions
UC Berkeley, Impossible Research
Authors
Junyi Zhang, Jiaxin Ge, Hanjun Yoo, Letian Fu, Zihan Yang, Yaowei Liu, Raj Saravanan, Shaofeng Yin, Justin Yu, Dantong Niu, Zirui Wang, Roei Herzig, Ken Goldberg, Yutong Bai, David M. Chan, Ion Stoica, Angjoo Kanazawa, Jiahui Lei, Haiwen Feng, Trevor Darrell
Mechanism / release notes
Evaluates a frozen skill library on held-out LIBERO-PRO and MolmoSpaces tasks, with transfer to RoboSuite and real robots without model fine-tuning. The repository includes play/evaluation workflows and skill libraries; execution requires the documented simulator or hardware setup.

Guava: An Effective and Universal Harness for Embodied Manipulation

· Haowen Liu, Xirui Li, Shaoxiong Yao, +5 authors · University of Maryland, University of Illinois Urbana-Champaign +4

Studies iterative perception–reasoning–action, semantic action abstractions, and multimodal observations; also describes distillation into a smaller agent model.

Details & sources
Publication
ArXiv 2026
Institutions
University of Maryland, University of Illinois Urbana-Champaign, University of Waterloo, Mohamed bin Zayed University of Artificial Intelligence, University of Pennsylvania, Amazon
Authors
Haowen Liu, Xirui Li, Shaoxiong Yao, Peng Shi, Tianyi Zhou, Jia-Bin Huang, Furong Huang, Jiayuan Mao

What Matters in Orchestrating Robot Policies: A Systematic Study of Hierarchical VLA Agents

· Jiaheng Hu, Mohit Shridhar, Caden Lu, +4 authors · Google DeepMind

Studies high-level VLM planners and low-level VLA controllers, including subgoal switching, observation representation, and planner memory.

Details & sources
Publication
ArXiv 2026
Institutions
Google DeepMind
Authors
Jiaheng Hu, Mohit Shridhar, Caden Lu, Dhruv Shah, Hao-Tien Lewis Chiang, Jie Tan, Annie Xie
Mechanism / release notes
Compares hierarchy design choices in simulation and on an ALOHA robot. This is a study of policy orchestration.

Enabling Extensible Embodied Capabilities with Tools

· Xueyang Zhou, Zijia Wang, Qianjiang Li, +7 authors · Huazhong University of Science and Technology, Tsinghua University

Externalizes embodied capabilities as callable tools through the Embodied Tool Protocol (ETP), with EmbodiedToolBench evaluating tool-need recognition, selection, execution, and composition.

Details & sources
Publication
ArXiv 2026
Institutions
Huazhong University of Science and Technology, Tsinghua University
Authors
Xueyang Zhou, Zijia Wang, Qianjiang Li, Yibo Hu, Guiyao Tie, Li Wan, Yidan Liu, Pan Zhou, Lichao Sun, Yongchao Chen
Mechanism / release notes
Describes 100+ validated tools spanning perception, cognition, reasoning, and execution, evaluated in simulation and on real robots. Reported benefits are stronger for perception and cognition than fine-grained execution.

EmbodiSkill: Skill-Aware Reflection for Self-Evolving Embodied Agents

· Ruofei Ju, Xinrui Wang, Xin Ding, +12 authors · Nanjing University, Huazhong University of Science and Technology +3

Reflects on execution trajectories to distinguish defective skills from execution lapses, then revises skill content or reinforces valid guidance.

Details & sources
Publication
ArXiv 2026
Institutions
Nanjing University, Huazhong University of Science and Technology, University of Science and Technology of China, Microsoft Research, AIR, Tsinghua University
Authors
Ruofei Ju, Xinrui Wang, Xin Ding, Yifan Yang, Hao Wu, Shiqi Jiang, Qianxi Zhang, Hao Wen, Xiangyu Li, Weijun Wang, Kun Li, Yunxin Liu, Haipeng Dai, Wei Wang, Ting Cao
Mechanism / release notes
Training-free skill evolution with a frozen executor, evaluated on ALFWorld and EmbodiedBench. The released implementation targets these simulated environments.

Learning while Deploying: Fleet-Scale Reinforcement Learning for Generalist Robot Policies (LWD)

· Yi Wang, Xinchen Li, Pengwei Xie, +13 authors · Shanghai Innovation Institute, AGIBOT Finch +1

Improves generalist robot policies using fleet-scale deployment experience, offline–online reinforcement learning, and human interventions.

Details & sources
Publication
ArXiv 2026
Institutions
Shanghai Innovation Institute, AGIBOT Finch, Columbia University
Authors
Yi Wang, Xinchen Li, Pengwei Xie, Pu Yang, Buqing Nie, Yunuo Cai, Qinglin Zhang, Chendi Qu, Jeffrey Wu, Jianheng Song, Xinlin Ren, Jingshun Huang, Mingjie Pan, Siyuan Feng, Zhi Chen, Jianlan Luo
Mechanism / release notes
Supporting policy-learning research evaluated with 16 dual-arm robots across eight tasks. Human interventions remain part of the learning workflow.

Robot Planning and Situation Handling with Active Perception

· Austine Oloo, Zainab Altaweel, Yohei Hayamizu, +9 authors · SUNY Binghamton, Carnegie Mellon University +2

VAP-TAMP combines VLM-guided active view selection and situation assessment with scene graphs and task-and-motion planning to handle execution-time disruptions.

Details & sources
Publication
IROS 2026
Institutions
SUNY Binghamton, Carnegie Mellon University, Ford Research, Agility Robotics
Authors
Austine Oloo, Zainab Altaweel, Yohei Hayamizu, Peiqi Liu, Yan Ding, Saeid Amiri, Hao Yang, Andy Kaminski, Chad Esselink, Chris Paxton, Xiaohan Zhang, Shiqi Zhang
Mechanism / release notes
Evaluated on service tasks in simulation and on a mobile manipulation platform.

CaP-X: A Framework for Benchmarking and Improving Coding Agents for Robot Manipulation

· Letian Fu, Justin Yu, Karim El-Refai, +13 authors · NVIDIA, UC Berkeley +2

Studies embodied coding agents through CaP-Gym, CaP-Bench, CaP-Agent0, and CaP-RL, including execution feedback and skill synthesis.

Details & sources
Publication
ICML 2026 · ⭐
Institutions
NVIDIA, UC Berkeley, Stanford University, Carnegie Mellon University
Authors
Letian Fu, Justin Yu, Karim El-Refai, Ethan Kou, Haoru Xue, Huang Huang, Wenli Xiao, Guanzhi Wang, Dantong Niu, Fei-Fei Li, Guanya Shi, Jiajun Wu, Shankar Sastry, Yuke Zhu, Ken Goldberg, Linxi "Jim" Fan

RoboClaw: An Agentic Framework for Scalable Long-Horizon Robotic Tasks

· Ruiying Li, Yunlang Zhou, YuYao Zhu, +15 authors · AgiBot, National University of Singapore +1

A VLM controller coordinates data collection, policy learning, and long-horizon execution; forward and inverse action pairs enable self-resetting collection.

Details & sources
Publication
ArXiv 2026
Institutions
AgiBot, National University of Singapore, Shanghai Jiao Tong University
Authors
Ruiying Li, Yunlang Zhou, YuYao Zhu, Kylin Chen, Jingyuan Wang, Sukai Wang, Kongtao Hu, Minhui Yu, Bowen Jiang, Zhan Su, Jiayao Ma, Xin He, Yongjian Shen, Yang Yang, Guanghui Ren, Maoqing Yao, Wenhao Wang, Yao Mu
Mechanism / release notes
Real-robot manipulation evaluations connect learned policy primitives with high-level planning and recovery. Hardware, policies, and reset behaviors require the corresponding setup.

Agentic Self-Evolutionary Replanning for Embodied Navigation (SERP)

· Guoliang Li, Ruihua Han, Chengyang Li, +5 authors · University of Macau, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences +3

Combines online action-model adaptation with LLM-guided graph-based replanning to respond to navigation failures and changing conditions.

Details & sources
Publication
ArXiv 2026
Institutions
University of Macau, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, University of Hong Kong, Fudan University, Southern University of Science and Technology
Authors
Guoliang Li, Ruihua Han, Chengyang Li, He Li, Shuai Wang, Wenchao Ding, Hong Zhang, Chengzhong Xu
Mechanism / release notes
Evaluated in simulation and real navigation environments. Adaptation uses in-context learning and automatic differentiation.

VLAW: Iterative Co-Improvement of Vision-Language-Action Policy and World Model

· Yanjiang Guo, Tony Lee, Lucy Xiaoyang Shi, +3 authors · Stanford University, Tsinghua University

Uses real rollouts to improve an action-conditioned world model, then synthetic rollouts to improve the VLA policy in an iterative loop.

Details & sources
Publication
ArXiv 2026
Institutions
Stanford University, Tsinghua University
Authors
Yanjiang Guo, Tony Lee, Lucy Xiaoyang Shi, Jianyu Chen, Percy Liang, Chelsea Finn
Mechanism / release notes
Supporting policy-learning research with real-robot evaluation. The released Ctrl-World code covers the world-model post-training component of VLAW.

A Survey on Agentic Multimodal Large Language Models

· Huanjin Yao, Ruifei Zhang, Jiaxing Huang, +8 authors · Nanyang Technological University, Chinese University of Hong Kong, Shenzhen +4

Broader multimodal-agent survey covering reasoning, reflection, memory, tool invocation, and interaction with physical environments, including embodied AI applications.

Details & sources
Publication
ArXiv 2025
Institutions
Nanyang Technological University, Chinese University of Hong Kong, Shenzhen, Shenzhen Research Institute of Big Data, Sun Yat-sen University, City University of Hong Kong, Communication University of China
Authors
Huanjin Yao, Ruifei Zhang, Jiaxing Huang, Jingyi Zhang, Yibo Wang, Bo Fang, Ruolin Zhu, Yongcheng Jing, Shunyu Liu, Guanbin Li, Dacheng Tao

Self-Improving Embodied Foundation Models

· Seyed Kamyar Seyed Ghasemipour, Ayzaan Wahid, Jonathan Tompson, +2 authors · Google DeepMind

Combines demonstration learning, learned success and progress estimates, and autonomous reinforcement-learning practice to improve robot policies.

Details & sources
Publication
NeurIPS 2025
Institutions
Google DeepMind
Authors
Seyed Kamyar Seyed Ghasemipour, Ayzaan Wahid, Jonathan Tompson, Pannag Sanketi, Igor Mordatch
Mechanism / release notes
Policy training and reward-learning research evaluated in simulation and on real robots.

Towards Embodied Agentic AI: Review and Classification of LLM- and VLM-Driven Robot Autonomy and Interaction

· Sahar Salimpour, Lei Fu, Kajetan Rachwał, +8 authors · University of Turku, Zurich University of Applied Sciences +4

Classifies how LLM/VLM agents integrate with robot APIs, ROS middleware, and orchestration frameworks; covers planning, tool calling, agent roles, and practical robotics toolkits.

Details & sources
Publication
ArXiv 2025
Institutions
University of Turku, Zurich University of Applied Sciences, ETH Zürich, Robotec.ai, Binabik.ai, Warsaw University of Technology
Authors
Sahar Salimpour, Lei Fu, Kajetan Rachwał, Pascal Bertrand, Kevin O'Sullivan, Robert Jakob, Farhad Keramat, Leonardo Militano, Giovanni Toffetti, Harry Edelman, Jorge Peña Queralta

RoboCerebra: A Large-scale Benchmark for Long-horizon Robotic Manipulation Evaluation

· Songhao Han, Boxiang Qiu, Yue Liao, +4 authors · Beihang University, National University of Singapore +1

Long-horizon simulation demonstrations with subtask annotations, disturbances, and memory-dependent tasks.

Details & sources
Publication
NeurIPS 2025
Institutions
Beihang University, National University of Singapore, Shanghai Jiao Tong University
Authors
Songhao Han, Boxiang Qiu, Yue Liao, Siyuan Huang, Chen Gao, Shuicheng Yan, Si Liu
Mechanism / release notes
Supports hierarchical planning and execution evaluation; not a dedicated tool-call trace dataset.

Hi Robot: Open-Ended Instruction Following with Hierarchical Vision-Language-Action Models

· Lucy Xiaoyang Shi, Brian Ichter, Michael Equi, +12 authors · Physical Intelligence, Stanford University +1

A high-level VLM interprets complex instructions and situated user feedback, while a low-level VLA executes the selected subtask.

Details & sources
Publication
ICML 2025
Institutions
Physical Intelligence, Stanford University, UC Berkeley
Authors
Lucy Xiaoyang Shi, Brian Ichter, Michael Equi, Liyiming Ke, Karl Pertsch, Quan Vuong, James Tanner, Anna Walling, Haohuan Wang, Niccolo Fusai, Adrian Li-Bell, Danny Driess, Lachy Groom, Sergey Levine, Chelsea Finn
Mechanism / release notes
Demonstrated on single-arm, dual-arm, and mobile dual-arm platforms.

EmbodiedBench: Comprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied Agents

· Rui Yang, Hanyang Chen, Junyu Zhang, +10 authors · University of Illinois Urbana-Champaign, Northwestern University +2

Vision-driven embodied-agent evaluation; see the benchmark catalogue .

Details & sources
Publication
ICML 2025
Institutions
University of Illinois Urbana-Champaign, Northwestern University, University of Toronto, Toyota Technological Institute at Chicago
Authors
Rui Yang, Hanyang Chen, Junyu Zhang, Mark Zhao, Cheng Qian, Kangrui Wang, Qineng Wang, Teja Venkat Koripella, Marziyeh Movahedi, Manling Li, Heng Ji, Huan Zhang, Tong Zhang

Code-as-Monitor: Constraint-aware Visual Programming for Reactive and Proactive Robotic Failure Detection

· Enshen Zhou, Qi Su, Cheng Chi, +5 authors · Beihang University, Peking University +2

Generates visual monitoring code to evaluate spatio-temporal constraints, detecting failures after they occur and anticipating constraint violations.

Details & sources
Publication
CVPR 2025
Institutions
Beihang University, Peking University, Beijing Academy of Artificial Intelligence, Galbot
Authors
Enshen Zhou, Qi Su, Cheng Chi, Zhizheng Zhang, Zhongyuan Wang, Tiejun Huang, Lu Sheng, He Wang
Mechanism / release notes
Execution-monitoring module that can close the loop around an existing policy; evaluated in simulation and a real-world setting.

EMOS: Embodiment-aware Heterogeneous Multi-robot Operating System with LLM Agents

· Junting Chen, Checheng Yu, Xunzhe Zhou, +7 authors · National University of Singapore, University of Hong Kong +6

LLM agents read URDF descriptions and call kinematics tools to build robot capability profiles, then coordinate heterogeneous robots for planning and execution.

Details & sources
Publication
ICLR 2025
Institutions
National University of Singapore, University of Hong Kong, Shanghai AI Laboratory, KAUST, University of Oxford, Tsinghua University, Nanjing University, Fudan University
Authors
Junting Chen, Checheng Yu, Xunzhe Zhou, Tianqi Xu, Yao Mu, Mengkang Hu, Wenqi Shao, Yikai Wang, Guohao Li, Lin Shao
Mechanism / release notes
Includes Habitat-MAS for embodiment-aware multi-robot reasoning. Evaluations use simulated manipulation, perception, navigation, and rearrangement tasks.

Embodied Agent Interface: Benchmarking LLMs for Embodied Decision Making

· Manling Li, Shiyu Zhao, Qineng Wang, +12 authors · Stanford University, Northwestern University +2

Evaluation of embodied decision-making modules; see the benchmark catalogue .

Details & sources
Publication
NeurIPS D&B 2024
Institutions
Stanford University, Northwestern University, Amazon, MIT
Authors
Manling Li, Shiyu Zhao, Qineng Wang, Kangrui Wang, Yu Zhou, Sanjana Srivastava, Cem Gokmen, Tony Lee, Li Erran Li, Ruohan Zhang, Weiyu Liu, Percy Liang, Li Fei-Fei, Jiayuan Mao, Jiajun Wu

AHA: A Vision-Language-Model for Detecting and Reasoning Over Failures in Robotic Manipulation

· Jiafei Duan, Wilbert Pumacay, Nishanth Kumar, +7 authors · NVIDIA, University of Washington +4

Produces natural-language failure diagnoses that can refine rewards, task plans, and subtask verification in robot manipulation systems.

Details & sources
Publication
ICLR 2025
Institutions
NVIDIA, University of Washington, Universidad Católica San Pablo, MIT, Nanyang Technological University, Allen Institute for AI
Authors
Jiafei Duan, Wilbert Pumacay, Nishanth Kumar, Yi Ru Wang, Shulin Tian, Wentao Yuan, Ranjay Krishna, Dieter Fox, Ajay Mandlekar, Yijie Guo
Mechanism / release notes
Failure-reasoning component using FailGen-generated simulation failure data, with integrations into three manipulation frameworks.

ReKep: Spatio-Temporal Reasoning of Relational Keypoint Constraints for Robotic Manipulation

· Wenlong Huang, Chen Wang, Yunzhu Li, +2 authors · Stanford University, Columbia University

Converts language instructions and RGB-D observations into Python functions over 3D keypoints; hierarchical optimization solves end-effector actions in a perception-action loop.

Details & sources
Publication
CoRL 2024
Institutions
Stanford University, Columbia University
Authors
Wenlong Huang, Chen Wang, Yunzhu Li, Ruohan Zhang, Li Fei-Fei
Mechanism / release notes
The paper demonstrates mobile single-arm and stationary dual-arm systems. The released code includes constraint generation and simulation execution; hardware use requires its own integration.

A Survey on Integration of Large Language Models with Intelligent Robots

· Yeseung Kim, Dohyun Kim, Jieun Choi, +3 authors · KAIST

LLM integration across communication, perception, planning, and control.

Details & sources
Institutions
KAIST
Authors
Yeseung Kim, Dohyun Kim, Jieun Choi, Jisang Park, Nayoung Oh, Daehyung Park

VoxPoser: Composable 3D Value Maps for Robotic Manipulation with Language Models

· Wenlong Huang, Chen Wang, Ruohan Zhang, +3 authors · Stanford University, University of Illinois Urbana-Champaign

Uses generated code and visual grounding to construct 3D value maps for motion planning; the generated program can be reevaluated with visual feedback.

Details & sources
Publication
CoRL 2023
Institutions
Stanford University, University of Illinois Urbana-Champaign
Authors
Wenlong Huang, Chen Wang, Ruohan Zhang, Yunzhu Li, Jiajun Wu, Li Fei-Fei
Mechanism / release notes
The public repository provides an RLBench demo; it excludes the full perception pipeline used in real-robot experiments.

SayPlan: Grounding Large Language Models using 3D Scene Graphs for Scalable Robot Task Planning

· Krishan Rana, Jesse Haviland, Sourav Garg, +3 authors · Queensland University of Technology, CSIRO Data61 +1

Searches hierarchical 3D scene graphs, calls a classical path planner, and uses scene-graph simulator feedback to repair infeasible long-horizon plans.

Details & sources
Publication
CoRL 2023
Institutions
Queensland University of Technology, CSIRO Data61, University of Adelaide
Authors
Krishan Rana, Jesse Haviland, Sourav Garg, Jad Abou-Chakra, Ian Reid, Niko Suenderhauf
Mechanism / release notes
Targets large-scale mobile manipulation; the project includes real-robot demonstrations. Simulator feedback validates plans, not every aspect of physical execution.

RoCo: Dialectic Multi-Robot Collaboration with Large Language Models

· Zhao Mandi, Shreeya Jain, Shuran Song · Columbia University

Robot agents negotiate subtasks through dialogue and generate task-space waypoints, revising plans using collision checks and other environment feedback.

Details & sources
Publication
ICRA 2024
Institutions
Columbia University
Authors
Zhao Mandi, Shreeya Jain, Shuran Song
Mechanism / release notes
Includes the six-task RoCoBench simulation benchmark and real-world human-robot collaboration demonstrations. Motion planning is provided by a separate planner.

Robots That Ask For Help: Uncertainty Alignment for Large Language Model Planners

· Allen Z. Ren, Anushri Dixit, Alexandra Bodrova, +11 authors · Princeton University, Google DeepMind

KnowNo uses conformal prediction to calibrate a language-model planner’s uncertainty and request human clarification when action choices remain ambiguous.

Details & sources
Publication
CoRL 2023
Institutions
Princeton University, Google DeepMind
Authors
Allen Z. Ren, Anushri Dixit, Alexandra Bodrova, Sumeet Singh, Stephen Tu, Noah Brown, Peng Xu, Leila Takayama, Fei Xia, Jake Varley, Zhenjia Xu, Dorsa Sadigh, Andy Zeng, Anirudha Majumdar
Mechanism / release notes
Evaluated in simulated and real-robot tasks. Statistical guarantees depend on the calibration assumptions; the method does not by itself verify physical execution safety.

DoReMi: Grounding Language Model by Detecting and Recovering from Plan-Execution Misalignment

· Yanjiang Guo, Yen-Jen Wang, Lihan Zha, +1 author · Tsinghua University, Shanghai Qi Zhi Institute

An LLM generates task plans and execution constraints, while a VLM continuously checks violations to trigger recovery when execution diverges from the plan.

Details & sources
Publication
IROS 2024
Institutions
Tsinghua University, Shanghai Qi Zhi Institute
Authors
Yanjiang Guo, Yen-Jen Wang, Lihan Zha, Jianyu Chen
Mechanism / release notes
Studies robot-arm and humanoid tasks with disturbances or imperfect controllers.

REFLECT: Summarizing Robot Experiences for Failure Explanation and Correction

· Zeyi Liu, Arpit Bahety, Shuran Song · Columbia University

Summarizes multisensory execution history, explains failures, and conditions a planner on those explanations to produce corrective actions.

Details & sources
Publication
CoRL 2023
Institutions
Columbia University
Authors
Zeyi Liu, Arpit Bahety, Shuran Song

RoboCat: A Self-Improving Generalist Agent for Robotic Manipulation

· Konstantinos Bousmalis, Giulia Vezzani, Dushyant Rao, +36 authors · Google DeepMind

Trains a visual goal-conditioned generalist policy across robot embodiments and incorporates self-generated experience into subsequent training.

Details & sources
Institutions
Google DeepMind
Authors
Konstantinos Bousmalis, Giulia Vezzani, Dushyant Rao, Coline Devin, Alex X. Lee, Maria Bauza, Todor Davchev, Yuxiang Zhou, Agrim Gupta, Akhil Raju, Antoine Laurens, Claudio Fantacci, Valentin Dalibard, Martina Zambelli, Murilo Martins, Rugile Pevceviciute, Michiel Blokzijl, Misha Denil, Nathan Batchelor, Thomas Lampe, Emilio Parisotto, Konrad Żołna, Scott Reed, Sergio Gómez Colmenarejo, Jon Scholz, Abbas Abdolmaleki, Oliver Groth, Jean-Baptiste Regli, Oleg Sushkov, Tom Rothörl, José Enrique Chen, Yusuf Aytar, Dave Barker, Joy Ortiz, Martin Riedmiller, Jost Tobias Springenberg, Raia Hadsell, Francesco Nori, Nicolas Heess
Mechanism / release notes
Policy-learning research in which self-improvement uses data collection and retraining.

ProgPrompt: Generating Situated Robot Task Plans Using Large Language Models

· Ishika Singh, Valts Blukis, Arsalan Mousavian, +6 authors · University of Southern California, NVIDIA

Prompts an LLM with available actions, scene objects, and example programs to generate executable task plans grounded in robot capabilities and context.

Details & sources
Publication
ICRA 2023 — Extended version: Autonomous Robots · 2023
Institutions
University of Southern California, NVIDIA
Authors
Ishika Singh, Valts Blukis, Arsalan Mousavian, Ankit Goyal, Danfei Xu, Jonathan Tremblay, Dieter Fox, Jesse Thomason, Animesh Garg
Mechanism / release notes
The released implementation targets VirtualHome; the paper also reports physical tabletop robot experiments.

Code as Policies: Language Model Programs for Embodied Control

· Jacky Liang, Wenlong Huang, Fei Xia, +5 authors · Robotics at Google

Generates programs that compose perception outputs, control APIs, and feedback loops.

Details & sources
Publication
ICRA 2023
Institutions
Robotics at Google
Authors
Jacky Liang, Wenlong Huang, Fei Xia, Peng Xu, Karol Hausman, Brian Ichter, Pete Florence, Andy Zeng

Inner Monologue: Embodied Reasoning through Planning with Language Models

· Wenlong Huang, Fei Xia, Ted Xiao, +14 authors · Robotics at Google

Feeds success detection, scene descriptions, and human feedback into language-based planning; demonstrates replanning and responses to changed goals.

Details & sources
Publication
CoRL 2022
Institutions
Robotics at Google
Authors
Wenlong Huang, Fei Xia, Ted Xiao, Harris Chan, Jacky Liang, Pete Florence, Andy Zeng, Jonathan Tompson, Igor Mordatch, Yevgen Chebotar, Pierre Sermanet, Noah Brown, Tomas Jackson, Linda Luu, Sergey Levine, Karol Hausman, Brian Ichter

SayCan — Do As I Can, Not As I Say: Grounding Language in Robotic Affordances

· Michael Ahn, Anthony Brohan, Noah Brown, +42 authors · Robotics at Google, Everyday Robots

Combines language-model skill scoring with affordance/value estimates to select feasible robot behaviors.

Details & sources
Publication
CoRL 2022
Institutions
Robotics at Google, Everyday Robots
Authors
Michael Ahn, Anthony Brohan, Noah Brown, Yevgen Chebotar, Omar Cortes, Byron David, Chelsea Finn, Chuyuan Fu, Keerthana Gopalakrishnan, Karol Hausman, Alex Herzog, Daniel Ho, Jasmine Hsu, Julian Ibarz, Brian Ichter, Alex Irpan, Eric Jang, Rosario Jauregui Ruano, Kyle Jeffrey, Sally Jesmonth, Nikhil J Joshi, Ryan Julian, Dmitry Kalashnikov, Yuheng Kuang, Kuang-Huei Lee, Sergey Levine, Yao Lu, Linda Luu, Carolina Parada, Peter Pastor, Jornell Quiambao, Kanishka Rao, Jarek Rettinghouse, Diego Reyes, Pierre Sermanet, Nicolas Sievers, Clayton Tan, Alexander Toshev, Vincent Vanhoucke, Fei Xia, Ted Xiao, Peng Xu, Sichun Xu, Mengyuan Yan, Andy Zeng

Projects

85

Open Source

Code links and usage restrictions are recorded per entry. Research papers and their code links are listed together in Papers; this section focuses on standalone tools, frameworks, environments, and demos. Check each repository, model, and dataset license before reuse.

Systems & Frameworks

AgenticROSROS 2 capability and mission runtime
Role
ROS 2 capability and mission runtime
Interface
Named skills via MCP and agent adapters
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Mission graphs pass step outputs and support failure branches.

Setup: ROS 2 capabilities and mission definitions.

Limits: The built-in natural-language mission compiler is rule-based, not an LLM planner.

Official source
Code · Docs
DimOSRobot runtime for perception, spatial memory, navigation, and agent skills
Role
Robot runtime for perception, spatial memory, navigation, and agent skills
Interface
Python, CLI, and MCP
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Replay, simulation, and hardware workflows.

Setup: Dependencies for the selected workflow and hardware integration.

Limits: Pre-release Beta; individual hardware integrations range from stable to experimental.

Official source
Code · Docs
EmbodiedAgentsROS 2 intelligence and component orchestration in EMOS
Role
ROS 2 intelligence and component orchestration in EMOS
Interface
Event-driven component graphs; local or hosted models
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Model, memory, and component events.

Setup: Relevant robot components for motion.

Limits: The quickstart demonstrates visual question answering; motion requires robot-specific components.

Official source
Code · Docs
RAIROS 2 agent framework for perception, speech, and evaluation
Role
ROS 2 agent framework for perception, speech, and evaluation
Interface
Robot-specific tools and robot descriptions
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Simulation integrations and rai_bench.

Setup: Robot-specific tools and configuration.

Limits: The README lists rai_finetune as unfinished.

Official source
Paper · Code · Docs
RPentEmbodied-agent framework combining perception, planning, memory, and VLA execution
Role
Embodied-agent framework combining perception, planning, memory, and VLA execution
Interface
Composable robot services; CLI, interactive control, and live dashboard
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Uses execution traces and memory-guided planning to compose manipulation primitives; implements Harness VLA.

Setup: Linux, an NVIDIA GPU, a configured planner, model checkpoints, and environment assets.

Environments: LIBERO-PRO, RoboCasa, and RoboTwin; real-robot extensions have separate hardware setup instructions.

Official source
Paper · Project · Code · Docs
Strands RobotsRobot tools and policy execution for Strands Agents
Role
Robot tools and policy execution for Strands Agents
Interface
Robot tool wrapping simulation or hardware
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Policy execution, recording, and training integrations.

Setup: MuJoCo by default; real hardware is opt-in.

Limits: Simulator asset coverage does not establish equivalent hardware support.

Official source
Code · Docs

Environment & Sandbox

These provide tasks, execution environments, and scene reconstruction workflows for agent research. Visual replay and contact simulation are distinguished per entry. An environment's inclusion does not mean its standard protocol evaluates tool use, streaming interaction, interruption, or recovery.

OmniSimNewton-based robot simulation with HTTP/JSON and first-party MCP interfaces for scene loading, physics stepping, screenshots, and controller iteration.
Useful for
Newton-based robot simulation with HTTP/JSON and first-party MCP interfaces for scene loading, physics stepping, screenshots, and controller iteration.
Deployment & limitsPublic Beta: Windows binaries and Linux source builds; macOS unsupported. ROS 2 integration is partial and sim-to-real transfer is unproven.
Official source
Code · MCP server · Protocol · Demos
· Project
EmbodiedGen V2Agentic simulation-world generation. Builds and edits assets, multi-room scenes, and task-driven environments from text, images, and dialogue, with physics checks and URDF / USD / MJCF export for robot training and evaluation.
Useful for
Agentic simulation-world generation. Builds and edits assets, multi-room scenes, and task-driven environments from text, images, and dialogue, with physics checks and URDF / USD / MJCF export for robot training and evaluation.
Deployment & limitsV2 paper first released 2026-07-08. Generation uses configurable 3D backends and an agent backend; local pipelines require their documented CUDA/model dependencies. Physical properties are inferred rather than measured. Reported real-robot gains come from a companion sim-to-real RL study, not a general robot-control agent.
Official source
Paper · Project · Code
· Data · Docs
SimFoundrySimulation scene generation. Modular video-to-simulation pipeline for object reconstruction, physical scene compilation, digital cousin variations, and task proposals in OmniGibson.
Useful for
Simulation scene generation. Modular video-to-simulation pipeline for object reconstruction, physical scene compilation, digital cousin variations, and task proposals in OmniGibson.
Deployment & limitsRequires Linux, an NVIDIA GPU, model access, and Gemini service access. The release includes rigid-body and articulation generation; automated background generation and robotics data generation, training, and evaluation are listed as coming soon.
Official source
Paper · Project · Code and documentation
DexGPTContact simulation. Reconstructs manipulation from a monocular GIF, retargets motion to two Sharpa Wave hands, and provides MuJoCo contact rollouts, recorded states, and audit reports.
Useful for
Contact simulation. Reconstructs manipulation from a monocular GIF, retargets motion to two Sharpa Wave hands, and provides MuJoCo contact rollouts, recorded states, and audit reports.
Deployment & limitsTask-specific experimental reconstruction with assumed scale and depth. The repository reports unmet physical validation criteria; exact replay uses a bundled fitted grasp seed.
Official source
Code and documentation
Real2Sim_GPT6_ASTRAVisual reconstruction / replay. Reconstructs a robot workspace from three RGB views and provides editable Blender scenes, motion replay, rendering, and geometric validation scripts.
Useful for
Visual reconstruction / replay. Reconstructs a robot workspace from three RGB views and provides editable Blender scenes, motion replay, rendering, and geometric validation scripts.
Deployment & limitsVisual approximation without measured calibration, depth, joint states, or dynamics. Input RGB frames are not bundled; reproduction requires those inputs, Blender, and FFmpeg.
Official source
Code and documentation
SIMPLEHumanoid locomotion-and-manipulation simulation with AMO/SONIC whole-body controllers, teleoperation and motion-planning data collection, and client–server policy evaluation.
Useful for
Humanoid locomotion-and-manipulation simulation with AMO/SONIC whole-body controllers, teleoperation and motion-planning data collection, and client–server policy evaluation.
Deployment & limitsBuilt on Isaac Sim 4.5 and MuJoCo 3.3; requires Ubuntu 22.04, an RTX-class NVIDIA GPU, task assets, and matching policy checkpoints. Its documented evaluations focus on learned policies; an LLM tool-use agent requires a separate integration.
Official source
Paper · Project · Code · Data · Models · Docs
LIBEROManipulation tasks and demonstrations for studying transfer across spatial, object, goal, and task variations
Useful for
Manipulation tasks and demonstrations for studying transfer across spatial, object, goal, and task variations
Official source
Paper · Code and datasets
RoboCasa / RoboCasa365Kitchen manipulation, atomic and composite tasks, and demonstration data
Useful for
Kitchen manipulation, atomic and composite tasks, and demonstration data
BEHAVIOR-1K / OmniGibsonBenchmark and simulation environment covering 1,000 everyday activities with rich object interactions; evaluates long-horizon execution. Specify the task subset and control interface when reporting results.
Useful for
Benchmark and simulation environment covering 1,000 everyday activities with rich object interactions; evaluates long-horizon execution. Specify the task subset and control interface when reporting results.
Official source
Paper · Project and documentation · Code

Tools & Utilities

Reusable tools and libraries for perception, grasp generation, motion planning, execution, and robot learning. Connect them through robot APIs to build an observation–action–feedback loop; each entry describes its capabilities and integration requirements.

Perception and spatial understanding

Grounded SAM 2Text-guided object detection, segmentation, and video tracking
Capability
Text-guided object detection, segmentation, and video tracking
Integration boundary
A perception pipeline, not a robot-use interface. Converting masks into robot-frame targets requires depth, calibration, and a control adapter; local-model and cloud-API paths have different dependencies.
Official source
Code and documentation
SAM 3Text- and visual-prompted segmentation for images and video
Capability
Text- and visual-prompted segmentation for images and video
Integration boundary
Integrated in ASPIRE and ENPIRE for object localization; robot-frame targets require depth and calibration. Model checkpoints require access approval.
FoundationPose6D object pose estimation and tracking from CAD models or reference images
Capability
6D object pose estimation and tracking from CAD models or reference images
Integration boundary
Requires the corresponding object inputs and inference setup. Its source license limits use to non-commercial research or evaluation.
Official source
Paper · Project · Code · License
BundleSDF6-DoF tracking and 3D reconstruction of unknown objects from RGB-D video
Capability
6-DoF tracking and 3D reconstruction of unknown objects from RGB-D video
Integration boundary
Requires RGB-D observations and an initial object mask. ASPIRE and ENPIRE include tracking-service integrations; deployment still requires camera calibration and runtime dependencies.
Official source
Paper · Project · Code · ENPIRE integration
ConceptGraphsOpen-vocabulary 3D scene graphs from posed RGB-D observations
Capability
Open-vocabulary 3D scene graphs from posed RGB-D observations
Integration boundary
Can support object and spatial-relation queries; requires upstream perception and camera poses.
Official source
Paper · Project · Code and documentation

Grasp generation

Contact-GraspNetGenerates 6-DoF grasp candidates from scene point clouds
Capability
Generates 6-DoF grasp candidates from scene point clouds
Integration boundary
ASPIRE uses a PyTorch port as a default simulation service. Grasp candidates still require robot-specific feasibility checks, motion planning, and execution.
AnyGrasp6-DoF grasp-pose detection and tracking from RGB-D observations
Capability
6-DoF grasp-pose detection and tracking from RGB-D observations
Integration boundary
Default grasp backend in ENPIRE’s public pickup example; optional in ASPIRE’s real-robot stack. The SDK, checkpoint, and license must be obtained separately.

Motion planning and control

MoveIt 2Motion planning, inverse kinematics, collision checking, and trajectory execution for ROS 2 manipulators
Capability
Motion planning, inverse kinematics, collision checking, and trajectory execution for ROS 2 manipulators
Integration boundary
Requires a robot description, planning-scene configuration, and a controller interface. An agent can submit motion goals and inspect execution results through its APIs.
Official source
Code · Docs
Nav2Mobile-robot navigation with path planning, path tracking, obstacle avoidance, and recovery behaviors
Capability
Mobile-robot navigation with path planning, path tracking, obstacle avoidance, and recovery behaviors
Integration boundary
Requires localization, coordinate transforms, sensor inputs, and a configured mobile base. Agents can request navigation goals through ROS 2 actions.
Official source
Code · Docs
cuRoboGPU-accelerated kinematics, collision checking, and motion generation
Capability
GPU-accelerated kinematics, collision checking, and motion generation
Integration boundary
Requires CUDA, robot and collision-world configuration, and an execution adapter. Planning a trajectory does not verify task success.
PyRokiJAX-based robot kinematic optimization, inverse kinematics, and configurable collision costs
Capability
JAX-based robot kinematic optimization, inverse kinematics, and configurable collision costs
Integration boundary
A default ASPIRE simulation service and an ENPIRE planning backend. Collision handling depends on the integration; ENPIRE’s documented RoboCasa IK path has no scene collision checking.
MPlibLightweight Python motion planning decoupled from ROS
Capability
Lightweight Python motion planning decoupled from ROS
Integration boundary
A planning backend for a custom tool; robot models, collision geometry, and execution must be supplied by the application.
Official source
Code and documentation
· Docs
MinkMuJoCo-based differential inverse kinematics with joint limits and collision avoidance
Capability
MuJoCo-based differential inverse kinematics with joint limits and collision avoidance
Integration boundary
A local kinematic solver, not a global task planner or a locomotion policy. The application supplies targets and the control loop.
Official source
Code and documentation
· Docs
PinkTask-weighted differential inverse kinematics using Pinocchio and quadratic-programming solvers
Capability
Task-weighted differential inverse kinematics using Pinocchio and quadratic-programming solvers
Integration boundary
ENPIRE’s YAM environment uses Pink to convert end-effector targets into joint velocities. Requires a robot model, task targets, and a control loop; it is not a global motion planner.

Execution infrastructure

ros2_controlROS 2 controller management and hardware interfaces for reading robot state and commanding actuators
Capability
ROS 2 controller management and hardware interfaces for reading robot state and commanding actuators
Integration boundary
Requires robot-specific hardware plugins and configured controllers. Connects planned motion to execution; task planning and goal verification belong to the calling system.
Official source
Code · Docs
mjbatchBatched MuJoCo simulation on CPU through Python, with shared array access to states and controls and per-simulation model parameters; includes MPC, RL, system identification, and hardware co-design examples
Capability
Batched MuJoCo simulation on CPU through Python, with shared array access to states and controls and per-simulation model parameters; includes MPC, RL, system identification, and hardware co-design examples
Integration boundary
A simulation backend for candidate-action rollouts and controller experiments; agent orchestration, tasks, and outcome evaluation must be supplied by the application.
Official source
Code and documentation
BehaviorTree.CPPBehavior-tree execution and composition in C++
Capability
Behavior-tree execution and composition in C++
Integration boundary
An execution backend for application-defined actions and conditions; robot bindings, agent integration, and outcome checks must be supplied separately.
Official source
Code and documentation
· Docs

Supporting policies and learning infrastructure

These resources can supply action models, data workflows, or deployment components. They are listed as foundations rather than complete robot-use agents.

OpenVLAVision-language-action model and tools for adaptation to robot manipulation
Role
Vision-language-action model and tools for adaptation to robot manipulation
Official source
Paper · Project · Code and model links · Models
openpiPhysical Intelligence's robot-policy implementations, training utilities, and inference interfaces
Role
Physical Intelligence's robot-policy implementations, training utilities, and inference interfaces
Official source
Code and model links
LeRobotRobot learning library with policies, datasets, hardware integrations, and training workflows
Role
Robot learning library with policies, datasets, hardware integrations, and training workflows
Official source
Code and documentation
· Docs

Other Tools

Interfaces and utilities for robot observations, actions, evaluation, execution feedback, and data workflows.

ROSA — Robot Operating System AgentNatural-language agent for ROS systems
Role
Natural-language agent for ROS systems
Interface
Tools for inspection, diagnosis, and robot operation
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Tool responses; capabilities depend on the configured robot.

Setup: Appropriate tools and context for custom robots.

Limits: Robot-specific task outcomes require the corresponding tools and context.

Official source
Paper · Code and documentation
ROS MCP ServerMCP interface to ROS
Role
MCP interface to ROS
Interface
MCP through ROS/rosbridge
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Robot communication and introspection.

Setup: A connected agent and robot stack.

Limits: Planning and outcome evaluation depend on the connected agent and robot stack.

Official source
Code and documentation
Inspect Robots (RoboCurve)Evaluation framework connecting LLM-agent/VLA policies, robot embodiments, and benchmark tasks
Role
Evaluation framework connecting LLM-agent/VLA policies, robot embodiments, and benchmark tasks
Interface
Policy and embodiment adapters; task execution and audit logs
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Runs evaluations and records auditable trial logs; powers StationeryBench.

Setup: Matching policy, task, and robot adapters. The linked GPT-6 Astra report uses version 0.58.0 on YAM arms.

Limits: Alpha software. See the trial results and limitations.

Official source
Code · Docs · GPT-6 Astra report
VLA Evaluation Harness (Ai2)Unified evaluation of VLA policies across robot simulation benchmarks, including LIBERO, CALVIN, and RoboDojo
Role
Unified evaluation of VLA policies across robot simulation benchmarks, including LIBERO, CALVIN, and RoboDojo
Interface
CLI and Python API; separate model servers and containerized benchmarks
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Parallel episode evaluation with task metrics, recordings, and saved configurations; supports synchronous and live execution.

Setup: A compatible model checkpoint and benchmark configuration, with the required compute and container runtime.

Limits: Model–benchmark compatibility and reproduced results vary by integration; the leaderboard also aggregates published results.

Official source
Code · Docs · Leaderboard
GPT 6 Astra as an Embodied PolicyEvaluation tooling for direct GPT-6 Astra control and π₀.₅ + GPT-6 Astra action correction on 10 RoboDojo tasks
Role
Evaluation tooling for direct GPT-6 Astra control and π₀.₅ + GPT-6 Astra action correction on 10 RoboDojo tasks
Interface
Hybrid rollout runner, evaluation logs, and video gallery
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Records success, task scores, and action corrections across 50 aligned cases per policy.

Setup: Isaac Sim 5.1, RoboDojo, and OpenPI; simulator assets and model checkpoints are obtained separately.

Limits: Official-model comparisons use reweighted public results, not same-seed reruns.

Official source
Report · Code · Results data
ros-skillAgent Skill for ROS/ROS 2
Role
Agent Skill for ROS/ROS 2
Interface
Python CLI over rosbridge WebSocket
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: JSON responses for topic, service, node, parameter, and action commands.

Setup: A configured robot and rosbridge.

Limits: Planning and outcome interpretation remain with the calling agent.

Video to Data (V2D)Agent-assisted video segmentation and retrieval, 3D reconstruction, human-to-robot motion retargeting, and Isaac Lab policy training
Role
Agent-assisted video segmentation and retrieval, 3D reconstruction, human-to-robot motion retargeting, and Isaac Lab policy training
Interface
Composable data-processing and training pipeline
Deployment & evidence
Feedback, setup & limits

Feedback / workflow: Organizes demonstration data and connects reconstruction, retargeting, and policy-training stages.

Setup: GPU-enabled Docker, model weights, robot assets, and source datasets for the selected workflow.

Limits: Hardware compatibility varies by module. Its ingestion agent organizes demonstration data; it is not itself an online robot-control agent.

Official source
Code and documentation

Social Demos

Browse 43 demos and evaluations

Selected X / Twitter and RedNote posts about GPT-6 Astra, with dates in UTC+8. Updated through 2026-09-14: 43 entries, with related follow-ups grouped together. Related articles are listed under Articles. Task labels describe the demonstrated activity, not task success or success rates; general manipulation is used when the exact task is unspecified. Results below are author-reported unless stated otherwise.

Real-robot demonstrations

Real · bimanual YAM

Jay Chooi / Robocurve

StationeryBench

Pick & place
Across 200 trials on five tasks, Astra and MolmoAct2 obtain mean progress scores of 46/100 vs 12/100; complete-task outcomes are 7/100 vs 0/100.
DetailsProgress scores are not success rates. Astra uses end-effector poses with IK; MolmoAct2 uses joint-action chunks. Budgets and training distributions differ, rigs are not always shared, and grading is human and non-blind. MolmoAct2 never leaves its initial pose in 47/100 trials. Demo videos remove waiting and accelerate playback.

Tasks: Pick & place, Articulated-object manipulation, Pouring & pipetting.

More: Benchmark catalogue · Evaluation report

Real · supervised painting

Artur Ishmaev

architectural painting and portrait

Drawing & painting
Author shows a robot painting Melnikov House and a portrait; a same-day follow-up uses Astra with QuiverAI for a Dom Narkomfina sketch.
DetailsA webcam lets the author monitor and intervene when the robot goes off track. The follow-up also uses QuiverAI.

Follow-up: Post

Real · mobile manipulator

Axel

video-conditioned mobile manipulation

Mobile manipulation
Author reports learning a task from demonstration video without a text task prompt, across changed camera views and layouts, using end-effector or joint actions.
DetailsNo text task prompt does not imply no system prompt or tool definitions. This is an independent author’s demonstration; no aggregate success rate is supplied.

More: Related post

Real · robot manipulation

Community demo

GPT-Policy-Eval

Insertion
Uses GPT-6 Astra with a video demonstration or reference images and live visual feedback for plug insertion, revealing a hidden goal, and arranging blocks.
DetailsResearch preview with selected individual trials, accelerated 8–24×; the plug-insertion clip is 12×. Code release and systematic evaluation are planned, not yet provided. No aggregate success rate is reported.

Tasks: Insertion, Stacking & rearrangement.

Box2AI / 盒子桥 — GPT-6 Astra cucumber-peeling attempt with Loop-ROS — original RedNote video cover
Real · robot arm

Box2AI / 盒子桥

cucumber-peeling attempt with Loop-ROS

Food preparation
Uses model-generated code with Loop-ROS / LoopMaster to control a robot arm for cucumber peeling.
DetailsThe preview shows a cucumber-peeling attempt; it does not establish completion of the full task.

More: Author profile

Real · robot arm

Wenli Xiao / Tonghe Zhang

video-conditioned robot imitation

General manipulation
A human demonstration video is supplied to a coding agent to guide a robot arm; authors report first-attempt success on the shown task.
DetailsRelated posts, not independent replications; no aggregate task success rate supplied.

More: Zhang post · ENPIRE

Real · robot arm

k7agar

instruction-following manipulation

General manipulation
Demonstrates instruction-following manipulation using Astra for high-level planning and a simple inverse-kinematics layer.
DetailsThe author reports limited dexterity. Selected demonstrations do not establish a repeated task success rate.

More: Related post

Yassine Yousfi — yad-use robot interface — original post preview
Tool · SO-101 / MuJoCo

Yassine Yousfi

yad-use robot interface

General manipulation
An agent interface for an SO-101 arm, Insta360 camera, and MuJoCo replica, with function calls and optional MCP.
DetailsThe original post shows a photograph of the setup, without a task-execution video or an outcome.
Real · SO-101

Thijs

SO-101 brush painting

Drawing & painting
Camera-guided painting of the Golden Gate Bridge, with improvement over attempts.
DetailsAuthor supplied calibration anchors and feedback; roughly one-minute action segments with background monitoring.

More: Control details

Real · robot arm

dhvanil

camera-guided brush calibration

Perception & calibration
Uses three cameras without supplied intrinsics or extrinsics, arm nudges, and brush-tip offsets for calibration.
DetailsThe reported <0.2 mm value describes camera-measured tip movement, not a measurement of absolute positioning accuracy.
Real · ARX

ARX

washing-machine knob operation

Articulated-object manipulation
Natural-language instruction to turn a knob in a new room; author says GPT plus a custom control layer, without a VLA.
DetailsA single case demonstration does not establish repeated-trial success rates or the control layer’s general capabilities.

More: Author clarification

Real · robot arm

k7agar

table-wiping attempt

Surface wiping
Shows Astra attempting to wipe a table.
DetailsNo repeated success rate, surface-coverage, force, or timing evaluation is supplied; the post does not provide an exact model-version run log.
Real · robot arm

k7agar

standing a block upright

Pick & place
Shows a robot picking up a green block and standing it upright.
DetailsA selected Astra demonstration without repeated trials or an exact model-version run log.

Tasks: Pick & place, Stacking & rearrangement.

Real · YAM arms

Jay Chooi / Robocurve

Block placement & puzzle insertion

Pick & place
Inspect Robots 0.58.0 on bimanual YAM arms: 19/20 block-into-bowl completions and 2/20 puzzle insertions. Each turn supplies three camera views plus proprioception; the agent requests absolute end-effector poses through move_to. Medium reasoning, a 20-LLM-call budget, and a 25% speed cap.
DetailsHuman, non-blind grading and manual resets; trials were not interleaved. Bowl comparisons used different rigs; puzzle used the same rig. The 95% figure applies only to the bowl task.

Tasks: Pick & place, Insertion.

More: Report (2026-09-04) and trial records · Framework

Simulation demonstrations

Sim · humanoid

Techniahqrobot

humanoid table climbing

Locomotion & balance
Author shows a simulated humanoid approaching a table, climbing onto it, and standing upright, with an Astra attribution.
DetailsThe clip does not show how actions are generated or how the model is connected to the simulator.
Sim · balancing robot

Eren Chen

balancing on a ball

Locomotion & balance
Author shows a robot balancing on a ball and describes the result as an RL demo made from one image and a text description in half an hour.
DetailsRL is the author's description. The clip shows balancing behavior but does not establish how the policy was trained.
Sim · mobile manipulation

Andre Infante

fridge-to-sink can transfer

Mobile manipulation
Move a red can from the refrigerator into the sink. The author reports success on the first attempt.
DetailsThe author explicitly reports very slow execution and a misconfigured contact model. No repeated-trial success rate or real-robot transfer is demonstrated; the action interface is not disclosed.

Follow-up: Post

Tasks: Mobile manipulation, Pick & place.

Sim · MuJoCo painting

Ramya Iyer

Astra Paints

Drawing & painting
A VLM plans brush strokes for a simulated arm; a separate blind VLM judge evaluates the canvas. Three six-round attempts progress from a beetle-like drawing to a donkey-like drawing, then a bull.
DetailsThe author reports that structure largely locks in by round two; most gains come between attempts using failed images and written feedback.

Follow-ups: Post 1 · Post 2 · Post 3

More: Code

Sim · MuJoCo / autobio

ludocomito

bimanual lab automation

Articulated-object manipulation
Pipetting, lid manipulation, and unscrewing with two arms. Astra receives overview/wrist images and robot state, then calls tools for target poses, joint targets, waiting, or completion; IK executes pose requests.
DetailsThe author reports high cost and low efficiency, not production readiness. Videos do not establish repeated task success or direct high-frequency model control. Lid-opening/closing wording varies in the source.

Follow-ups: Post 1 · Post 2 · Post 3 · Post 4 · Post 5 · Post 6

Tasks: Articulated-object manipulation, Pouring & pipetting.

Sim · RL / Fusion 360

Akira Sasaki

robot-dog training and design

Locomotion & balance
Author reports five days, 25 iterations, and nine motions while developing a robot dog through RL and CAD design.
DetailsA coding, training, and design workflow rather than Astra directly supplying a locomotion policy; hardware construction remains planned.

Tasks: Locomotion & balance, Robot & simulator design.

More: Related post

Sim · G1

H / thermalpastor

G1 stair-climbing failure

Locomotion & balance
A direct-control attempt fails at the first stair when weight transfer causes the humanoid to fall.
DetailsAuthor reports 29 joints, 89 calls, and 1.27 million tokens, with physics paused between 20 ms simulation steps. A useful failure case, not real-time stair climbing.

More: Related post

Sim · drone tasks

Andon Labs

Drone-Bench

Navigation & driving
Evaluates agent-written code for reconstruction, localization, navigation, detection, and following; each task has at least one Astra run beating the human baseline.
DetailsTen runs per model and up to ten submissions per run, selecting the best. Tasks receive baseline upstream outputs; the human baseline also uses coding-agent assistance. The end-to-end probability plot multiplies per-task probabilities rather than measuring a continuous full mission.

Tasks: Navigation & driving, Perception & calibration, Reconstruction & retargeting.

More: Evaluation report

Sim · MuJoCo

H

four-robot juggling

Throwing & catching
Extends the earlier two-robot demonstration to four robots, seven balls, 35 catches, and crossing paths, according to the author.
DetailsThe clip depicts coordinated juggling in simulation; it does not show real-time model control or hardware execution.
Sim · HSSD humanoid

Jiawei Gu

HumanCLAW

Navigation & driving
A fixed harness with pretrained motion generation evaluates 1,218 episodes across 41 HSSD validation houses. Astra scores 75.5% on Find, 57.1% on Navigate, and 46.6% on Interact.
DetailsLow-thinking configuration in a partially physical simulator; these are harness-level outcomes, not direct motor control or real-robot results.

Tasks: Navigation & driving, General manipulation.

More: Paper · Project · Evaluation logs

Sim · G1

H / thermalpastor

G1 bicycle controller

Locomotion & balance
Astra writes and debugs a controller for approximately 30 seconds of simulated bicycle riding without virtual stabilizers, according to the author.
DetailsController synthesis in simulation. The source gives conflicting descriptions of the starting condition: rolling start versus starting from rest.
Sim · MuJoCo

H / thermalpastor

two-robot juggling

Throwing & catching
Two robots exchange balls in MuJoCo, keeping at least one airborne.
DetailsAuthor labels the playback 1× simulation speed; this does not establish real-time model inference or hardware control.
Sim · Go1

Srinivas

Go1 blind stair locomotion

Locomotion & balance
Demonstrates stair locomotion using direct model actions and shares two prompts.
DetailsPhysics pauses during inference. The author raises possible memorization of raw joint-angle patterns; real-time execution and generalization are not established.

More: Related post

Sim · block stacking

ludocomito

three-layer pyramid and recovery

Stacking & rearrangement
Astra-medium uses a camera and robot state to assemble a three-layer pyramid and correct misalignment. A follow-up introduces an extra misplaced block to test recovery.
DetailsSingle demonstrations without repeated success rates. No extra task hint does not mean no system prompt or tool definitions; the author confirms no physical robot was available.

Follow-ups: Post 1 · Post 2

Sim · block stacking

ludocomito

color-ordered stacking

Stacking & rearrangement
Author reports Astra succeeds at stacking objects in a specified color order where GPT-5.6 failed, while noting that GPT-5.6-low also handles simple pick-and-place.
DetailsA single comparison without matched budgets, repeated trials, or statistical testing.
Sim · MuJoCo

Dmytro Hrybov

dexterous-hand drawing

Drawing & painting
A generated MuJoCo setup and controller use a Kinova Gen3 arm and Shadow Hand to draw a dove through pen–paper contact.
DetailsTwo-finger grip despite a five-finger hand; video sped up 4×.

More: Contact and timing details

Sim · Go1

Srinivas

Go1 walking through direct actions

Locomotion & balance
Author reports 250 model calls for five seconds of simulated walking, with actions at 50 Hz in simulation time.
DetailsPhysics pauses during each inference. The simulation action frequency is not the wall-clock inference or control rate.
Sim · CARLA

Ludovico Comito

CARLA driving planner

Navigation & driving
Uses Astra as a high-level driving planner in CARLA, including obstacle scenarios.
DetailsSimulation demonstration; it does not establish real-vehicle control, low-level driving competence, or a benchmark success rate.
Sim · MuJoCo

Dmytro Hrybov

six-legged, dual-arm transport

Mobile manipulation
Building a MuJoCo embodiment and controller that move objects between tables.
DetailsMuJoCo embodiment and controller prototype.

Tasks: Mobile manipulation, Pick & place.

Sim · RoboDojo

Hakim Phun

RoboDojo tasks

General manipulation
Selected robot-simulation task demonstrations.
DetailsInference pauses were removed from playback; no full quantitative evaluation is provided.

Perception and reconstruction

These are supporting capabilities for robot-use workflows, rather than direct evidence of a complete robot-control agent.

Design · CAD assembly

alpha_rover

robot CAD around existing hardware

Robot & simulator design
Author shows a robot assembly designed around owned hardware, including sheet-metal, machined, and printable parts.
DetailsManufacturing and physical operation remain future work; head mounting is still undecided.

Follow-ups: Post 1 · Post 2 · Post 3

Tooling · MuJoCo WebAssembly

vishal

barcode-flybody browser simulation

Robot & simulator design
Author uses Astra to package an existing MuJoCo WebAssembly/browser build as a standalone interactive barcode-flybody simulation.
DetailsReuses an existing simulator rather than building a physics engine or demonstrating learned robot control.
Sim model · MuJoCo

Dmytro Hrybov

tendon-hand model follow-up

Robot & simulator design
Models a hand with 25 motors and 50 tendon branches using simplified transmissions and CAD geometry.
DetailsCable routing remains difficult even with human guidance, and cable collisions are not simulated. This follow-up concerns a hand model, not a physical-hardware trial.

Earlier version (2026-09-10): constructs a simplified 1X-hand mechanism from video, with illustrative cable deformation; full tendon physics remains future work. Tasks include reconstruction, retargeting, and simulator design. Post · Video · Preview

Video · retargeting

Lingxiao Guo

video-to-Wuji-hand retargeting

Reconstruction & retargeting
Real2Sim and motion retargeting from two videos, without supplied states or actions.
DetailsThe clip demonstrates motion retargeting; it does not demonstrate hardware deployment, repeated trials, or reproduction using the separate Real2Sim repository.
Markus Wulfmeier — robot perception evaluation — original post preview
Evaluation · perception

Markus Wulfmeier

robot perception evaluation

Perception & calibration
Author reports a nearly 8% improvement over Sol on a robot-perception evaluation.
DetailsThe post does not clarify whether the change is relative or in percentage points and does not provide a complete evaluation protocol; this is perception evidence, not a closed-loop robot-task result.
Real2Sim · articulated scene

Siyuan Huang

articulated-scene Real2Sim

Reconstruction & retargeting
Reconstructs an articulated scene from several photographs.
DetailsVisual reconstruction from photographs does not by itself establish dynamics accuracy or repeatability.
Scene · Unreal Engine

Enactra

Madison Square Park reconstruction

Reconstruction & retargeting
Builds a Madison Square Park scene in Unreal Engine and compares it with Google Earth imagery.
DetailsShows scene and asset construction in Unreal Engine; robot interaction and physical simulation accuracy are outside the demonstration.
Real2Sim · MuJoCo / Blender

Lingxiao Guo

robot-demonstration Real2Sim

Reconstruction & retargeting
Multi-view RGB and robot actions used for calibration, asset reconstruction, physical-parameter fitting, MuJoCo simulation, and Blender rendering.
DetailsReleased examples include placement errors, approximate alignment, and failed contact-only microphone attachment; visual agreement does not establish recovered dynamics.

Tasks: Reconstruction & retargeting, Perception & calibration.

Video · hand pose

Kingston Kuan

egocentric 3D hand pose

Perception & calibration
Comparison against MediaPipe using the same output schema, including gloved hands.
DetailsAuthor reports about 3 min/frame for Astra at high reasoning effort versus 20 ms/frame for MediaPipe; no aggregate ground-truth accuracy metric supplied.

Datasets

04

Datasets and resource directories for robot-use agents.

Show-Harness DataObservation–action-unit demonstrations across Franka, AgileX, RoboLab, and ManiSkill for training visual robot agents.
Description
Observation–action-unit demonstrations across Franka, AgileX, RoboLab, and ManiSkill for training visual robot agents.
Dataset detailsPrimarily action-selection data, not a complete reasoning and failure-recovery log.
Awesome Embodied Data PyramidCompanion resource list for the Data Pyramid survey, organizing real-robot, UMI-style, egocentric/exocentric, simulation, and general vision-language data.
Description
Companion resource list for the Data Pyramid survey, organizing real-robot, UMI-style, egocentric/exocentric, simulation, and general vision-language data.
datasets.botCurated, visual directory of open robotics datasets for discovering data for robot-policy and world-model training.
Description
Curated, visual directory of open robotics datasets for discovering data for robot-policy and world-model training.
Directory detailsThe July 2026 announcement reports nearly 40,000 hours in total across the datasets indexed by the directory.
Guava-Agent-4B training dataSimulated trajectories with observations, tool calls, execution feedback, and recovery from injected errors.
Description
Simulated trajectories with observations, tool calls, execution feedback, and recovery from injected errors.
Dataset detailsThe associated paper (ArXiv 2026) reports 1,934 trajectories, including 743 recovery trajectories.

Benchmarks

19
BenchmarkStationeryBenchRobot Use Agent collectionStationeryBench — official preview

StationeryBench

· RoboCurve

Environment: Real robots · bimanual YAM; abstract mock

Five desk-stationery tasks built on Inspect Robots: uncap a marker, retrieve an eraser, extract a sticky pad, pour paper clips, and hand over a ruler.

Details & sources
Institutions
RoboCurve
Description & evidence

The report presents progress scores from 0 to 100 in 25-point increments; progress is distinct from complete-task success. Grading is human and non-blind, with manual resets and different control budgets for the two models. The bundled mock has no physics and does not evaluate manipulation ability.

Related: Inspect Robots · Community report

BenchmarkDrone-BenchRobot Use Agent collectionDrone-Bench — official preview

Drone-Bench

· Andon Labs

Environment: Simulation · drone software tasks

Evaluates agent-written code for drone reconstruction, localization, navigation, detection, and following.

Details & sources
Institutions
Andon Labs
Description & evidence

Uses ten runs per model and up to ten submissions per run, selecting the best. Tasks receive baseline upstream outputs, and the human baseline uses coding assistance. Multiplying per-task probabilities does not measure a continuous end-to-end flight.

Related: Original post · Community entry

BenchmarkRoboDojoRobot Use Agent collectionRoboDojo — official preview

RoboDojo

· Tianxing Chen, Yue Chen, Zixuan Li, +41 authors

Environment: Isaac Sim · simulation; Piper X / Piper / ARX X5 · real robots

Evaluates generalist manipulation policies on 42 simulation and 18 real-world tasks. Simulation covers generalization, memory, precision, long-horizon execution, and open-vocabulary instruction following.

Details & sources
Publication
ArXiv 2026
Authors
Tianxing Chen, Yue Chen, Zixuan Li, Junyuan Tang, Kailun Su, Haoran Lu, Weijie Wan, Baijun Chen, Songling Liu, Haowen Yan, Honghao Su, Zhiyang Dou, Kaixuan Wang, Dandan Zhang, Yunze Liu, Yan Qin, Qiwei Liang, Qiwei Wu, Zijian Lin, Wenwei Lin, Yuran Wang, Minghua He, Tianshu Wu, Ruihai Wu, Jingquan Zhou, Kai-Chong Lei, Haibao Yu, Yuanfeng Ji, Weiyang Jin, Guanyu Lin, Xiaofan Li, Qi Xiong, Renjing Xu, Zhongyu Li, Wenhao Chai, Enze Xie, Ziwei Wang, Yao Mu, Hao Dong, Wojciech Matusik, Mingyu Ding, Wenbo Ding, Ping Luo, Masayoshi Tomizuka
Description & evidence

Provides parallel simulation and a standardized real-world evaluation system with scene reset and remote access. Policy integration uses XPolicyLab; official leaderboard submissions follow the cloud evaluation protocol.

Docs · Leaderboard

BenchmarkAutoEnvBench (ENPIRE)Robot Use Agent collectionAutoEnvBench (ENPIRE) — official preview

AutoEnvBench (ENPIRE)

· Wenli Xiao, Jia Xie, Tonghe Zhang, +14 authors · NVIDIA, Carnegie Mellon University +1

Environment: Push-T / Pin Insertion · simulation and physical autoresearch

Tracks coding agents’ policy-improvement progress over wall-clock time on Push-T and Pin Insertion, including heuristic and gradient-based learning.

Details & sources
Publication
ArXiv 2026
Institutions
NVIDIA, Carnegie Mellon University, UC Berkeley
Authors
Wenli Xiao, Jia Xie, Tonghe Zhang, Haotian Lin, Letian "Max" Fu, Haoru Xue, Jalen Lu, Yi Yang, Cunxi Dai, Zi Wang, Jimmy Wu, Guanzhi Wang, S. Shankar Sastry, Ken Goldberg, Linxi "Jim" Fan, Yuke Zhu, Guanya Shi
Description & evidence

Evaluates the policy research-and-improvement loop. Comparisons depend on robot, compute, token, and retry budgets.

Related: Related method

BenchmarkRoboWitsRobot Use Agent collectionRoboWits — official preview

RoboWits

· Chunru Lin, Hongxin Zhang, Fenghao Yu, +5 authors · University of Massachusetts Amherst, Princeton University +2

Environment: Simulation · bimanual manipulation

Evaluates reasoning, creative physical-tool use, and adaptation to unexpected geometric, material, and assembly constraints.

Details & sources
Publication
ArXiv 2026
Institutions
University of Massachusetts Amherst, Princeton University, Stanford University, Carnegie Mellon University
Authors
Chunru Lin, Hongxin Zhang, Fenghao Yu, Zhehuan Chen, Thomas L. Griffiths, Yejin Choi, David Held, Chuang Gan
Description & evidence

Compares robot policies, pretrained VLAs, and oracle-state planners. Physical-tool use here concerns manipulating objects as tools, not software API calls. Results depend on the evaluated task subset and access to privileged state.

BenchmarkESI-BenchRobot Use Agent collectionESI-Bench — official preview

ESI-Bench

· Yining Hong, Jiageng Liu, Han Yin, +5 authors · Stanford University, UCLA +1

Environment: OmniGibson · active spatial reasoning

Tests how agents choose and sequence perception, locomotion, and manipulation to gather evidence about hidden spatial and physical properties.

Details & sources
Publication
ArXiv 2026
Institutions
Stanford University, UCLA, Northwestern University
Authors
Yining Hong, Jiageng Liu, Han Yin, Manling Li, Leonidas Guibas, Li Fei-Fei, Jiajun Wu, Yejin Choi
Description & evidence

Covers 10 categories and 29 subcategories. Active exploration produces answers to spatial questions; answer accuracy is distinct from manipulation-task success. Passive single-view data is a separate evaluation condition.

BenchmarkCaP-X / CaP-BenchRobot Use Agent collectionCaP-X / CaP-Bench — official preview

CaP-X / CaP-Bench

· Letian Fu, Justin Yu, Karim El-Refai, +13 authors · NVIDIA, UC Berkeley +2

Environment: Robosuite / LIBERO-PRO / BEHAVIOR

Evaluates robot-control coding agents across API abstraction levels, single-/multi-turn interaction, and visual grounding

Details & sources
Publication
ICML 2026
Institutions
NVIDIA, UC Berkeley, Stanford University, Carnegie Mellon University
Authors
Letian Fu, Justin Yu, Karim El-Refai, Ethan Kou, Haoru Xue, Huang Huang, Wenli Xiao, Guanzhi Wang, Dantong Niu, Fei-Fei Li, Guanya Shi, Jiajun Wu, Shankar Sastry, Yuke Zhu, Ken Goldberg, Linxi "Jim" Fan
Description & evidence

Preview: Figure 1 of the paper.

BenchmarkRoboCerebraRobot Use Agent collectionRoboCerebra — official preview

RoboCerebra

· Songhao Han, Boxiang Qiu, Yue Liao, +4 authors · Beihang University, National University of Singapore +1

Environment: Simulation · hierarchical VLM/VLA

Evaluates planning, reflection, and memory in long-horizon manipulation through interaction between a high-level VLM planner and a low-level VLA controller.

Details & sources
Publication
NeurIPS 2025
Institutions
Beihang University, National University of Singapore, Shanghai Jiao Tong University
Authors
Songhao Han, Boxiang Qiu, Yue Liao, Siyuan Huang, Chen Gao, Shuicheng Yan, Si Liu
Description & evidence

Includes annotated simulation trajectories and structured high-level/low-level evaluation. Scores depend on the controller and planner interface; this is not direct motor-command generation by the high-level model.

Related: Dataset entry

BenchmarkEmbodiedBenchRobot Use Agent collectionEmbodiedBench — official preview

EmbodiedBench

· Rui Yang, Hanyang Chen, Junyu Zhang, +10 authors · University of Illinois Urbana-Champaign, Northwestern University +2

Environment: AI2-THOR / Habitat / CoppeliaSim

Vision-driven embodied agents across high- and low-level tasks

Details & sources
Publication
ICML 2025
Institutions
University of Illinois Urbana-Champaign, Northwestern University, University of Toronto, Toyota Technological Institute at Chicago
Authors
Rui Yang, Hanyang Chen, Junyu Zhang, Mark Zhao, Cheng Qian, Kangrui Wang, Qineng Wang, Teja Venkat Koripella, Marziyeh Movahedi, Manling Li, Heng Ji, Huan Zhang, Tong Zhang
Description & evidence

EB-ALFRED and EB-Habitat emphasize high-level task planning; EB-Navigation and EB-Manipulation require finer-grained actions and spatial reasoning. Report the environment and action interface alongside scores.

BenchmarkVLABenchRobot Use Agent collectionVLABench — official preview

VLABench

· Shiduo Zhang, Zhe Xu, Peiju Liu, +8 authors · Fudan University

Environment: MuJoCo · language-conditioned manipulation

Provides 100 task categories spanning implicit instructions, spatial reasoning, knowledge transfer, and long-horizon skill composition.

Details & sources
Publication
ICCV 2025
Institutions
Fudan University
Authors
Shiduo Zhang, Zhe Xu, Peiju Liu, Xiaopeng Yu, Yuan Li, Qinghui Gao, Zhaoye Fei, Zhangyue Yin, Zuxuan Wu, Yu-Gang Jiang, Xipeng Qiu
Description & evidence

Includes 60 primitive and 40 composite task categories. Evaluates both action policies and language-model capabilities; distinguish VLA execution, VLM-based agent workflows, and reasoning-only protocols.

BenchmarkPARTNRRobot Use Agent collectionPARTNR — official preview

PARTNR

· Matthew Chang, Gunjan Chhablani, Alexander Clegg, +17 authors · FAIR, Meta

Environment: Habitat · human–robot collaboration

Evaluates planning, tool and skill selection, task tracking, and coordination under spatial, temporal, and heterogeneous-agent constraints.

Details & sources
Publication
ICLR 2025
Institutions
FAIR, Meta
Authors
Matthew Chang, Gunjan Chhablani, Alexander Clegg, Mikael Dallaire Cote, Ruta Desai, Michal Hlavac, Vladimir Karashchuk, Jacob Krantz, Roozbeh Mottaghi, Priyam Parashar, Siddharth Patki, Ishita Prasad, Xavier Puig, Akshara Rai, Ram Ramrakhya, Daniel Tran, Joanne Truong, John M. Turner, Eric Undersander, Tsung-Yen Yang
Description & evidence

Includes 100,000 natural-language tasks across 60 houses. Released planners use perception and action tools backed by low-level skills. Report the perception, skill, and coordination configuration; the benchmark runs in simulation.

BenchmarkEmbodied Agent Interface (EAI)Robot Use Agent collectionEmbodied Agent Interface (EAI) — official preview

Embodied Agent Interface (EAI)

· Manling Li, Shiyu Zhao, Qineng Wang, +12 authors · Stanford University, Northwestern University +2

Environment: BEHAVIOR (iGibson) / VirtualHome

Goal interpretation, subgoal decomposition, action sequencing, and transition modeling

Details & sources
Publication
NeurIPS D&B 2024
Institutions
Stanford University, Northwestern University, Amazon, MIT
Authors
Manling Li, Shiyu Zhao, Qineng Wang, Kangrui Wang, Yu Zhou, Sanjana Srivastava, Cem Gokmen, Tony Lee, Li Erran Li, Ruohan Zhang, Weiyu Liu, Percy Liang, Li Fei-Fei, Jiayuan Mao, Jiajun Wu
Description & evidence

Useful for identifying decision-making errors; symbolic module evaluation should be distinguished from end-to-end physical execution.

BenchmarkRoboScriptRobot Use Agent collectionRoboScript — official preview

RoboScript

· Junting Chen, Yao Mu, Qiaojun Yu, +11 authors · Shanghai AI Laboratory, ETH Zürich +4

Environment: Gazebo / ROS · real-robot deployment

Benchmarks code generation for free-form manipulation instructions using perception and motion-planning APIs shared across simulation and robots.

Details & sources
Publication
ArXiv 2024
Institutions
Shanghai AI Laboratory, ETH Zürich, University of Hong Kong, Shanghai Jiao Tong University, Tsinghua University, UC Berkeley
Authors
Junting Chen, Yao Mu, Qiaojun Yu, Tianming Wei, Silang Wu, Zhecheng Yuan, Zhixuan Liang, Chao Yang, Kaipeng Zhang, Wenqi Shao, Yu Qiao, Huazhe Xu, Mingyu Ding, Ping Luo
Description & evidence

Integrates ROS, Gazebo, perception, and motion planning; studies physical constraints and module-level failures. Includes simulation benchmark evaluations and separate real-robot demonstrations on Franka and UR5 arms.

BenchmarkLoTa-BenchRobot Use Agent collectionLoTa-Bench — official preview

LoTa-Bench

· Jae-Woo Choi, Youngwoo Yoon, Hyobin Ong, +2 authors · Electronics and Telecommunications Research Institute, University of Science and Technology (Korea)

Environment: AI2-THOR / VirtualHome

Automatically evaluates language-based household task planners, including execution feedback and replanning after action failures.

Details & sources
Publication
ICLR 2024
Institutions
Electronics and Telecommunications Research Institute, University of Science and Technology (Korea)
Authors
Jae-Woo Choi, Youngwoo Yoon, Hyobin Ong, Jaehong Kim, Minsu Jang
Description & evidence

Uses ALFRED with AI2-THOR and WAH-NL with VirtualHome. Focuses on high-level task planning, with task sources shared with ALFRED.

BenchmarkRoboEvalRobot Use Agent collectionRoboEval — official preview

RoboEval

· Zichao Hu, Francesca Lucchetti, Claire Schlesinger, +5 authors · UT Austin, Northeastern University (US) +1

Environment: Symbolic simulator · service-robot skills

Evaluates generated Python programs that compose mobility, perception, and human-interaction skills for service robots.

Details & sources
Institutions
UT Austin, Northeastern University (US), Wellesley College
Authors
Zichao Hu, Francesca Lucchetti, Claire Schlesinger, Yash Saxena, Anders Freeman, Sadanand Modak, Arjun Guha, Joydeep Biswas
Description & evidence

Contains 16 tasks with five prompt paraphrases each. Checks execution traces from multiple initial states against temporal-logic specifications. The benchmark measures program correctness in a symbolic simulator; CodeBotler robot demonstrations are separate deployment evidence.

BenchmarkRoCoBenchRobot Use Agent collectionRoCoBench — official preview

RoCoBench

· Zhao Mandi, Shreeya Jain, Shuran Song · Columbia University

Environment: MuJoCo · multi-robot manipulation

Six collaborative manipulation tasks testing robot coordination, subtask planning, and task-space waypoint generation with environment feedback.

Details & sources
Publication
ICRA 2024
Institutions
Columbia University
Authors
Zhao Mandi, Shreeya Jain, Shuran Song
Description & evidence

RoCo revises plans using feedback including collision checks; a separate motion planner executes the waypoints. The text-only reasoning dataset and real-world demonstrations are distinct from simulation benchmark runs.

Related: Related method

BenchmarkTEAChRobot Use Agent collectionTEACh — official preview

TEACh

· Aishwarya Padmakumar, Jesse Thomason, Ayush Shrivastava, +6 authors · Amazon Alexa AI, University of Southern California +1

Environment: AI2-THOR

Evaluates household task execution from dialogue and interaction history, including collaboration between a Commander and a Follower.

Details & sources
Publication
AAAI 2022
Institutions
Amazon Alexa AI, University of Southern California, University of Michigan
Authors
Aishwarya Padmakumar, Jesse Thomason, Ayush Shrivastava, Patrick Lange, Anjali Narayan-Chen, Spandana Gella, Robinson Piramuthu, Gokhan Tur, Dilek Hakkani-Tur
Description & evidence

Distinguishes Execution from Dialogue History, Trajectory from Dialogue, and Two-Agent Task Completion; the first two use recorded dialogue, while the third models both agents.

BenchmarkALFWorldRobot Use Agent collectionALFWorld — official preview

ALFWorld

· Mohit Shridhar, Xingdi Yuan, Marc-Alexandre Côté, +3 authors · University of Washington, Microsoft Research +1

Environment: TextWorld / AI2-THOR

Aligns text-based household tasks with ALFRED environments to study high-level planning and transfer to embodied execution.

Details & sources
Publication
ICLR 2021
Institutions
University of Washington, Microsoft Research, Carnegie Mellon University
Authors
Mohit Shridhar, Xingdi Yuan, Marc-Alexandre Côté, Yonatan Bisk, Adam Trischler, Matthew Hausknecht
Description & evidence

Offers text, visual, and hybrid environments. Results depend on the environment and observation/action interface; text-only runs evaluate language-based task execution.

BenchmarkALFREDRobot Use Agent collectionALFRED — official preview

ALFRED

· Mohit Shridhar, Jesse Thomason, Daniel Gordon, +5 authors · University of Washington, Carnegie Mellon University +2

Environment: AI2-THOR

Maps natural-language instructions and egocentric observations to navigation and interaction actions for multi-step household tasks.

Details & sources
Publication
CVPR 2020
Institutions
University of Washington, Carnegie Mellon University, Allen Institute for AI, NVIDIA
Authors
Mohit Shridhar, Jesse Thomason, Daniel Gordon, Yonatan Bisk, Winson Han, Roozbeh Mottaghi, Luke Zettlemoyer, Dieter Fox
Description & evidence

Includes non-reversible object-state changes. Evaluates visual task execution in simulation, not real-robot motor control. ALFWorld provides aligned text environments for these tasks.

🙏 Acknowledgements

This collection takes inspiration from Awesome Computer Use Agent in its curation, organization, and presentation, and from Phillip Isola’s Robot-Use Agents blog in its focus on agents that interact with the physical world. We thank the authors and maintainers of the resources featured here for sharing their research, code, and demonstrations, and everyone who contributes suggestions and corrections.

📖 Citation BibTeX for this collection
@misc{awesome-robot-use-agent,
  title   = {Awesome Robot Use Agent},
  author  = {Kairun Wen and {Awesome Robot Use Agent Contributors}},
  journal = {GitHub repository},
  url     = {https://github.com/kairunwen/Awesome-Robot-Use-Agent},
  year    = {2026},
  note    = {A curated collection of resources for robot-use agents.}
}

If you find this collection helpful for your work, please consider giving it a ⭐ Star.

This site uses Google Analytics to measure visits. How Google uses data.

Total views ·