PAPER REPORTENAll readings ↗

Teach and Grow: An Agent-Centered Architecture for General Robot Learning

English reading report: Method, equations, original figures, experiments and reproducibility.

Authors: Chang Nie, Zhe Liu, and Hesheng Wang

Affiliations: School of Automation and Intelligent Sensing, Shanghai Jiao Tong University; Shanghai Key Laboratory of Navigation and Location Based Services

Source: 2608.17209 ↗ · Catalog record

Reading: 66 / 558 · 5 original figures & tables · ~18 min ·

1. Paper overview

In one sentence: TGL grows explicit, verified robot skills under fixed foundation weights, trading repeated agent-and-tool interaction for local capability updates whose broad scaling benefit remains untested. e-identitye-probleme-cyclee-contracte-pilote-scaling

At a glanceWhat to know
Research problem
Author claim

The authors call the recurring collection, optimization and regression burden of repairing uncovered robot behavior the retraining tax. TGL asks whether a local failure can instead lead to an inspectable, independently validated capability addition. Its motivation is embodied coverage: semantic recognition alone does not establish collision-free motion, stable contact or successful execution. e-problem

Core mechanism
Source description

A teaching–composition–execution–growth cycle joins semantic reasoning to robot-native executors, while separate stores preserve executable skills and contextual lessons. e-cyclee-state

A key reported resultRelated-task fixed-executor library growth: Eight blocks: 4/6, interval [0.30, 0.90]; median acquisition 1.5 attempts.

Evaluation successes; 95% Wilson interval; capped acquisition attempts. Two LIBERO-Object tasks; onboarding states 12–14, disjoint evaluation states 15–17; seed 0. Executor, runtime, success criterion and three-attempt budget are fixed; library scope is frozen before evaluation.

Six blocks: 0/6, interval [0.00, 0.39]; median 2.5 attempts. Reported two-sided Fisher exact p=0.061. Adding acquisition and release blocks changes this executor's reachable behavior. The two-task, single-seed pilot has wide uncertainty and does not establish benchmark-wide superiority. e-pilot

Reading caution
Reader analysis

The abstract and Section V assert state-of-the-art standard LIBERO performance, but the supplied PDF provides no corresponding suite-level scores, named baseline comparison or full benchmark protocol. Table I and Appendix I document controlled studies only; the superiority claim cannot be quantitatively audited. e-benchmark-gap

Core contributions

  • Source description

    A teaching–composition–execution–growth cycle joins semantic reasoning to robot-native executors, while separate stores preserve executable skills and contextual lessons. e-cyclee-state

  • Source description

    Skill Blocks retain subgoal strategy and verification contracts while rebuilding object bindings, geometry and motion from current observations. e-contracte-induction

  • Author claim

    The proposed scaling resource is verified reusable experience, with power-law hypotheses for future error and teaching demand. No longitudinal fit is reported. e-scalinge-longitudinal

Figure 2. Teaching seeds the route; physical feedback and two persistent stores determine what the next task inherits. Original paper, p. 2 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Start at Teach on the left. The different demonstrations are compressed into shared state changes and candidate blocks, rather than one recorded motor trajectory. Follow the blue arrow into the agent's Compose Route box and then Run One Block. The robot-and-tools panel supplies the actual physical action. Its red return arrow reaches Check Effect, where a mismatch can send the agent back to composition. Finally, distinguish the two lower stores: the Skill Library retains executable behavior, while Experience Memory retains outcomes, failures and repairs. Both paths return to the next task, making persistent growth part of the execution cycle. e-cyclee-statee-runtimee-decomposition

What it supports. The architectural contribution is an explicit place for local improvement. A task can leave behind a verified behavior and a lesson about its use while foundation weights stay fixed. The feedback arrow also makes the planned sequence revisable after execution, rather than treating the initial semantic plan as sufficient evidence of success.

Where the evidence stops. This is an architectural illustration, not a measured rollout or proof of arbitrary-object transfer. The reported visual decomposition uses a deterministic procedure; autonomous multimodal-agent skill induction in the full general formulation is not established by that study.

2. Motivation

2.1 The problem and the proposed response

Author claim

The authors call the recurring collection, optimization and regression burden of repairing uncovered robot behavior the retraining tax. TGL asks whether a local failure can instead lead to an inspectable, independently validated capability addition. Its motivation is embodied coverage: semantic recognition alone does not establish collision-free motion, stable contact or successful execution. e-problem

2.2 What this reading follows

