jiaming-ai/awesome-agentic-robotics

A curated literature map of AI agents for robot planning, programming, orchestration, skill discovery, and self-improvement.

Python

6

2 commits

updated Aug 4, 2026

See the code

README

Awesome Agentic Robotics

A curated literature map of AI agents that plan, program, orchestrate, diagnose, coordinate, or improve robots and robot policies.

Taxonomy

CategoryWhere the agent has agency
Planning, reasoning, and closed-loop executionDecomposes goals, chooses skills, verifies outcomes, asks for help, and replans.
Code-as-policy and tool orchestrationWrites executable robot programs and composes perception, planning, and control APIs.
Spatial grounding and constraint programsConverts language and images into explicit spatial objectives, constraints, or scene queries.
Memory, failure repair, and skill discoveryDiagnoses failures, stores experience, repairs behavior, and grows reusable skill libraries.
Autonomous task, data, reward, and policy improvementChanges data collection, rewards, policies, or training code using environment feedback.
Multi-agent and multi-robot coordinationAssigns specialist roles, negotiates plans, allocates tasks, and coordinates multiple robots.
Frameworks, benchmarks, and empirical evaluationsSupplies robot-agent interfaces, benchmarks capabilities, or measures reliability and safety.
Surveys and perspectivesOrganizes the field, its architectures, and open research problems.

Planning, reasoning, and closed-loop execution

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07ACEAgentic Control for Embodied Manipulation via Zero-shot Workflow ReasoningarXivPhysicalACE grounds a reasoned workflow through mask-based vision-action skills and uses multi-timescale memory to verify, retry, repair, or replan after physical outcomes.
2025-05Agentic RobotA Brain-Inspired Framework for Vision-Language-Action Models in Embodied AgentsarXivSimulationA standardized action procedure coordinates a reasoning model, a VLA executor, and a temporal verifier for self-verified long-horizon manipulation.
2025-02Reflective PlanningVision-Language Models for Multi-Stage Long-Horizon Robotic ManipulationCoRL 2025SimulationA VLM uses a learned dynamics model to imagine future states and reflect on suboptimal actions before executing multi-stage manipulation plans.
2024-10BUMBLEUnifying Reasoning and Acting with Vision-Language Models for Building-wide Mobile ManipulationICRA 2025PhysicalBUMBLE combines open-world visual reasoning, a broad motor-skill library, and dual memory to perform building-scale mobile manipulation.
2024-09SELPGenerating Safe and Efficient Task Plans for Robot Agents with Large Language ModelsarXivSimulationSELP maps language to temporal logic using equivalence voting and constrains decoding so generated drone and manipulation plans satisfy user rules.
2023-07SayPlanGrounding Large Language Models using 3D Scene Graphs for Scalable Robot Task PlanningCoRL 2023Sim + physicalSayPlan searches a hierarchical 3D scene graph, invokes a classical planner, and uses simulator feedback to revise long-horizon plans.
2023-07KnowNoRobots That Ask For Help: Uncertainty Alignment for Large Language Model PlannersCoRL 2023Sim + physicalKnowNo applies conformal prediction to an LLM planner so the robot requests human help when uncertainty threatens statistically calibrated task success.
2023-06StatlerState-Maintaining Language Models for Embodied ReasoningICRA 2024SimulationStatler separates world-state estimation from action generation and updates the latent textual state after every embodied action.
2023-03Grounded DecodingGuiding Text Generation with Grounded Models for Robot ControlNeurIPS 2023Sim + physicalGrounded Decoding combines token probabilities with affordance, safety, and preference model scores while an LLM generates a robot plan.
2022-09ProgPromptGenerating Situated Robot Task Plans using Large Language ModelsICRA 2023Sim + physicalProgPrompt expresses available objects, actions, assertions, and recovery steps as a programmatic prompt that constrains situated task plans.
2022-07Inner MonologueEmbodied Reasoning through Planning with Language ModelsCoRL 2022Sim + physicalInner Monologue feeds success signals, scene descriptions, and human feedback back into an LLM planner to close the execution loop.
2022-04SayCanDo As I Can, Not As I Say: Grounding Language in Robotic AffordancesCoRL 2022PhysicalSayCan ranks language-model skill proposals with learned affordance value functions so high-level plans remain feasible for the robot.

