A curated research map of agentic embodied systems, covering foundation models, embodied harnesses, in-context adaptation, self-improvement, and evaluation.
4
1 commits
updated Aug 29, 2026
A curated research map of the models, runtimes, and learning loops behind goal-directed embodied agents.
Last literature sweep: 2026-08-30
A useful way to read recent language and vision-language AI is:
scaling -> foundation models -> agents / harnesses
Empirical scaling laws linked model performance to data, parameters, and compute. Broad pretraining produced adaptable foundation models. As multimodal reasoning, code generation, and tool use improved, research expanded toward reliable multi-step goal completion. ReAct interleaved reasoning with action and observation, and SWE-agent showed that agent interfaces materially shape behavior. A harness supplies runtime interfaces, persistent state, and outcome-driven control around a model. All three stages continue to co-evolve.
Embodied AI can draw on semantic and multimodal priors that are costly to learn from robot trajectories alone. RT-2 transferred Internet-scale vision-language training to robotic control, Open X-Embodiment found positive transfer across embodiments, and π₀.₅ combined heterogeneous robot, semantic, and web data for manipulation in unseen homes. Together, these works provide evidence for reusable cross-task transfer and control within the studied settings.
Physical interaction makes state uncertain, action constrained, and recovery costly. System interfaces and outcome verification therefore become central to long-horizon performance: SayCan grounds plans in executable affordances, and LIBERO-PRO measures degradation under task and environment perturbations.
Reusable models and skills now make harness design a visible research target. Thea, ENPIRE, and ASPIRE study closed-loop state management, recovery, and improvement in embodied systems. The central question is how model and runtime capabilities should scale together in grounded interaction.
This repository maps agentic embodied research across enabling models, system design, and evaluation. It prioritizes verified primary links, concise synthesis, and one primary section per work.
Papers are the default evidence unit. Technically substantive non-paper sources are included when they materially shape the field; source types and company reports are labeled explicitly.
Agentic embodied systems organize embodied models and policies through a runtime that supports goal-directed interaction, feedback, and improvement.
The scope covers physical and simulated environments, within and across episodes.
The collection moves from scaling evidence and reusable models through the agentic system stack to evaluation. Historical robotics and adjacent software-agent precedents appear within the corresponding module. Entries follow earliest public release, use one primary home, and cross-reference other relationships.
These works connect scaling research in language, vision-language, and embodied AI.
Embodied scaling evidence remains less mature than language-model scaling laws. Proprietary company reports are labeled to reflect their limited reproducibility.
Foundation models, generalist policies, and shared datasets supply reusable capabilities for agentic runtimes.
This section selects models and policies that materially advance reusable embodied capability or its integration into agentic systems. Checkpoint updates are grouped by model family.
Policies that adapt at inference time through demonstrations, interaction history, or persistent context.
The primary classification axis groups each work by its main system responsibility, with embodied systems foregrounded and relevant precedents placed alongside them.
Architectures, middleware, and runtimes that span multiple stages of the interaction loop.
Methods for constructing world state and retaining knowledge across steps or episodes.
Goal decomposition and high-level coordination of plans, actions, and skills.
Representations and interfaces that turn selected capabilities into executable actions.
Mechanisms for tracking progress, verifying outcomes, and choosing recovery or termination.
Methods for acquiring and reusing skills across tasks, environments, and embodiments.
Feedback-driven loops that improve policies and their supporting data, tools, or runtimes.
Resources are grouped by the system properties they expose.
Infrastructure for evaluating complete policies and agent systems across tasks, embodiments, and physical sites.
VoLo is listed under Architectures and Harnesses for its primary system contribution.
Evaluations of system behavior under distribution shift, interface changes, and cross-site variation.
Embodied agents require reliable state, execution, verification, and recovery under uncertain physical interaction. The table summarizes the main harness-level challenges.
| Challenge | Why it matters for an embodied harness | Useful research direction |
|---|---|---|
| State and partial observation | Physical state is partial, noisy, and viewpoint-dependent. | Persistent scene/world models, active perception, uncertainty-aware context |
| Action interfaces | Natural-language plans omit safety and dynamic feasibility. | Typed tools, skill contracts, preconditions/effects, capability discovery |
| Verification and termination | Controller completion provides weak evidence of physical goal success. | Independent success detectors, progress monitors, diagnostic exit states |
| Timing and latency | Reasoning and communication add latency as the world changes. | Hierarchical rates, asynchronous execution, latency-aware planning, safe interruption |
| Reset and repeatability | Physical resets are costly, imperfect, and sometimes impossible. | Auto-reset, reset verification, counterbalancing, simulation and digital twins |
| Safety and permissions | Actions can injure people, damage hardware, or create irreversible states. | Permission boundaries, runtime shields, human escalation, rollback-aware planning |
| Memory and context | Raw multimodal history quickly exceeds context and obscures causal evidence. | Event abstraction, trace indexing, multimodal episodic/semantic memory |
| Regression-safe learning | Policy and skill updates can regress established behaviors. | Held-out regression suites, versioned skills, gated promotion, reproducible artifacts |
| Embodiment variation | Tools and policies expose different kinematics, sensors, timing, and failure modes. | Semantic capability descriptions, adapters, cross-embodiment skill transfer |
| Evaluation | Final success alone hides retries, unsafe actions, resets, human labor, and resource use. | Process metrics, perturbation suites, audit trails, real-world distributed evaluation |
| Fleet orchestration | More robots and agents add contention, communication cost, and inconsistent state. | Resource-aware scheduling, shared evidence, branch comparison, fault tolerance |
| Foundation-model limits | Model scale leaves grounding, control, and verification as separate system requirements. | Joint model–harness scaling studies and failure-aware system design |
Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request. A good addition verifies the official title and links, checks aliases and duplicates, chooses one primary section, and preserves chronological order.
This project takes presentation inspiration from Awesome World Models and builds on the open work of the robotics, embodied AI, machine learning, computer vision, language, agents, and systems communities.
This project was developed with extensive use of GPT-5.6 Sol Ultra and Codex for literature discovery, verification, organization, and editing.
If this list helps your research, consider starring the eventual public repository and contributing missing or corrected work.
1 commits
A curated research map of agentic embodied systems, covering foundation models, embodied harnesses, in-context adaptation, self-improvement, and evaluation.
4
1 commits
updated Aug 29, 2026
A curated research map of the models, runtimes, and learning loops behind goal-directed embodied agents.
Last literature sweep: 2026-08-30
A useful way to read recent language and vision-language AI is:
scaling -> foundation models -> agents / harnesses
Empirical scaling laws linked model performance to data, parameters, and compute. Broad pretraining produced adaptable foundation models. As multimodal reasoning, code generation, and tool use improved, research expanded toward reliable multi-step goal completion. ReAct interleaved reasoning with action and observation, and SWE-agent showed that agent interfaces materially shape behavior. A harness supplies runtime interfaces, persistent state, and outcome-driven control around a model. All three stages continue to co-evolve.
Embodied AI can draw on semantic and multimodal priors that are costly to learn from robot trajectories alone. RT-2 transferred Internet-scale vision-language training to robotic control, Open X-Embodiment found positive transfer across embodiments, and π₀.₅ combined heterogeneous robot, semantic, and web data for manipulation in unseen homes. Together, these works provide evidence for reusable cross-task transfer and control within the studied settings.
Physical interaction makes state uncertain, action constrained, and recovery costly. System interfaces and outcome verification therefore become central to long-horizon performance: SayCan grounds plans in executable affordances, and LIBERO-PRO measures degradation under task and environment perturbations.
Reusable models and skills now make harness design a visible research target. Thea, ENPIRE, and ASPIRE study closed-loop state management, recovery, and improvement in embodied systems. The central question is how model and runtime capabilities should scale together in grounded interaction.
This repository maps agentic embodied research across enabling models, system design, and evaluation. It prioritizes verified primary links, concise synthesis, and one primary section per work.
Papers are the default evidence unit. Technically substantive non-paper sources are included when they materially shape the field; source types and company reports are labeled explicitly.
Agentic embodied systems organize embodied models and policies through a runtime that supports goal-directed interaction, feedback, and improvement.
The scope covers physical and simulated environments, within and across episodes.
The collection moves from scaling evidence and reusable models through the agentic system stack to evaluation. Historical robotics and adjacent software-agent precedents appear within the corresponding module. Entries follow earliest public release, use one primary home, and cross-reference other relationships.
These works connect scaling research in language, vision-language, and embodied AI.
Embodied scaling evidence remains less mature than language-model scaling laws. Proprietary company reports are labeled to reflect their limited reproducibility.
Foundation models, generalist policies, and shared datasets supply reusable capabilities for agentic runtimes.
This section selects models and policies that materially advance reusable embodied capability or its integration into agentic systems. Checkpoint updates are grouped by model family.
Policies that adapt at inference time through demonstrations, interaction history, or persistent context.
The primary classification axis groups each work by its main system responsibility, with embodied systems foregrounded and relevant precedents placed alongside them.
Architectures, middleware, and runtimes that span multiple stages of the interaction loop.
Methods for constructing world state and retaining knowledge across steps or episodes.
Goal decomposition and high-level coordination of plans, actions, and skills.
Representations and interfaces that turn selected capabilities into executable actions.
Mechanisms for tracking progress, verifying outcomes, and choosing recovery or termination.
Methods for acquiring and reusing skills across tasks, environments, and embodiments.
Feedback-driven loops that improve policies and their supporting data, tools, or runtimes.
Resources are grouped by the system properties they expose.
Infrastructure for evaluating complete policies and agent systems across tasks, embodiments, and physical sites.
VoLo is listed under Architectures and Harnesses for its primary system contribution.
Evaluations of system behavior under distribution shift, interface changes, and cross-site variation.
Embodied agents require reliable state, execution, verification, and recovery under uncertain physical interaction. The table summarizes the main harness-level challenges.
| Challenge | Why it matters for an embodied harness | Useful research direction |
|---|---|---|
| State and partial observation | Physical state is partial, noisy, and viewpoint-dependent. | Persistent scene/world models, active perception, uncertainty-aware context |
| Action interfaces | Natural-language plans omit safety and dynamic feasibility. | Typed tools, skill contracts, preconditions/effects, capability discovery |
| Verification and termination | Controller completion provides weak evidence of physical goal success. | Independent success detectors, progress monitors, diagnostic exit states |
| Timing and latency | Reasoning and communication add latency as the world changes. | Hierarchical rates, asynchronous execution, latency-aware planning, safe interruption |
| Reset and repeatability | Physical resets are costly, imperfect, and sometimes impossible. | Auto-reset, reset verification, counterbalancing, simulation and digital twins |
| Safety and permissions | Actions can injure people, damage hardware, or create irreversible states. | Permission boundaries, runtime shields, human escalation, rollback-aware planning |
| Memory and context | Raw multimodal history quickly exceeds context and obscures causal evidence. | Event abstraction, trace indexing, multimodal episodic/semantic memory |
| Regression-safe learning | Policy and skill updates can regress established behaviors. | Held-out regression suites, versioned skills, gated promotion, reproducible artifacts |
| Embodiment variation | Tools and policies expose different kinematics, sensors, timing, and failure modes. | Semantic capability descriptions, adapters, cross-embodiment skill transfer |
| Evaluation | Final success alone hides retries, unsafe actions, resets, human labor, and resource use. | Process metrics, perturbation suites, audit trails, real-world distributed evaluation |
| Fleet orchestration | More robots and agents add contention, communication cost, and inconsistent state. | Resource-aware scheduling, shared evidence, branch comparison, fault tolerance |
| Foundation-model limits | Model scale leaves grounding, control, and verification as separate system requirements. | Joint model–harness scaling studies and failure-aware system design |
Contributions are welcome. Please read CONTRIBUTING.md before opening a pull request. A good addition verifies the official title and links, checks aliases and duplicates, chooses one primary section, and preserves chronological order.
This project takes presentation inspiration from Awesome World Models and builds on the open work of the robotics, embodied AI, machine learning, computer vision, language, agents, and systems communities.
This project was developed with extensive use of GPT-5.6 Sol Ultra and Codex for literature discovery, verification, organization, and editing.
If this list helps your research, consider starring the eventual public repository and contributing missing or corrected work.
1 commits