EMERGE-Policy robot mind logo

EMERGE-Policy:

A Robot Mind Emerges Beyond a Single Policy

Zhirui Fang*, Qingchi Yu*, Ziyang Chen*, Longfei Li*, Haoran Ma,
Keru Zhou, Xinrun Xu, Samith Va, Yuxuan Hu, Peixuan Song, Qiang Du,
Bin Qian, Yongkang Deng, Xin Li, Yezhen Wang, Zhe Li, Hao Luo,
Shuyan Li, Ziwei Wang, Weijian Deng, Xiu Li

Tsinghua University Nanjing University of Science and Technology Xi'an Jiaotong University Xidian University Harbin Institute of Technology Peking University Nanyang Technological University

* Equal contribution   Work done during the internship at Tsinghua University   Corresponding author

Tsinghua University Nanjing University of Science and Technology Xi'an Jiaotong University Xidian University Harbin Institute of Technology Peking University Nanyang Technological University

Real-Robot Demonstrations

RoboDojo Video Demonstrations

Arrange largest number
Build tower
Classify objects
Cover blocks
Fasten screws
Fill pen holder
Imitate sorting sequence
Pack objects into box
Pack objects into box (random)
Play xylophone
Pour balls into vase
Press by number
Put bottles into dustbin
Sort nesting dolls by size
Stack blocks
Stack bowls

Libero Demonstration

LIBERO
LIBERO
LIBERO
LIBERO-Plus
LIBERO-Plus
LIBERO-Plus
LIBERO-Pro
LIBERO-Pro

TUI Demonstration

System overview showing the Main Agent coordinating Sub Agents and Operational, Imagination, and Evaluation Skills.
System overview of EMERGE-Policy and its coordinated components. The Main Agent coordinates Sub Agents with Operational, Imagination, and Evaluation Skills. Structured evidence guides capability selection, verification, and localized recovery across simulation and embodied execution, producing a system-level policy beyond any single backend.

Abstract

A robot's effective “mind” need not reside in a single policy. It can emerge when specialized components perceive, reason, predict, act, verify, and remember within a shared orchestration process. EMERGE-Policy turns this perspective into a graph-structured agentic framework that coordinates both capability invocation and information exchange.

A Main Agent retains task-level state within an active context window, while role-specific Sub Agents process perception, execution monitoring, verification, and memory consolidation in isolated contexts and return structured, task-relevant evidence. The functional Skill interface composes heterogeneous backends as Operational, Imagination, and Evaluation Skills. Criterion-grounded verification, textual failure diagnosis, Branch Stack recovery, and token-aware external memory provide localized correction throughout execution.

Without additional fine-tuning, EMERGE-Policy improves several public benchmark results and supports long-horizon real-robot experiments. The results suggest that dividing functional subtasks among collaborating agents, while treating models as callable skills, can extend robot policies beyond isolated rollouts.

What emerges?

01

Coordinate roles

A Main Agent plans and delegates; Perception, Verification, Monitor, and Memory Sub Agents process evidence in task-scoped contexts.

02

Compose skills

VLA policies, world models, analytical controllers, and verifiers share a functional interface instead of a single implementation.

03

Close the loop

Completion criteria, structured evidence, textual diagnosis, and localized Branch Stack recovery turn execution into an adaptive process.

Method

Given an instruction T and observation Ot, EMERGE-Policy maintains an active task context Ct, decomposes the instruction into criterion-grounded subgoals, and selects the next Sub Agent or Skill. Each subgoal is represented as ⟨Target, Change, Criterion⟩, making the intended state transition and its verification condition explicit.

Detailed EMERGE-Policy workflow from instruction and observation through memory, recovery, skill execution, and robot feedback.
EMERGE-Policy workflow from instruction to verified execution. The Main Agent maintains active task context and coordinates role-specific Sub Agents with Operational, Imagination, and Evaluation Skills. Structured evidence and Skill outcomes update task state after each interaction: verified successes advance the plan, while failures enter localized Branch Stack recovery before global replanning. Episode memory preserves relevant task state throughout execution.

Main Agent

Maintains compact global state, invokes capabilities, updates PLAN.md, and chooses retry, recovery, replanning, or termination.

  • Hierarchical context engineering
  • Criterion-grounded task planning
  • Branch Stack recovery

Sub-Agent Suite

Runs evidence-intensive work asynchronously in isolated contexts and returns concise, structured results instead of complete traces.

  • Perception and spatial grounding
  • Verification of pre/post conditions
  • Monitoring and failure handover