Code-as-policy and tool orchestration

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07ARCHITECTA Few Words Go a Long Way: Language Guided Robot Policy SynthesisarXivPhysicalARCHITECT treats policy acquisition as interactive program synthesis and distills trace-grounded language corrections into a persistent skill library.
2026-01ALRMAgentic LLM for Robotic ManipulationarXivSimulationALRM supports ReAct-style execution through complementary Code-as-Policy and Tool-as-Policy modes and introduces a 56-task reasoning benchmark.
2025-11MaestroOrchestrating Robotics Modules with Coding Agents for Zero-Shot Generalist RobotsNeurIPS SpaVLE Workshop 2025PhysicalMaestro wraps diverse perception, planning, control, and learned-policy modules in a coding-agent harness that renders tool outputs for verification and recovery.
2025-10Towards Reliable Code-as-PoliciesA Neuro-Symbolic Framework for Embodied Task PlanningNeurIPS 2025Sim + physicalThe framework combines symbolic verification with exploratory code that actively acquires missing observations before synthesizing a grounded policy.
2025-10ModuLoopLow-Level Code Generation using Modular Synthesizer and Closed-Loop Debugger for Robotic ControlIEEE RA-L 2025PhysicalModuLoop generates low-level control code module by module, inserts diagnostic probes, and iteratively debugs executions for calibration and manipulation.
2024-06IFVF Code GenerationEnabling Robots to Follow Abstract Instructions and Complete Complex Dynamic TasksarXivPhysicalGPT-4 retrieves domain knowledge and writes robot code whose execution is adapted through integrated force and visual feedback.
2024-02RoboCodeXMultimodal Code Generation for Robotic Behavior SynthesisarXivSim + physicalRoboCodeX uses tree-structured multimodal code generation to decompose instructions into object-centric, affordance-aware, and safety-aware programs.
2023-05Demo2CodeFrom Summarizing Demonstrations to Synthesizing Code via Extended Chain-of-ThoughtNeurIPS 2023SimulationDemo2Code recursively summarizes demonstrations into reusable behavior specifications and expands them into executable robot programs.
2023-05Instruct2ActMapping Multi-modality Instructions to Robotic Actions with Large Language ModelarXivPhysicalInstruct2Act generates Python programs that call foundation-model perception APIs and robot primitives directly from multimodal instructions.
2023-02ChatGPT for RoboticsDesign Principles and Model AbilitiesIEEE Access 2024Sim + physicalThe framework exposes a high-level robot function library and uses dialogue, code generation, and closed-loop feedback to refine behavior across embodiments.
2022-09Code as PoliciesLanguage Model Programs for Embodied ControlICRA 2023PhysicalCode as Policies recursively generates executable policy functions that compose perception and control APIs with ordinary Python libraries.

Maestro's current author-hosted paper and project page use “Coding Agents”; its earlier arXiv record used “Vision-Language Models” and is withdrawn while the revised work is under review.

Spatial grounding and constraint programs

DateMethod and paperVenueEvidenceOne-sentence contribution
2025-09ASPAgentic Scene Policies: Unifying Space, Semantics, and Affordances for Robot ActionarXivPhysicalASP lets an LLM agent query an object-centric scene representation for semantic, spatial, and affordance facts that guide downstream motion planning.
2024-09ReKepSpatio-Temporal Reasoning of Relational Keypoint Constraints for Robotic ManipulationCoRL 2024PhysicalReKep converts a language task and image into executable relational keypoint constraints that a perception-action optimization loop satisfies online.
2024-03MOKAOpen-World Robotic Manipulation through Mark-Based Visual PromptingRSS 2024PhysicalMOKA prompts a VLM with marked images to infer object affordance points and motion paths for open-world manipulation.
2023-09LLM-GrounderOpen-Vocabulary 3D Visual Grounding with Large Language Model as an AgentICRA 2024SimulationLLM-Grounder decomposes complex referring expressions and invokes 3D grounding tools as an agent to locate open-vocabulary objects.
2023-07VoxPoserComposable 3D Value Maps for Robotic Manipulation with Language ModelsCoRL 2023Sim + physicalVoxPoser uses LLM-generated code to compose VLM-grounded 3D value maps that serve as objectives for model-based trajectory optimization.