A robot can understand a request yet still lack the grasp, path or recovery needed to carry it out. Teach-and-Grow Learning organizes that gap around a reusable Skill Block: a meaningful physical change with an applicability scope, current-scene grounding, an executor and an outcome test. A high-level agent composes blocks and changes its route after observing what actually happened. The supplied v1 paper supports this organization with small LIBERO studies of decomposition, persistence and library expansion. Read the architecture as a proposed general system, the controlled counts as narrow empirical evidence, and the lifetime scaling curves as hypotheses awaiting longitudinal tests. e-identitye-probleme-cyclee-contracte-pilote-scaling

3. Research context

We place the paper in the collection through its world–action interface. The catalog labels and the reading’s assessment are shown separately.

Catalog dimensionRecorded classification
Major categoryFoundational work
ArchitectureNot applicable
Prediction paradigmNot applicable
QuadrantNot applicable

This table preserves the labels recorded at reading time. The current major category is Related resources. View the current classification.

3.1 Evidence-based assessment

Supports the recorded classification

Reader analysis

The foundational theory/planning classification and not-applicable WAM quadrant are supported: TGL organizes heterogeneous executors through explicit contracts and memory. It does not specify one shared world/action model, joint future/action generation or inverse dynamics. WAMs are optional executors or future students. The work is an architecture paper with small experiments, so its survey/resource tag should not imply a systematic survey. e-taxonomye-contracte-state

This is the collection’s architectural analysis, not a new related-work survey. Benchmark comparisons and their protocols appear in Section 6.

4. Problem formulation

4.1 Inputs and outputs

InputsOutputs
  • Task language and sparse successful demonstrations
  • Current agent-view and wrist evidence; RGB-D and robot state for grounding
  • Registered Skill Blocks, Experience Memory, allowed tools and verifier/planner evidence
  • Executor-generated robot actions and checked semantic effects
  • Revised task compositions, admitted Skill Blocks and structured experience records

4.2 Equations and their role

θn+1=θn=θ,(Bn+1,Mn+1)=U(Bn,Mn,Dn,ΔHn)\theta_{n+1}=\theta_n=\theta,\qquad (\mathcal{B}_{n+1},\mathcal{M}_{n+1})=\mathcal{U}(\mathcal{B}_n,\mathcal{M}_n,\mathcal{D}_n,\Delta\mathcal{H}_n)
Equation (3): at task n, pretrained parameters θ remain fixed. The update operator U changes Skill Library B and Experience Memory M using teaching set D and useful execution lessons ΔH. This is external capability growth, distinct from training the proposed student's separate parameters ϕ. e-state
bi:=gi,Si,ρi,γi,Πi,vi,Rib_i:=\langle g_i,\mathcal{S}_i,\rho_i,\gamma_i,\Pi_i,v_i,\mathcal{R}_i\rangle
Equation (4): block i carries goal g, scope S, reusable strategy ρ, grounding function γ, executor set Π, outcome test v and bounded recoveries R. Grounding maps observations to current block variables; the outcome test returns pass, fail or inconclusive. e-contract
Efuture(X)=E+AXα,Dteach(X)=D+BXβ\mathcal{E}_{\mathrm{future}}(X)=\mathcal{E}_{\infty}+AX^{-\alpha},\qquad D_{\mathrm{teach}}(X)=D_{\infty}+BX^{-\beta}
Equation (1) is a hypothesis. X>0 is effective reusable experience, computed in Eq. (7) by summing preregistered experience weights ω between 0 and 1. E_future is expected related-future-task error; D_teach is teacher intervention time under a fixed success rule and budget cap. Nonnegative floors E_∞ and D_∞ and positive A, B, α, β are not fitted here. e-scalinge-longitudinal

5. Method in detail

5.1 Turn a demonstration into a scoped acquisition contract

Source description

Consider the alphabet-soup-can example. The teaching evidence first identifies a change worth naming: the requested object becomes stably held. In the general induction procedure, demonstrations are aligned by that effect even if their paths or timing differ. Shared object roles, relations and approach structure become the candidate strategy; coordinates and control commands remain runtime variables. Table III then supplies a deliberately narrow acquisition contract, paired with a relation-aware release block. A later scene must be sensed again, and successful motion must be followed by retention evidence. Candidates are tested on separated cases before admission, with scope narrowed when necessary. This is the source's general recipe. The reported image-decomposition experiment is deterministic, so its semantic-role accuracy cannot be treated as proof that a multimodal agent independently discovered and implemented every part of the contract. e-inductione-blocke-decomposition