Unified Skill Library

Separates what a capability does from which model implements it, enabling heterogeneous backends to participate in one protocol.

  • Operational: produce actions
  • Imagination: predict outcomes
  • Evaluation: assess progress
Diagram of Main Agent orchestration, Sub-Agent evidence processing, and structured feedback.
Main Agent orchestration and feedback flow. The Main Agent selects task-level decisions from an active context containing the instruction, plan status, recovery state, relevant memory, recent evidence, and compact Skill signatures. It delegates evidence processing to Sub Agents, invokes Skills, and updates or revises the plan. Structured evidence and verification outcomes return to the active context, advancing the task or triggering localized recovery.

Standardized interfaces and lazy loading

Every callable interface follows the schema K = ⟨Imeta, Θparam, Φpre, Ψpost. The Main Agent initially sees only a compact capability signature. Full parameters, preconditions, and postconditions are retrieved only when the interface is selected, limiting context growth.

Tool API hierarchy separating perception, action, and system interfaces.
Tool API hierarchy and standardized interfaces. EMERGE-Policy organizes callable interfaces into three groups: Perception APIs provide spatial and semantic evidence, Action APIs dispatch motion primitives or VLA policies, and System APIs support workspace access and hardware operations. Each interface follows a common schema, ⟨Imeta, Θparam, Φpre, Ψpost⟩, allowing the Main Agent to retain compact metadata and retrieve full parameters, preconditions, and postconditions only when the interface is invoked.

Results

We evaluate the complete orchestration system on LIBERO, LIBERO-Plus, LIBERO-Pro, and RoboDojo, using fixed action primitives and different VLA/WAM execution backends. The headline numbers below are system-level results: they reflect the complete interaction of planning, perception, skill invocation, verification, and recovery.

99.2%Standard LIBERO
with world model
93.9%LIBERO-Plus
robustness
95.7%LIBERO-Pro
implicit spatial
25.00RoboDojo
memory score
+2.0%Gain over π0.5
on LIBERO

Selected benchmark results

Selected EMERGE-Policy results across LIBERO-Plus robustness, real-robot planning efficiency, and RoboDojo capabilities.
Selected results across LIBERO-Plus robustness, real-robot planning efficiency, and RoboDojo capability scores.

Standard LIBERO

MethodGoalSpatialObjectLongAverage
π0.598.098.898.292.496.8
Cosmos Policy98.298.1100.097.698.5
EMERGE-Policy (w/o WM)98.299.2100.097.898.8
EMERGE-Policy (w/ WM)99.299.0100.098.699.2

Success rates (%) across LIBERO-Goal, Spatial, Object, and Long. WM denotes the world-model pathway.

LIBERO-Plus

MethodStateLanguageLayoutBackgroundSensorCameraLightAverage
π061.063.576.479.080.161.085.053.6
π0.575.485.685.794.689.775.496.985.7
UniVLA46.277.631.981.021.21.869.042.9
OpenVLA3.523.028.534.815.20.88.115.6
WorldVLA27.941.638.017.110.90.143.725.0
RIPT-VLA31.277.674.291.673.555.288.468.4
DreamVLA17.667.043.571.553.626.277.548.9
ABot-M067.986.482.691.686.460.496.280.5
Being-H0.782.1
OpenVLA-OFT21.781.068.791.078.655.692.767.9
X-VLA89.775.771.896.062.723.488.271.4
Cosmos-Policy63.381.782.288.992.775.896.582.2
Fast-WAM44.568.960.753.737.716.478.251.5
LingBot-VA83.086.476.253.164.440.982.369.5
RoboHarness90.497.086.897.190.387.697.493.2
EMERGE-Policy
EMERGE-Policy (w/o WM)87.6 (+12.2)87.5 (+1.9)91.6 (+5.9)89.7 (-4.9)84.2 (-5.5)84.9 (+9.5)92.4 (-4.5)88.3 (+2.6)
EMERGE-Policy (w/ WM)95.0 (+31.7)98.0 (+16.3)89.0 (+6.8)97.0 (+8.1)94.0 (+1.3)84.0 (+8.2)100.0 (+3.5)93.9 (+11.7)

LIBERO-Plus robustness under seven perturbation types. Success rates (%) are reported for each perturbation, with the mean in Average. Colored values show the absolute change from the corresponding execution backend.

Real-robot deployment