Memory, failure repair, and skill discovery

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-06ASPIREAgentic /Skills Discovery for RoboticsarXivSim-to-realASPIRE uses multimodal execution traces, autonomous code repair, evolutionary exploration, and a growing library to discover reusable cross-task robot skills.
2026-03Uni-SkillBuilding Self-Evolving Skill Repository for Generalizable Robotic ManipulationarXivSim + physicalUni-Skill detects missing capabilities during planning and retrieves automatically annotated video demonstrations to implement and retain new skills.
2026-03Act-Observe-RewriteMultimodal Coding Agents as In-Context Policy Learners for Robot ManipulationarXivSimulationA multimodal coding agent observes trial outcomes and rewrites the complete executable controller between episodes without gradients or demonstrations.
2025-09Growing with Your Embodied AgentA Human-in-the-Loop Lifelong Code Generation Framework for Long-Horizon Manipulation SkillsarXivSim + physicalThe framework converts human corrections into reusable code skills stored in external memory and retrieves them with task-specific hints.
2025-08L3M+PLifelong Planning with Large Language ModelsarXivSim + physicalL3M+P maintains a verified knowledge graph from sensor and language updates and retrieves it to construct classical planning problems.
2025-04Memory-Augmented Household AgentLLM-Empowered Embodied Agent for Memory-Augmented Task Planning in Household RoboticsAustrian Robotics Workshop 2025PhysicalRouting, planning, and knowledge agents use retrieval-augmented long-term object memory to plan household service-robot tasks.
2024-11RONARI Can Tell What I am Doing: Toward Real-World Natural Language Grounding of Robot ExperiencesCoRL 2024PhysicalRONAR turns multimodal robot traces into grounded narratives that support behavior explanation, failure analysis, and human-guided recovery.
2024-06AIC MLLMAutonomous Interactive Correction MLLM for Robust Robotic ManipulationCoRL 2024Sim + physicalAIC MLLM extracts feedback from failed interactions and revises low-level contact poses using visual masks and language prompts.
2023-06REFLECTSummarizing Robot Experiences for Failure Explanation and CorrectionCoRL 2023Sim + physicalREFLECT compresses multisensory histories into hierarchical summaries that an LLM uses to explain failures and generate corrective plans.

Autonomous task, data, reward, and policy improvement

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-06ENPIREAgentic Robot Policy Self-Improvement in the Real WorldarXivPhysicalENPIRE closes the physical research loop with automatic reset and verification, fleet rollouts, coding-agent policy improvement, and evolutionary branching.
2026-06RHOYour Coding Agent is Secretly a RoboticistarXivSimulationRobotics Harness Optimization lets coding agents search interpretable multi-file policy repositories from execution and reward feedback before deployment.
2024-06DrEurekaLanguage Model Guided Sim-To-Real TransferRSS 2024Sim-to-realDrEureka uses an LLM to design rewards and convert reward diagnostics into domain-randomization ranges for zero-shot hardware transfer.
2024-01AutoRTEmbodied Foundation Models for Large Scale Orchestration of Robotic AgentsarXivPhysicalAutoRT combines VLM scene understanding, LLM task proposals, and safety filters to orchestrate a robot fleet that collected 77,000 real episodes.
2023-11RoboGenTowards Unleashing Infinite Data for Automated Robot Learning via Generative SimulationICML 2024SimulationRoboGen autonomously proposes tasks, generates scenes and supervision, and trains policies in a self-guided generative simulation loop.
2023-10EurekaHuman-Level Reward Design via Coding Large Language ModelsICLR 2024SimulationEureka evolves executable reward code and reflects on training statistics to outperform human-engineered rewards across many simulated robots.
2023-10GenSimGenerating Robotic Simulation Tasks via Large Language ModelsICLR 2024Sim-to-realGenSim uses goal-directed and exploratory LLM agents to generate task assets, environment code, and demonstrations that train transferable policies.
2023-06RoboCatA Self-Improving Foundation Agent for Robotic ManipulationTMLR 2023Sim + physicalRoboCat repeatedly fine-tunes a goal-conditioned multi-embodiment policy on self-generated trajectories to improve adaptation to new tasks and robots.

Multi-agent and multi-robot coordination

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07Closed-Loop Multi-Agent ManipulationA Closed-Loop Multi-Agent Framework for Robust Multi-Robot ManipulationRSS 2026PhysicalA planning agent, per-robot manipulation agents, and a verification agent coordinate tool use and feed semantic corrections back after physical execution.
2025-07UROSADistributed AI Agents for Cognitive Underwater Robot AutonomyarXivSim + physicalUROSA distributes perception, reasoning, planning, adaptation, and on-the-fly ROS 2 node generation across specialized underwater-robot agents.
2025-05RAIFlexible Agent Framework for Embodied AIarXivSim + physicalRAI supplies embodiment mechanisms, ROS 2 and digital-twin integrations, and composable agents for physical and simulated robot systems.
2024-11MALMMMulti-Agent Large Language Models for Zero-Shot Robotics ManipulationarXivSimulationMALMM separates high-level planning, low-level code generation, and supervision among specialist LLM agents that replan from each observation.
2024-09MHRCClosed-loop Decentralized Multi-Heterogeneous Robot Collaboration with Large Language ModelsarXivSimulationMHRC lets heterogeneous mobile and manipulation agents exchange textual feedback, request help, and revise decentralized collaborative plans.
2024-04LABORLarge Language Models for Orchestrating Bimanual RobotsarXivSimulationLABOR uses an LLM to analyze task dependencies and synthesize coordination policies for two robot arms without bimanual demonstrations.
2023-09SMART-LLMSmart Multi-Agent Robot Task Planning using Large Language ModelsarXivSim + physicalSMART-LLM stages task decomposition, coalition formation, and capability-aware allocation for heterogeneous robot teams.
2023-07RoCoDialectic Multi-Robot Collaboration with Large Language ModelsICRA 2024Sim + physicalRoCo represents each robot with an LLM agent that discusses strategy and waypoints, then revises plans from collision and feasibility feedback.