Figure 3. A stored semantic contract is instantiated through fresh geometry, action and verification. Original paper, p. 6 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read the seven fields around the left-hand block as its contract. The goal g specifies the intended effect; scope S restricts applicability; strategy rho retains the reusable approach. Grounding gamma, the compatible executor set Pi, outcome test v and recovery set R complete the executable interface. The right-hand sequence then moves from observation through current-scene grounding to executor choice, action and verification. Notice that inconclusive evidence has its own observation branch. At the bottom, compare Carried Forward with Recomputed Now: the grounding function persists, but its object bindings, geometry, grasp, path and commands must be produced again for this scene. e-contracte-runtimee-failure

What it supports. The reusable object is larger than an isolated motor primitive and more specific than a verbal goal. It includes the conditions and checks that make the goal executable. The agent can compose around a verified effect, while a suitable local executor handles the detailed motion required to obtain it.

Where the evidence stops. The before/after illustration does not quantify grasp accuracy or verifier reliability. A mistaken pass could still let an invalid state propagate. The paper's separate failure cohort shows that planning consistency, calibration and gripper closure remain bottlenecks.

5.2 Let verified effects govern the next decision

Source description

At task time, the working block sequence is provisional. The agent chooses a relevant block and executor, but the executor supplies continuous physical control and returns observations plus outcome evidence. That separation matters in the bowl-on-plate trace: successful picking did not provide sufficient post-grasp evidence for placement, so the agent rebuilt the remaining route. In the drawer-opening trace, an inconclusive result instead prompted another observation. These are different responses to different evidence states. Pass, fail and inconclusive therefore have operational consequences, beyond merely annotating a finished episode. The reported online traces allow at most one evidence refresh and two replans without human in-episode edits. Those limits help specify the examples, while the selection of two successful traces leaves the frequency and average benefit of adaptive recomposition unresolved. e-contracte-runtimee-runtime-tracese-stack

Table III. The concrete learned block keeps a can-acquisition strategy and an explicit limit on where it applies. Original paper, p. 13 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Begin with the first two rows together: the goal is to acquire and retain the alphabet-soup can, and the scope is explicitly object-specific. The strategy row describes an approach, alignment, bounded closure, retention check and lift. Grounding supplies the current frame, confidence, obstacles, reachability and grasp candidates. The executor and outcome rows connect this description to current grasp selection, servo acquisition, collision-aware transition and fresh retention/displacement evidence. Read the final Excluded row as a useful diagnostic: demonstration coordinates, pixels, old paths and low-level replay are not the stored solution. Appendix D describes the complementary relation-aware release block. e-blocke-persistencee-limitations

What it supports. This table makes the abstraction claim concrete. The block retains the organization of acquisition while leaving metric realization to runtime sensing and tools. Its narrow scope is scientifically consequential: successful reuse across the evaluated states does not automatically license a generic can-grasping skill or cross-embodiment transfer.

Where the evidence stops. The table specifies a contract, not a complete implementation: numeric verifier thresholds and detailed controller settings are absent. Save-and-reload was tested on the same evaluation states, and the original six-block route also solved those states.

5.3 Separate demonstrated growth from a lifetime scaling law

Reader analysis

Reader analysis: the experiments form a useful sequence of increasingly demanding questions. Can teaching yield usable blocks? The separated-state study answers yes on its small sample. Can the result persist? Save-and-reload preserves those successes, although the old route already solves the same states. Can a larger library help a fixed executor elsewhere? The separate six-versus-eight-block pilot improves the observed count. None of these observations establishes a predictable lifetime curve. That requires checkpoints scored before future outcomes, held-out tasks and tests of retrieval, grounding and execution retention. The cost hypothesis adds another condition: local validation and linking must stay bounded as the library grows. If blocks interfere or compatibility checking expands globally, adding more stored capability need not reduce acquisition burden in the way the schematic curves suggest. e-persistencee-pilote-retentione-longitudinale-cost

Figure 4. The proposed lifetime resource is experience that remains usable, rather than the number of episodes stored. Original paper, p. 8 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read the upper path as a proposed division of labor: the agent handles unfamiliar conditions, verified capability and experience accumulate, and a future distilled policy handles familiar execution. The upper return arrow sends uncertainty or novelty back to the agent. In the lower panels, both horizontal axes show effective reusable experience X on a log scale. The left curve concerns future-task error and the right teacher intervention demand. Their dashed horizontal lines mark distinct irreducible floors, and the figure explicitly uses separate schematic vertical scales. Equations (1) and (7) and Appendix G, rather than this drawing's apparent slope, define the proposed test. e-scalinge-longitudinale-stack