We study a long-horizon “Multi-layered Cup Stacking” task in which the robot identifies and picks up six cups, then constructs a three-tier pyramid with three, two, and one cups. The task tests semantic grounding, repeated grasp-and-place actions, concurrent agent coordination, memory of progress, and recovery. Across 100 real-robot experiments, the closed-loop system maintained high completion rates under several interference settings.

Real-robot cup-stacking workflow showing observations, subgoals, perception, operational skills, and verification.
EMERGE-Policy workflow
Bar chart of standard real-robot cup-stacking success rates.
Standard results
Bar chart of real-robot cup-stacking robustness under interruptions and perturbations.
Disturbance robustness
86% interrupted execution 92% cup-size variation 85% camera viewpoint change 94% lighting / color change

Analysis

Three-tier memory and recovery

EMERGE-Policy externalizes long-horizon state instead of relying on an unbounded neural memory. PLAN.md stores the subgoal decomposition and progress, ENVIRONMENT.md records the latest physical state, and structured Sub-Agent evidence provides concise short-term facts. An asynchronous visual monitor compares outcomes with the active criterion and feeds corrections back to the Main Agent. When a local failure is detected, a recovery objective is pushed onto the Branch Stack before global replanning is considered.

Three-tier memory architecture with persistent task files, Sub-Agent evidence, Main Agent context, and visual verification.
Three-tier memory and context management. PLAN.md and ENVIRONMENT.md maintain episode task state and current environment feedback. Specialized Sub Agents convert dense observations into structured evidence for the Main Agent, which consolidates relevant facts and updates execution using asynchronous visual verification.

Imagination and Evaluation Skills

The Imagination Skill generates candidate action chunks and predicts their future observations. The Evaluation Skill scores those predictions against the active completion criterion, and the Main Agent greedily dispatches the highest-scoring candidate. In the reported implementation, the system evaluates M = 5 candidates with horizon H = 16; this adds approximately 1.2 seconds per selection step while reducing risky physical trial-and-error.

Comparison of action execution without imagination versus candidate future prediction, evaluation, and selection.
Action selection with and without Imagination and Evaluation Skills. In the complete pipeline, the Imagination Skill predicts the outcomes of candidate action chunks, and the Evaluation Skill scores these predictions to select an action chunk for execution. The comparison pipeline directly executes the generated action without outcome prediction or score-based selection.

Task-specific priors improve efficiency

Planning priors expose the coupling between high-level subgoals and the native capabilities of the execution skills. In the cup-stacking study, this removes redundant move_to_pose cycles, reducing planning steps per subgoal by 24.7% and wall-clock time per episode by 16.3%, while maintaining comparable success rates.

Side-by-side trajectories comparing task execution without and with task-specific prior knowledge.
Effect of task-specific prior knowledge on execution trajectories. Without the prior, the Main Agent inserts two additional move_to_pose commands for re-localization and pre-position verification, producing the upper zigzag trajectory. With the prior, it removes these commands and follows the lower direct trajectory, reducing planning steps by 24.7% and wall-clock time by 16.3% per episode while maintaining comparable success rates.

Conclusion

EMERGE-Policy is not another low-level control policy. It provides the structure through which perception, prediction, execution, verification, recovery, and memory become coherent system-level behavior. Its Main Agent maintains compact task state, Sub Agents process dense evidence in isolated contexts, and Operational, Imagination, and Evaluation Skills give heterogeneous models a shared role-based interface.

The reported gains are system-level results. Future work will make the harness evaluation protocol more reproducible, quantify accuracy–latency–token trade-offs, and study how the same orchestration graph transfers across planners, policies, tasks, and embodiments while separating safe within-episode adaptation from persistent cross-episode learning.

BibTeX

@article{fang2026emergepolicy,
  title   = {EMERGE-Policy: A Robot Mind Emerges Beyond a Single Policy},
  author  = {Fang, Zhirui and Yu, Qingchi and Chen, Ziyang and Li, Longfei and Ma, Haoran and Zhou, Keru and Xu, Xinrun and Va, Samith and Hu, Yuxuan and Song, Peixuan and Du, Qiang and Qian, Bin and Deng, Yongkang and Li, Xin and Wang, Yezhen and Li, Zhe and Luo, Hao and Li, Shuyan and Wang, Ziwei and Deng, Weijian and Li, Xiu},
  journal = {arXiv preprint arXiv:2608.29896},
  year    = {2026}
}