Frameworks, benchmarks, and empirical evaluations

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-04dWorldEvalScalable Robotic Policy Evaluation via Discrete Diffusion World ModelarXivSim + physicaldWorldEval predicts action-conditioned futures and progress tokens in a unified discrete space to evaluate policies across simulated and real tasks.
2026-03CaP-XA Framework for Benchmarking and Improving Coding Agents for Robot ManipulationarXivSim + physicalCaP-X combines CaP-Gym, CaP-Bench, a training-free multi-turn agent, and reinforcement learning to measure and improve coding-agent robustness.
2026-03Language-to-Action EvaluationFrom Language to Action: Can LLM-Based Agents Be Used for Embodied Robot Cognition?arXivSimulationThe study evaluates an LLM cognitive core with working and episodic memory and exposes persistent grounding and reliability limitations.
2026-02Agentic AI for Robot ControlFlexible but still FragilearXivPhysicalA physical-robot study stress-tests iterative tool-based planners and documents how operator intervention, timing, and execution events still cause failures.
2025-06ARNAGeneral-Purpose Robotic Navigation via LVLM-Orchestrated Perception, Reasoning, and ActingarXivSimulationARNA provides an LVLM agent that dynamically assembles perception, reasoning, and navigation tools and evaluates the resulting workflows on navigation tasks.
2025-05WorldEvalWorld Model as Real-World Robot Policies EvaluatorarXivPhysicalWorldEval uses a policy-conditioned video world model to rank checkpoints and screen unsafe candidate actions before costly hardware evaluation.
2025-02EmbodiedBenchComprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied AgentsarXivSimulationEmbodiedBench evaluates MLLM agents on 1,128 tasks across four environments and isolates perception, reasoning, planning, and action bottlenecks.
2024-10ROSARobot Operating System AgentIEEE Aerospace 2025Sim + physicalROSA exposes validated ROS 1 and ROS 2 operations as agent tools and adds constraint checks for natural-language robot inspection and control.
2024-02RobotScriptAn LLM and Simulator-Assisted Robot Programming System for Human-Robot InteractionarXivSim + physicalRobotScript maps free-form instructions to a deployable robot API, validates generated programs in simulation, and transfers them to physical arms.

Surveys and perspectives

DatePaperVenueEvidenceOne-sentence contribution
2026-06When Multi-Robot Systems Meet Agentic AI: Towards Embodied Collective IntelligencearXivReviewThis perspective frames collective robot intelligence around shared world, task, and skill memories and illustrates the architecture on navigation.
2025-08Towards Embodied Agentic AI: Review and Classification of LLM- and VLM-Driven Systems for ManufacturingarXivReviewThe review classifies embodied agents by protocol, interface, orchestration, embedded intelligence, and the roles assigned to foundation models.
2025-02Large Language Models for Multi-Robot Systems: A SurveyarXivReviewThis survey organizes LLM-enabled multi-robot work across communication, task allocation, planning, control, human interaction, and safety.
2024-02Real-World Robot Applications of Foundation Models: A ReviewarXivReviewThe review maps foundation models to perception, planning, control, interaction, and learning in deployed robot systems.
2024-01Agent AI: Surveying the Horizons of Multimodal InteractionarXivReviewAgent AI develops a broad multimodal-agent taxonomy that connects foundation-model reasoning, tool use, embodiment, and multi-agent behavior.

Reading the field

The literature shows a progression from grounded skill selection (SayCan), through executable program synthesis (Code as Policies), to closed-loop orchestration (Maestro and CaP-X), and finally to agents that modify the robotics development process itself (RHO, ENPIRE, and ASPIRE). Three distinctions are especially useful when comparing methods:

  1. Deployment-time agency vs. development-time agency: Maestro and ACE reason while executing, whereas RHO and ENPIRE use agents to improve policies before the final policy is deployed.
  2. Fixed skills vs. evolving skills: SayCan selects from a fixed library, while Uni-Skill and ASPIRE acquire and retain new skills.
  3. Digital feedback vs. physical feedback: many systems learn from simulators, while ENPIRE turns reset, rollout, verification, and code revision into a repeatable real-world loop.

The central open problem is no longer merely whether a model can propose a plausible action; it is whether the entire agent harness can ground decisions, recover safely, accumulate reliable knowledge, and improve under the latency and irreversibility of the physical world.

Contributing

Contributions are welcome; see CONTRIBUTING.md for the inclusion criteria and row format.

License

This repository is available under the MIT License.

awesome-list
code-as-policy
embodied-ai
llm-agents
robotics
robot-learning

Contributors

jiaming-ai

2 commits

jiaming-ai/awesome-agentic-robotics