What it supports. The claim is about transfer from accumulated, retrievable and groundable experience to later acquisition. A larger archive need not mean larger effective X. The paper proposes scoring experience before seeing future outcomes, then testing whether both error and teaching demand follow predictable decay across successive library checkpoints.

Where the evidence stops. These are schematic curves without measured checkpoints, fitted exponents or comparable vertical units. The fast-policy route is also future work. Neither the small library pilot nor the smooth drawing establishes a scaling law or a demonstrated speedup.

5.4 Training and inference

During training

Source description

Task acquisition updates explicit library and memory state without optimizing the fixed foundation stack. The paper supplies no task-time neural loss or optimizer. Later training of a separate fast student from verified trajectories is a proposed extension, not a demonstrated training stage. e-statee-scalinge-stack

During inference

Source description

Appendix I names gpt-5.6-sol, seed 0 and structured decisions for the online traces, with at most one evidence refresh and two replans and no human in-episode edits. Appendix J names Contact-GraspNet, MPLib and bounded controllers. These implement grasping and collision-aware motion beneath agent decisions; no joint future-video/action predictor is specified. e-stacke-taxonomy

5.5 Implementation flow

  1. Abstract the taught change

    The general method segments demonstrations at semantic effects, aligns equivalent roles and relations, and synthesizes shared strategy. Timing, pixels, poses and paths remain instance variables. Scope broadens only with supporting variation. The reported visual decomposition study uses a deterministic procedure, so it does not establish autonomous multimodal-agent induction. e-inductione-decomposition

  2. Bind a contract to the scene

    A block declares goal, applicability, strategy, grounding, compatible executors, outcome test and recovery. The populated alphabet-soup-can block is object-specific. It selects a current grasp, servos acquisition and plans a collision-aware transition; fresh retention evidence closes the subgoal. e-contracte-block

  3. Execute and reconsider

    The agent selects a block and executor at semantic boundaries. Continuous motion stays inside the executor. Pass permits continuation; inconclusive evidence can trigger observation; failure permits bounded repair, another executor, recomposition, teaching or stopping. The remaining route can change after each effect. e-runtimee-contract

  4. Admit and remember

    Separated validation cases test scope and matched old behavior before library admission. Experience records retain task, context, blocks, outcome, diagnosis, repair and evidence. Storage persistence is only one requirement: retrieval, grounding and behavioral retention also need testing. e-statee-inductione-retention

6. Experiments & results

Teach-and-Grow Learning (TGL) acquires executable, scoped Skill Blocks while leaving pretrained model weights fixed. An agent composes those blocks, checks physical effects and preserves lessons in memory. Small LIBERO studies support local acquisition and persistence; the paper's broader benchmark superiority and lifetime scaling predictions remain insufficiently quantified or untested.

Source and visual limitations
Reader analysis

Table I is the only empirical results table and also contains the fixed-executor library-size comparison used here as the ablation visual. The supplied PDF lacks a standard-LIBERO suite-score/baseline table and a matched feedback- or memory-removal experiment. The decomposition and failure diagnostics are numerical prose in Appendix I, not separate plots. Figures 4 and 5 are explicitly schematic or conceptual; they cannot supply measured scaling results. e-benchmark-gape-pilote-decompositione-failuree-scalinge-cost

6.1 Read the original evidence

No results visual is included in this edition. The source-specific visual limitations are recorded above.

6.2 Results and evaluation conditions

Task & protocolReported resultComparison & interpretation
Related-task fixed-executor library growth

Two LIBERO-Object tasks; onboarding states 12–14, disjoint evaluation states 15–17; seed 0. Executor, runtime, success criterion and three-attempt budget are fixed; library scope is frozen before evaluation.

Eight blocks: 4/6, interval [0.30, 0.90]; median acquisition 1.5 attempts.

Evaluation successes; 95% Wilson interval; capped acquisition attempts

Six blocks: 0/6, interval [0.00, 0.39]; median 2.5 attempts. Reported two-sided Fisher exact p=0.061.

Adding acquisition and release blocks changes this executor's reachable behavior. The two-task, single-seed pilot has wide uncertainty and does not establish benchmark-wide superiority. e-pilot

Task-specific induction and save-and-reload

Three teacher trajectories from states 0–2; separated evaluation states 3–5; farther scope checks on states 6–8.

Learned two-block composition: 3/3 before persistence and 3/3 after save-and-reload.

