Extract
Turn successful and failed trajectories into reusable procedural knowledge.
PRACTICE trains a dedicated skill learner to grow and refine a persistent skill library from interaction trajectories—while keeping the embodied task executor frozen.
Existing experience-augmented agents often rely on fixed prompting workflows to create or edit skills. PRACTICE replaces that hand-crafted update procedure with a trained model that reasons over the current library and fresh evidence together.
Turn successful and failed trajectories into reusable procedural knowledge.
Merge batch-level edits into a compact, persistent, and internally consistent library.
Add, refine, merge, or remove skills as new interaction evidence arrives.
Oracle-grounded supervision establishes the editing language; diverse failures broaden coverage; online skill-edit distillation aligns the learner on its own edit distribution.

Under the same Qwen3-VL-32B executor, PRACTICE delivers the strongest average performance among the reported experience-augmented approaches on both benchmarks.
+9.7 points over the strongest prior experience-augmented baseline.
+2.6 points with particularly strong gains on Common, Complex, and Visual splits.
EB-ALFRED develops longer manipulation routines: 13 primitive and 16 composite skills.
EB-Habitat favors compact search-and-transfer abstractions: 5 primitive and 10 composite skills.
Improvement comes from external procedural knowledge—not repeated executor fine-tuning.
Paired episode analysis reveals where a learned library helps—and where grounding and state tracking still dominate.


Reusable skills compress recurring multi-step behaviors and preserve completed subgoals after local errors.
ALFRED learns manipulation routines; Habitat learns repeated object search and transport patterns.
Source inference, object identity, holding state, and long-horizon consistency remain the primary bottlenecks.
Representative trajectories show successful recovery, long-horizon composition, and the boundary between skill structure and online execution.

If PRACTICE supports your research, please cite the manuscript.
@article{bai2026PRACTICE,
title = {{PRACTICE}: From Experience to Expertise in Self-Evolving Embodied Agents},
author = {Bai, Ziyi and Li, Siqi and Huang, Tinglei and Karlsson, Börje F.},
year = {2026},
journal = {arXiv preprint arXiv:2608.30760},
url = {https://arxiv.org/abs/2608.30760}
}