A curated literature map of AI agents for robot planning, programming, orchestration, skill discovery, and self-improvement.

Python

6

2 commits

updated Aug 4, 2026

See the code

README

Awesome Agentic Robotics

A curated literature map of AI agents that plan, program, orchestrate, diagnose, coordinate, or improve robots and robot policies.

Taxonomy

CategoryWhere the agent has agency
Planning, reasoning, and closed-loop executionDecomposes goals, chooses skills, verifies outcomes, asks for help, and replans.
Code-as-policy and tool orchestrationWrites executable robot programs and composes perception, planning, and control APIs.
Spatial grounding and constraint programsConverts language and images into explicit spatial objectives, constraints, or scene queries.
Memory, failure repair, and skill discoveryDiagnoses failures, stores experience, repairs behavior, and grows reusable skill libraries.
Autonomous task, data, reward, and policy improvementChanges data collection, rewards, policies, or training code using environment feedback.
Multi-agent and multi-robot coordinationAssigns specialist roles, negotiates plans, allocates tasks, and coordinates multiple robots.
Frameworks, benchmarks, and empirical evaluationsSupplies robot-agent interfaces, benchmarks capabilities, or measures reliability and safety.
Surveys and perspectivesOrganizes the field, its architectures, and open research problems.

Planning, reasoning, and closed-loop execution

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07ACEAgentic Control for Embodied Manipulation via Zero-shot Workflow ReasoningarXivPhysicalACE grounds a reasoned workflow through mask-based vision-action skills and uses multi-timescale memory to verify, retry, repair, or replan after physical outcomes.
2025-05Agentic RobotA Brain-Inspired Framework for Vision-Language-Action Models in Embodied AgentsarXivSimulationA standardized action procedure coordinates a reasoning model, a VLA executor, and a temporal verifier for self-verified long-horizon manipulation.
2025-02Reflective PlanningVision-Language Models for Multi-Stage Long-Horizon Robotic ManipulationCoRL 2025SimulationA VLM uses a learned dynamics model to imagine future states and reflect on suboptimal actions before executing multi-stage manipulation plans.
2024-10BUMBLEUnifying Reasoning and Acting with Vision-Language Models for Building-wide Mobile ManipulationICRA 2025PhysicalBUMBLE combines open-world visual reasoning, a broad motor-skill library, and dual memory to perform building-scale mobile manipulation.
2024-09SELPGenerating Safe and Efficient Task Plans for Robot Agents with Large Language ModelsarXivSimulationSELP maps language to temporal logic using equivalence voting and constrains decoding so generated drone and manipulation plans satisfy user rules.
2023-07SayPlanGrounding Large Language Models using 3D Scene Graphs for Scalable Robot Task PlanningCoRL 2023Sim + physicalSayPlan searches a hierarchical 3D scene graph, invokes a classical planner, and uses simulator feedback to revise long-horizon plans.
2023-07KnowNoRobots That Ask For Help: Uncertainty Alignment for Large Language Model PlannersCoRL 2023Sim + physicalKnowNo applies conformal prediction to an LLM planner so the robot requests human help when uncertainty threatens statistically calibrated task success.
2023-06StatlerState-Maintaining Language Models for Embodied ReasoningICRA 2024SimulationStatler separates world-state estimation from action generation and updates the latent textual state after every embodied action.
2023-03Grounded DecodingGuiding Text Generation with Grounded Models for Robot ControlNeurIPS 2023Sim + physicalGrounded Decoding combines token probabilities with affordance, safety, and preference model scores while an LLM generates a robot plan.
2022-09ProgPromptGenerating Situated Robot Task Plans using Large Language ModelsICRA 2023Sim + physicalProgPrompt expresses available objects, actions, assertions, and recovery steps as a programmatic prompt that constrains situated task plans.
2022-07Inner MonologueEmbodied Reasoning through Planning with Language ModelsCoRL 2022Sim + physicalInner Monologue feeds success signals, scene descriptions, and human feedback back into an LLM planner to close the execution loop.
2022-04SayCanDo As I Can, Not As I Say: Grounding Language in Robotic AffordancesCoRL 2022PhysicalSayCan ranks language-model skill proposals with learned affordance value functions so high-level plans remain feasible for the robot.