Successful evaluation initial states

Existing six-block route also achieves 3/3 on states 3–5.

This adds a persistent alternative rather than improving the already-successful baseline. The learned route stops at missing effects on farther states; this is scope enforcement, not successful extrapolation. e-persistence

Visual demonstration decomposition

Ten successful demonstrations, five per related LIBERO-Object condiment-transfer task; sampled agent-view and wrist images. Production excludes reward, success labels, hidden object state, actions and reference boundaries; annotations are used afterward.

40 predicted/reference stages; accuracy 1.000; F1 0.100 exact, 0.633 within one sampled frame, 0.900 within two; 20/20 acquisition/release effects confirmed.

Ordered role/type accuracy; boundary F1; observable effect confirmations

Independent annotations; no competing decomposition method reported.

Correct semantic roles coexist with weak exact boundary localization. Effect confirmation does not measure executed novel-task success. e-decomposition

Feedback-driven task execution

Two representative successful traces from a frozen LIBERO-GOAL archive.

Bowl-on-plate replans after insufficient post-grasp evidence; drawer opening requests a fresh observation.

Observed route changes

No matched no-feedback success-rate comparison is supplied.

The traces illustrate feedback use but cannot estimate its average causal benefit. e-runtime-traces

Failure localization

Separate eight-attempt acquisition cohort.

0/8 successes: two failures before motion planning, four involving path consistency or calibration, two involving gripper closure.

Task successes and failure categories

No paired repaired-cohort result is supplied.

Diagnostic information identifies physical bottlenecks; diagnosis alone does not demonstrate recovery. e-failure

6.3 Ablations and diagnostic examples

Read component removals and qualitative examples within their stated evaluation conditions.

Table I. The library-size comparison supplies the paper's clearest controlled test of local capability growth. Original paper, p. 7 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read each row as a different study with its own denominator. The first concerns a taught two-block route that succeeds on three states and still succeeds after save-and-reload. The middle row reports two selected successful feedback traces; it is not an overall success rate. The last row changes library content while keeping the executor fixed: six blocks give 0/6 and eight give 4/6. Companion Appendix I on page 17 supplies the controls and disjoint splits: onboarding states 12–14, evaluation states 15–17, two tasks, seed 0 and a three-attempt budget. Do not pool these rows into a single benchmark score. e-persistencee-runtime-tracese-pilote-benchmark-gap

What it supports. The pilot shows that adding two reusable blocks can improve the same executor's performance on the tested related tasks. Page 17 reports capped median acquisition attempts falling from 2.5 to 1.5, but Wilson intervals are wide: [0.00, 0.39] versus [0.30, 0.90], with reported Fisher p=0.061. This is evidence for a mechanism, with substantial uncertainty.

Where the evidence stops. The table supports neither the unquantified standard-LIBERO superiority claim nor a general no-forgetting guarantee. Both new blocks are added together, so their separate contributions are unresolved; no matched removal of feedback or Experience Memory is reported.

7. Analysis & limitations

7.1 What the evidence leaves open

Reader analysis

The abstract and Section V assert state-of-the-art standard LIBERO performance, but the supplied PDF provides no corresponding suite-level scores, named baseline comparison or full benchmark protocol. Table I and Appendix I document controlled studies only; the superiority claim cannot be quantitatively audited. e-benchmark-gap

Reader analysis

Experiments use one embodiment. The representative successful traces and compact pilots do not establish broad transfer, physical deployment reliability or long-term retention. Explicit storage does not prevent retrieval or grounding failures. e-limitationse-pilote-runtime-tracese-retention

Source description

The authors identify sequential agent reasoning, tool use and observation time as a practical cost. Faster models and distilled execution are expectations, without measured latency improvements here. e-limitationse-scaling

Reader analysis

The scaling law and near-additive acquisition-cost model remain hypotheses. The latter requires bounded local teaching/grounding/validation/linking costs and at-most-linear cumulative retrieval; all-to-all compatibility checks could make linking quadratic. e-coste-longitudinal

7.2 Questions for discussion

  1. Does library growth preserve retrieval and execution of old skills as similar blocks accumulate?
  2. How much benefit comes from the added executors versus adaptive agent composition?
  3. Can a preregistered reusable-experience score predict unseen checkpoints better than raw episode count?

8. Reproducibility audit

8.1 Requirements and known gaps

Reader analysis

