Weights or Skills? A Survey of Robot-Learning Techniques: from Action-Predicting Weights to Robots that Write their Own Skills

Hugging Face Daily Papers Papers

Summary

A survey paper organizing robot-learning techniques along an axis of frozen-weight policies (VLA models) versus agents that write their own executable skills as code, providing a taxonomy of self-improvement mechanisms and analyzing the emerging robot-skill economy.

Robot learning is splitting into two bets: policies that bake competence into frozen weights (vision-language-action, or VLA, models), and agents that write and refine their own executable skills as code. This survey organises the field around that axis of weights versus skills. Its central analytical contribution is a deep-dive that arranges code-as-policy methods by their degree of self-improvement, from zero-shot program synthesis, through closed-loop self-repair and persistent skill memory, to the sparsely populated cell in which execution feedback, skill memory, and evolutionary search combine into one open-ended loop; only a few very recent systems (for example ASPIRE, ENPIRE, and RoboClaw) occupy that cell. We map the complementary "skills" pole, from unsupervised reinforcement-learning skill discovery to large-language-model skill libraries, and show that the word "skill" is used in at least five distinct senses, of which only the code sense self-improves without gradient updates. We then connect the taxonomy to the emerging skill economy: commercial robot-skill marketplaces now distribute one-tap skills across robots but ship only static playback, which surfaces open problems of adaptation, cross-embodiment portability, provenance, safety verification, composition, and standardisation. This is a deliberately focused survey. Rather than cataloguing the field exhaustively, it examines 77 representative systems across six technique families through one taxonomy and a set of contrast tables, and it supplies operational definitions of the self-improvement mechanisms together with a statement of what each family cannot do.
Original Article
View Cached Full Text

Cached at: 08/07/26, 09:59 PM

Paper page - Weights or Skills? A Survey of Robot-Learning Techniques: from Action-Predicting Weights to Robots that Write their Own Skills

Source: https://huggingface.co/papers/2608.01851

Abstract

Robotlearningissplittingintotwobets:policiesthatbakecompetenceintofrozenweights(vision-language-action,orVLA,models),andagentsthatwriteandrefinetheirownexecutableskillsascode.Thissurveyorganisesthefieldaroundthataxisofweightsversusskills.Itscentralanalyticalcontributionisadeep-divethatarrangescode-as-policymethodsbytheirdegreeofself-improvement,fromzero-shotprogramsynthesis,throughclosed-loopself-repairandpersistentskillmemory,tothesparselypopulatedcellinwhichexecutionfeedback,skillmemory,andevolutionarysearchcombineintooneopen-endedloop;onlyafewveryrecentsystems(forexampleASPIRE,ENPIRE,andRoboClaw)occupythatcell.Wemapthecomplementary“skills“pole,fromunsupervisedreinforcement-learningskilldiscoverytolarge-language-modelskilllibraries,andshowthattheword“skill“isusedinatleastfivedistinctsenses,ofwhichonlythecodesenseself-improveswithoutgradientupdates.Wethenconnectthetaxonomytotheemergingskilleconomy:commercialrobot-skillmarketplacesnowdistributeone-tapskillsacrossrobotsbutshiponlystaticplayback,whichsurfacesopenproblemsofadaptation,cross-embodimentportability,provenance,safetyverification,composition,andstandardisation.Thisisadeliberatelyfocusedsurvey.Ratherthancataloguingthefieldexhaustively,itexamines77representativesystemsacrosssixtechniquefamiliesthroughonetaxonomyandasetofcontrasttables,anditsuppliesoperationaldefinitionsoftheself-improvementmechanismstogetherwithastatementofwhateachfamilycannotdo.

View arXiv pageView PDFAdd to collection

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2608.01851 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2608.01851 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2608.01851 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

World Model for Robot Learning: A Comprehensive Survey

Hugging Face Daily Papers

This comprehensive survey reviews the literature on world models for robot learning, covering their roles in policy learning, planning, and simulation. It highlights key paradigms, benchmarks, and future directions for predictive modeling in embodied agents.

@AlphaSignalAI: https://x.com/AlphaSignalAI/status/2069064122218717387

X AI KOLs Timeline

This article explores how AI agents can automatically write and optimize their skill files using techniques like SkillOpt from Microsoft Research, which treats skill documents as trainable state and delivers significant performance improvements. It addresses the challenge of manual skill tuning and presents frameworks like GEPA and EvoSkill as evolutionary approaches.

@dair_ai: https://x.com/dair_ai/status/2061104052818108476

X AI KOLs Following

A roundup of three notable AI papers: SkillOpt treats skill documents as trainable parameters to optimize frozen agents; a new method compiles agentic workflows into model weights for 100x cost reduction; and AutoScientists introduces a decentralized agent team for long-running science without a central planner.

SkillFlow:Benchmarking Lifelong Skill Discovery and Evolution for Autonomous Agents

Hugging Face Daily Papers

SkillFlow introduces a benchmark of 166 tasks across 20 families for evaluating autonomous agents' ability to discover, repair, and maintain skills over time through a lifelong learning protocol. Experiments reveal a substantial capability gap among leading models, with Claude Opus 4.6 improving significantly while others show limited or negative gains from skill evolution.