Code-as-policy and tool orchestration

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07ARCHITECTA Few Words Go a Long Way: Language Guided Robot Policy SynthesisarXivPhysicalARCHITECT treats policy acquisition as interactive program synthesis and distills trace-grounded language corrections into a persistent skill library.
2026-01ALRMAgentic LLM for Robotic ManipulationarXivSimulationALRM supports ReAct-style execution through complementary Code-as-Policy and Tool-as-Policy modes and introduces a 56-task reasoning benchmark.
2025-11MaestroOrchestrating Robotics Modules with Coding Agents for Zero-Shot Generalist RobotsNeurIPS SpaVLE Workshop 2025PhysicalMaestro wraps diverse perception, planning, control, and learned-policy modules in a coding-agent harness that renders tool outputs for verification and recovery.
2025-10Towards Reliable Code-as-PoliciesA Neuro-Symbolic Framework for Embodied Task PlanningNeurIPS 2025Sim + physicalThe framework combines symbolic verification with exploratory code that actively acquires missing observations before synthesizing a grounded policy.
2025-10ModuLoopLow-Level Code Generation using Modular Synthesizer and Closed-Loop Debugger for Robotic ControlIEEE RA-L 2025PhysicalModuLoop generates low-level control code module by module, inserts diagnostic probes, and iteratively debugs executions for calibration and manipulation.
2024-06IFVF Code GenerationEnabling Robots to Follow Abstract Instructions and Complete Complex Dynamic TasksarXivPhysicalGPT-4 retrieves domain knowledge and writes robot code whose execution is adapted through integrated force and visual feedback.
2024-02RoboCodeXMultimodal Code Generation for Robotic Behavior SynthesisarXivSim + physicalRoboCodeX uses tree-structured multimodal code generation to decompose instructions into object-centric, affordance-aware, and safety-aware programs.
2023-05Demo2CodeFrom Summarizing Demonstrations to Synthesizing Code via Extended Chain-of-ThoughtNeurIPS 2023SimulationDemo2Code recursively summarizes demonstrations into reusable behavior specifications and expands them into executable robot programs.
2023-05Instruct2ActMapping Multi-modality Instructions to Robotic Actions with Large Language ModelarXivPhysicalInstruct2Act generates Python programs that call foundation-model perception APIs and robot primitives directly from multimodal instructions.
2023-02ChatGPT for RoboticsDesign Principles and Model AbilitiesIEEE Access 2024Sim + physicalThe framework exposes a high-level robot function library and uses dialogue, code generation, and closed-loop feedback to refine behavior across embodiments.
2022-09Code as PoliciesLanguage Model Programs for Embodied ControlICRA 2023PhysicalCode as Policies recursively generates executable policy functions that compose perception and control APIs with ordinary Python libraries.

Maestro's current author-hosted paper and project page use “Coding Agents”; its earlier arXiv record used “Vision-Language Models” and is withdrawn while the revised work is under review.

Spatial grounding and constraint programs

DateMethod and paperVenueEvidenceOne-sentence contribution
2025-09ASPAgentic Scene Policies: Unifying Space, Semantics, and Affordances for Robot ActionarXivPhysicalASP lets an LLM agent query an object-centric scene representation for semantic, spatial, and affordance facts that guide downstream motion planning.
2024-09ReKepSpatio-Temporal Reasoning of Relational Keypoint Constraints for Robotic ManipulationCoRL 2024PhysicalReKep converts a language task and image into executable relational keypoint constraints that a perception-action optimization loop satisfies online.
2024-03MOKAOpen-World Robotic Manipulation through Mark-Based Visual PromptingRSS 2024PhysicalMOKA prompts a VLM with marked images to infer object affordance points and motion paths for open-world manipulation.
2023-09LLM-GrounderOpen-Vocabulary 3D Visual Grounding with Large Language Model as an AgentICRA 2024SimulationLLM-Grounder decomposes complex referring expressions and invokes 3D grounding tools as an agent to locate open-vocabulary objects.
2023-07VoxPoserComposable 3D Value Maps for Robotic Manipulation with Language ModelsCoRL 2023Sim + physicalVoxPoser uses LLM-generated code to compose VLM-grounded 3D value maps that serve as objectives for model-based trajectory optimization.

Memory, failure repair, and skill discovery

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-06ASPIREAgentic /Skills Discovery for RoboticsarXivSim-to-realASPIRE uses multimodal execution traces, autonomous code repair, evolutionary exploration, and a growing library to discover reusable cross-task robot skills.
2026-03Uni-SkillBuilding Self-Evolving Skill Repository for Generalizable Robotic ManipulationarXivSim + physicalUni-Skill detects missing capabilities during planning and retrieves automatically annotated video demonstrations to implement and retain new skills.
2026-03Act-Observe-RewriteMultimodal Coding Agents as In-Context Policy Learners for Robot ManipulationarXivSimulationA multimodal coding agent observes trial outcomes and rewrites the complete executable controller between episodes without gradients or demonstrations.
2025-09Growing with Your Embodied AgentA Human-in-the-Loop Lifelong Code Generation Framework for Long-Horizon Manipulation SkillsarXivSim + physicalThe framework converts human corrections into reusable code skills stored in external memory and retrieves them with task-specific hints.
2025-08L3M+PLifelong Planning with Large Language ModelsarXivSim + physicalL3M+P maintains a verified knowledge graph from sensor and language updates and retrieves it to construct classical planning problems.
2025-04Memory-Augmented Household AgentLLM-Empowered Embodied Agent for Memory-Augmented Task Planning in Household RoboticsAustrian Robotics Workshop 2025PhysicalRouting, planning, and knowledge agents use retrieval-augmented long-term object memory to plan household service-robot tasks.
2024-11RONARI Can Tell What I am Doing: Toward Real-World Natural Language Grounding of Robot ExperiencesCoRL 2024PhysicalRONAR turns multimodal robot traces into grounded narratives that support behavior explanation, failure analysis, and human-guided recovery.
2024-06AIC MLLMAutonomous Interactive Correction MLLM for Robust Robotic ManipulationCoRL 2024Sim + physicalAIC MLLM extracts feedback from failed interactions and revises low-level contact poses using visual masks and language prompts.
2023-06REFLECTSummarizing Robot Experiences for Failure Explanation and CorrectionCoRL 2023Sim + physicalREFLECT compresses multisensory histories into hierarchical summaries that an LLM uses to explain failures and generate corrective plans.