Reproduction needs the frozen LIBERO-GOAL trace archive, exact LIBERO-Object task identifiers and initial states, teacher trajectories, six/eight-block libraries, camera calibration, verifier thresholds and controller/planner configurations. Appendix I supplies splits and budgets but omits complete task names, prompts, software versions, hardware, compute and timing details. e-stacke-blocke-decompositione-persistencee-pilot

Reader analysis

A proposed longitudinal check should freeze tools, agent and inference budget, score reusable experience before future outcomes, and retain exhausted teaching budgets at their cap. Fit early checkpoints and predict held-out larger checkpoints, while separately testing storage, retrieval, grounding and execution retention. e-longitudinale-retention

8.2 Proposed reproduction checks

The following checks are proposals motivated by the paper. They have not been run as part of this reading.

Check 1: Isolate which library addition improves the fixed executor

Reader-proposed check; not performed here. Recover the exact pilot tasks and frozen libraries, then compare four arms: the original six blocks, acquisition added alone, release added alone, and both added. Keep agent/executor versions, scope, runtime, seeds, success rules and the three-attempt cap identical, with onboarding and evaluation states disjoint. Extend to additional preregistered seeds and related held-out tasks, and retain exhausted acquisitions at the cap. Measure task success, acquisition attempts, verifier outcomes and matched old-task performance. A reproducible gain confined to the combined arm would support complementary composition; disappearing gains on new states or degraded old-task retrieval would limit the claim of reusable local growth. e-pilote-blocke-retention

Check 2: Test whether reusable experience predicts future acquisition

Reader-proposed check; not performed here. Run sequential acquisition with a frozen foundation agent, tool stack, inference budget and future-task distribution. Preregister the experience-weighting rule using only checkpoint-available evidence, alongside raw episode count as a competing resource. At each checkpoint, measure future error and teacher intervention time until the success rule or budget cap; include capped failures. Fit the proposed floor-plus-power-law curves on early checkpoints and compare held-out predictions against preregistered alternatives. Also record retrieval errors, retention and total acquisition cost. Poor extrapolation, no advantage over episode count, or growing interference would challenge the claimed scaling resource even if a few added blocks improve immediate success. e-scalinge-longitudinale-retentione-cost

8.3 Reading coverage

Visual audit: All 17 supplied PDF pages were rendered and visually inspected, including the title/author/version block, Figures 1–6, Tables I–III, method equations and all appendices. Page 17 was inspected for every reported split, statistic, trace budget, agent name and stack component; pages 14–15 support the proposed scaling and cost checks. All five final original crops were separately viewed at their final dimensions and retain the relevant labels, axes and table rows without surrounding body prose. Only the supplied PDF was covered: no separate supplements, trace archives, code or executed reproductions were inspected.

PDF pages inspected for this edition: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17. Appendix coverage: reviewed.

Original figures and tables remain the work of the source’s authors. Extractions preserve their scientific content; any HTML wrapper layout is disclosed with each figure. The surrounding reading notes are our own.

Text reading scope & known omissions
  • Title, author affiliations and abstract (p. 1)
  • I. Introduction (pp. 1–3)
  • II. Related Work (pp. 3–4)
  • III. Teach-and-Grow Learning (pp. 4–5)
  • IV. General Agentic Robot Architecture (pp. 5–6)
  • V. Experiments and Results (pp. 6–7)
  • VI. Discussion and VII. Conclusion (pp. 7–8)
  • References (pp. 9–10)
  • Appendix A: Why End-to-End Scaling Remains Costly (p. 10)
  • Appendix B: Teach-and-Grow Learning versus Existing Learning Forms (pp. 11–12)
  • Appendix C: From Zero-Shot Agent Control to Teach and Grow (pp. 11–12)
  • Appendix D: Skill Blocks and Atomic Skills (pp. 12–13)
  • Appendix E: Detailed Agent-Led Skill Induction (pp. 12–13)
  • Appendix F: Agentic Execution, Memory, and Failure Learning (p. 13)
  • Appendix G: Scaling Laws, Cost, and the Teach-and-Grow Hypothesis (pp. 14–15)
  • Appendix H: A Whole-System View of the Robot Learning Ecosystem (pp. 15–17)
  • Appendix I: Experimental Details and Appendix J: Current System (p. 17)

Outside the original text pass

  • Text extraction does not reconstruct figure images; inspect the retained PDF for figures and equation/table layout.
  • Separate supplemental material availability has not been fully verified.
  • Separate supplemental material availability has not been fully verified; no separate supplement was supplied.
  • The extraction did not reconstruct figure images; this gap was addressed by visually inspecting all 17 PDF pages, all six figures and all three tables.
  • Code, raw demonstrations, frozen trace archives and executable libraries were not supplied or inspected; no experiments were reproduced.
  • Only the supplied arXiv:2608.17209v1 PDF dated 17 August 2026 was reviewed. Its title and three authors match the catalog; no revision or edition discrepancy was observed, and other versions were not compared.

