Weights or Skills? A Survey of Robot-Learning Techniques: from Action-Predicting Weights to Robots that Write their Own Skills
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.
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
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
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
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.
@omarsar0: New research from Google DeepMind. (bookmark it) SkillSmith treats model weights as an additional modality the LLM read…
Google DeepMind introduces SkillSmith, which treats model weights as an additional modality that LLMs can natively reason over, enabling instruction-steered parametric synthesis for composing skills at inference time. The approach outperforms text-only and weight-only baselines.
SkillFlow:Benchmarking Lifelong Skill Discovery and Evolution for Autonomous Agents
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.