Autonomous task, data, reward, and policy improvement

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-06ENPIREAgentic Robot Policy Self-Improvement in the Real WorldarXivPhysicalENPIRE closes the physical research loop with automatic reset and verification, fleet rollouts, coding-agent policy improvement, and evolutionary branching.
2026-06RHOYour Coding Agent is Secretly a RoboticistarXivSimulationRobotics Harness Optimization lets coding agents search interpretable multi-file policy repositories from execution and reward feedback before deployment.
2024-06DrEurekaLanguage Model Guided Sim-To-Real TransferRSS 2024Sim-to-realDrEureka uses an LLM to design rewards and convert reward diagnostics into domain-randomization ranges for zero-shot hardware transfer.
2024-01AutoRTEmbodied Foundation Models for Large Scale Orchestration of Robotic AgentsarXivPhysicalAutoRT combines VLM scene understanding, LLM task proposals, and safety filters to orchestrate a robot fleet that collected 77,000 real episodes.
2023-11RoboGenTowards Unleashing Infinite Data for Automated Robot Learning via Generative SimulationICML 2024SimulationRoboGen autonomously proposes tasks, generates scenes and supervision, and trains policies in a self-guided generative simulation loop.
2023-10EurekaHuman-Level Reward Design via Coding Large Language ModelsICLR 2024SimulationEureka evolves executable reward code and reflects on training statistics to outperform human-engineered rewards across many simulated robots.
2023-10GenSimGenerating Robotic Simulation Tasks via Large Language ModelsICLR 2024Sim-to-realGenSim uses goal-directed and exploratory LLM agents to generate task assets, environment code, and demonstrations that train transferable policies.
2023-06RoboCatA Self-Improving Foundation Agent for Robotic ManipulationTMLR 2023Sim + physicalRoboCat repeatedly fine-tunes a goal-conditioned multi-embodiment policy on self-generated trajectories to improve adaptation to new tasks and robots.

Multi-agent and multi-robot coordination

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-07Closed-Loop Multi-Agent ManipulationA Closed-Loop Multi-Agent Framework for Robust Multi-Robot ManipulationRSS 2026PhysicalA planning agent, per-robot manipulation agents, and a verification agent coordinate tool use and feed semantic corrections back after physical execution.
2025-07UROSADistributed AI Agents for Cognitive Underwater Robot AutonomyarXivSim + physicalUROSA distributes perception, reasoning, planning, adaptation, and on-the-fly ROS 2 node generation across specialized underwater-robot agents.
2025-05RAIFlexible Agent Framework for Embodied AIarXivSim + physicalRAI supplies embodiment mechanisms, ROS 2 and digital-twin integrations, and composable agents for physical and simulated robot systems.
2024-11MALMMMulti-Agent Large Language Models for Zero-Shot Robotics ManipulationarXivSimulationMALMM separates high-level planning, low-level code generation, and supervision among specialist LLM agents that replan from each observation.
2024-09MHRCClosed-loop Decentralized Multi-Heterogeneous Robot Collaboration with Large Language ModelsarXivSimulationMHRC lets heterogeneous mobile and manipulation agents exchange textual feedback, request help, and revise decentralized collaborative plans.
2024-04LABORLarge Language Models for Orchestrating Bimanual RobotsarXivSimulationLABOR uses an LLM to analyze task dependencies and synthesize coordination policies for two robot arms without bimanual demonstrations.
2023-09SMART-LLMSmart Multi-Agent Robot Task Planning using Large Language ModelsarXivSim + physicalSMART-LLM stages task decomposition, coalition formation, and capability-aware allocation for heterogeneous robot teams.
2023-07RoCoDialectic Multi-Robot Collaboration with Large Language ModelsICRA 2024Sim + physicalRoCo represents each robot with an LLM agent that discusses strategy and waypoints, then revises plans from collision and feasibility feedback.