The visual audit above records the subsequent illustrated pass.

8.4 Traceable evidence

e-identityPDF p. 1, title, author line, affiliation footnote and arXiv marginInspect

The observed title is Teach and Grow: An Agent-Centered Architecture for General Robot Learning. Authors are Chang Nie, Zhe Liu, and Hesheng Wang. The margin identifies arXiv:2608.17209v1 [cs.RO], 17 August 2026. All authors share the School of Automation and Intelligent Sensing, Shanghai Jiao Tong University, and Shanghai Key Laboratory of Navigation and Location Based Services, Shanghai 200240, China. Identifier, title and authors agree with the supplied catalog.

Go to primary source ↓
e-problemPDF p. 1, Section I; p. 10, Appendix A.C–EInspect

The paper motivates local capability updates by the cost of collecting embodied evidence, optimizing a monolithic policy and checking old behavior after a local coverage failure. It acknowledges that adapters and continual-learning methods can reduce this burden.

Go to primary source ↓
e-cyclePDF p. 2, Figure 2 and Section IInspect

Demonstrations reveal shared semantic changes; the agent composes, executes a block and checks its effect. Verified capability enters the Skill Library, while outcomes, failures and repairs enter Experience Memory; both carry into later tasks.

Go to primary source ↓
e-statePDF p. 4, Section III.A, Eqs. (2)–(3), and Section III.C, Eq. (6)Inspect

Foundation parameters remain fixed while teaching and execution lessons update library and memory. History retains evidence. Memory records task, context, blocks, outcome, diagnosis, repair and evidence. A later student has separate parameters.

Go to primary source ↓
e-contractPDF p. 4, Section III.B, Eqs. (4)–(5); p. 6, Figure 3Inspect

A Skill Block includes goal, scope, strategy, grounding, executors, verifier and recovery. The working route can change. Figure 3 distinguishes retained contract fields from recomputed scene geometry and separates pass, inconclusive and fail outcomes.

Go to primary source ↓
e-inductionPDF p. 5, Section IV.A–B, Eqs. (8)–(9); pp. 12–13, Appendix E.A–FInspect

The general induction procedure normalizes source evidence, segments and aligns semantic effects, separates invariants from current-scene variables, narrows scope as needed and tests candidates on separated cases before normal retrieval. Appendix E.F includes preservation of matched old behavior.

Go to primary source ↓
e-runtimePDF p. 5, Section IV.C, Eq. (10); p. 6, Section IV.DInspect

The selected executor runs a block and returns a new observation plus executor/verifier evidence. The agent reasons at semantic transitions, with reobservation, executor substitution, route changes, bounded recovery, teaching and stopping available.

Go to primary source ↓
e-blockPDF p. 13, Table III, all rows; p. 12, Appendix D.CInspect

The acquisition block induced from three teacher trajectories applies specifically to an alphabet-soup can. It grounds current identity, frame, confidence, obstacles, reachability, grasp and motion parameters, verifies retention and displacement, and excludes demonstration-coordinate/action replay. The release block recomputes opening frame, release band and held-object offset.

Go to primary source ↓
e-stackPDF p. 17, Appendix I.A and Appendix JInspect

Online traces name gpt-5.6-sol, seed 0, structured decisions, at most one evidence refresh and two replans, with no human in-episode edits. Inputs include task, agent-view/wrist evidence, registered blocks, allowed routes and verifier/planner evidence. The current stack names Contact-GraspNet, MPLib, RGB-D, robot state and bounded controllers. Distillation is described as the proposed next step.

Go to primary source ↓
e-decompositionPDF p. 6, Section V.a; p. 17, Appendix I.BInspect

The reported visual decomposition is deterministic. Ten successful demonstrations span two condiment-transfer tasks, five each; production uses sampled camera images without rewards, success labels, hidden state, actions or reference boundaries. Against independent annotations: 40 predicted and 40 reference stages, role/type accuracy 1.000, boundary F1 0.100 exact, 0.633 within one sampled frame and 0.900 within two. Ten acquisition and ten release effects are confirmed.

Go to primary source ↓
e-persistencePDF p. 7, Table I, task-specific learning row; p. 17, Appendix I.CInspect