Frameworks, benchmarks, and empirical evaluations

DateMethod and paperVenueEvidenceOne-sentence contribution
2026-04dWorldEvalScalable Robotic Policy Evaluation via Discrete Diffusion World ModelarXivSim + physicaldWorldEval predicts action-conditioned futures and progress tokens in a unified discrete space to evaluate policies across simulated and real tasks.
2026-03CaP-XA Framework for Benchmarking and Improving Coding Agents for Robot ManipulationarXivSim + physicalCaP-X combines CaP-Gym, CaP-Bench, a training-free multi-turn agent, and reinforcement learning to measure and improve coding-agent robustness.
2026-03Language-to-Action EvaluationFrom Language to Action: Can LLM-Based Agents Be Used for Embodied Robot Cognition?arXivSimulationThe study evaluates an LLM cognitive core with working and episodic memory and exposes persistent grounding and reliability limitations.
2026-02Agentic AI for Robot ControlFlexible but still FragilearXivPhysicalA physical-robot study stress-tests iterative tool-based planners and documents how operator intervention, timing, and execution events still cause failures.
2025-06ARNAGeneral-Purpose Robotic Navigation via LVLM-Orchestrated Perception, Reasoning, and ActingarXivSimulationARNA provides an LVLM agent that dynamically assembles perception, reasoning, and navigation tools and evaluates the resulting workflows on navigation tasks.
2025-05WorldEvalWorld Model as Real-World Robot Policies EvaluatorarXivPhysicalWorldEval uses a policy-conditioned video world model to rank checkpoints and screen unsafe candidate actions before costly hardware evaluation.
2025-02EmbodiedBenchComprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied AgentsarXivSimulationEmbodiedBench evaluates MLLM agents on 1,128 tasks across four environments and isolates perception, reasoning, planning, and action bottlenecks.
2024-10ROSARobot Operating System AgentIEEE Aerospace 2025Sim + physicalROSA exposes validated ROS 1 and ROS 2 operations as agent tools and adds constraint checks for natural-language robot inspection and control.
2024-02RobotScriptAn LLM and Simulator-Assisted Robot Programming System for Human-Robot InteractionarXivSim + physicalRobotScript maps free-form instructions to a deployable robot API, validates generated programs in simulation, and transfers them to physical arms.

Surveys and perspectives

DatePaperVenueEvidenceOne-sentence contribution
2026-06When Multi-Robot Systems Meet Agentic AI: Towards Embodied Collective IntelligencearXivReviewThis perspective frames collective robot intelligence around shared world, task, and skill memories and illustrates the architecture on navigation.
2025-08Towards Embodied Agentic AI: Review and Classification of LLM- and VLM-Driven Systems for ManufacturingarXivReviewThe review classifies embodied agents by protocol, interface, orchestration, embedded intelligence, and the roles assigned to foundation models.
2025-02Large Language Models for Multi-Robot Systems: A SurveyarXivReviewThis survey organizes LLM-enabled multi-robot work across communication, task allocation, planning, control, human interaction, and safety.
2024-02Real-World Robot Applications of Foundation Models: A ReviewarXivReviewThe review maps foundation models to perception, planning, control, interaction, and learning in deployed robot systems.
2024-01Agent AI: Surveying the Horizons of Multimodal InteractionarXivReviewAgent AI develops a broad multimodal-agent taxonomy that connects foundation-model reasoning, tool use, embodiment, and multi-agent behavior.

Reading the field

The literature shows a progression from grounded skill selection (SayCan), through executable program synthesis (Code as Policies), to closed-loop orchestration (Maestro and CaP-X), and finally to agents that modify the robotics development process itself (RHO, ENPIRE, and ASPIRE). Three distinctions are especially useful when comparing methods:

  1. Deployment-time agency vs. development-time agency: Maestro and ACE reason while executing, whereas RHO and ENPIRE use agents to improve policies before the final policy is deployed.
  2. Fixed skills vs. evolving skills: SayCan selects from a fixed library, while Uni-Skill and ASPIRE acquire and retain new skills.
  3. Digital feedback vs. physical feedback: many systems learn from simulators, while ENPIRE turns reset, rollout, verification, and code revision into a repeatable real-world loop.

The central open problem is no longer merely whether a model can propose a plausible action; it is whether the entire agent harness can ground decisions, recover safely, accumulate reliable knowledge, and improve under the latency and irreversibility of the physical world.

Contributing

Contributions are welcome; see CONTRIBUTING.md for the inclusion criteria and row format.

License

This repository is available under the MIT License.

awesome-list
code-as-policy
embodied-ai
llm-agents
robotics
robot-learning

Contributors

jiaming-ai

2 commits

Languages

Python

100.0%