Teaching states 0–2 yield two blocks. On states 3–5 they achieve 3/3, as does the old six-block route. Following admission to an eight-block library and save/reload, they again achieve 3/3. On states 6–8, the learned route stops at the missing semantic effect.

Go to primary source ↓
e-pilotPDF p. 7, Table I, fixed-executor library pilot row; p. 17, Appendix I.DInspect

The two-task pilot fixes executor, runtime, seed 0, success criteria and three-attempt budget, changing only addition of acquisition/release blocks. Onboarding states are 12–14; disjoint evaluation states are 15–17. Six/eight blocks yield 0/6 and 4/6, Wilson 95% intervals [0.00,0.39] and [0.30,0.90], and reported two-sided Fisher p=0.061. Capped median acquisition attempts are 2.5 and 1.5.

Go to primary source ↓
e-runtime-tracesPDF p. 6, Section V.b; p. 7, Table I, feedback row; p. 17, Appendix I.AInspect

Two representative successful LIBERO-GOAL archive traces illustrate route rebuilding for bowl-on-plate after insufficient post-grasp evidence and reobservation after inconclusive drawer-opening evidence. No matched no-feedback result is given.

Go to primary source ↓
e-failurePDF p. 17, Appendix I.EInspect

A separate eight-attempt acquisition cohort has 0/8 task successes. Two failures occur before motion planning, four involve path consistency or calibration, and two involve gripper closure.

Go to primary source ↓
e-retentionPDF p. 13, Appendix F.B–CInspect

Structured memory links diagnoses to evidence and permits human correction. Retention is explicitly divided into storage, retrieval, grounding and behavioral retention; the paper warns that persistence alone does not guarantee maintained behavior.

Go to primary source ↓
e-scalingPDF p. 3, Eq. (1); p. 4, Section III.D, Eq. (7); p. 5, continuation of Section III.D; p. 8, Figure 4 and Section VI.D–EInspect

The proposed error and teaching-demand power laws use effective experience X, a sum of weights in [0,1] fixed before evaluation using reliability, coverage, retrieval, grounding and compatibility. Future outcomes are excluded from the score. Teaching demand is intervention time until a fixed success rule or cap. Figure 4 has separate schematic vertical scales; fast-policy distillation and lifetime scaling are proposed.

Go to primary source ↓
e-longitudinalPDF pp. 14–15, Appendix G.D–EInspect

The proposed longitudinal study freezes agent, tools, inference budget, success rule, scoring rule and future-task distribution. It tests old tasks, new compositions, new instances and new behaviors. Capped failures remain in analysis, early fits predict larger held-out checkpoints, and alternative curves and matched systems are proposed. No longitudinal dataset, fitted exponents or empirical curve is supplied.

Go to primary source ↓
e-costPDF p. 14, Appendix G.C, Eqs. (15)–(16); p. 15, Figure 5Inspect

The cost model counts matched semantic additions, with TGL paying infrastructure plus per-block teaching, grounding, validation and linking and cumulative retrieval. At-most-linear growth assumes bounded local costs and O(K) cumulative retrieval. All-to-all compatibility can make linking quadratic. Figure 5 labels the regimes conceptual.

Go to primary source ↓
e-taxonomyPDF p. 12, Table II; pp. 15–17, Appendix H.B–E, including Figure 6 on p. 16; p. 17, Appendix JInspect

TGL is described as an organizing semantic-contract layer for learned policies, classical tools and memory. WAMs may implement blocks, mature routes or future students. World models may screen candidates. No shared learned world/action prediction architecture or inverse-dynamics mechanism is specified; dashed distillation and fleet-sharing routes are future extensions.

Go to primary source ↓
e-limitationsPDF p. 8, Section VI.F; pp. 11–12, Appendix C.C; p. 12, Appendix E.CInspect

Sequential model calls, observation and tool use incur time costs. Faster agents, caching and future fast students are suggested. Appendix E.C states that the present study uses one embodiment and identifies cross-embodiment reuse as a future test.

Go to primary source ↓
e-benchmark-gapPDF p. 1, abstract; p. 6, Section V opening; p. 7, Table I; p. 17, Appendix I.A–EInspect

The abstract and Section V assert state-of-the-art standard LIBERO performance. The supplied results table and experimental appendix instead report controlled decomposition, persistence, trace, library-pilot and failure-localization studies; no suite-level standard benchmark numbers or named-baseline score table accompany the assertion.

Go to primary source ↓

8.5 Primary sources

Scroll across the image to inspect details. Press Esc to close.