ROAICLCVMay 25

When Search Becomes Memory: Turning Robot Design Trials into Transferable Skills

arXiv:2605.2583260.7
AI Analysis

For robot design researchers, it introduces a method to make design memory inspectable and reusable, improving search efficiency across tasks.

Auto-Robotist is a self-evolving LLM agent that distills robot morphology-search traces into an explicit natural-language skill library, improving cold-start 5x5 search and transferring learned skills to 10x10 design spaces, where reference-conditioned transfer outperforms GA on every task.

Large language models (LLMs) are increasingly used as proposal generators for evolutionary robot design, yet most loops remain memoryless: simulator results shape the next population but are not preserved as reusable design knowledge. We present Auto-Robotist, a self-evolving LLM agent that distills morphology-search traces into an explicit natural-language skill library. Each skill stores a structural archetype, evidence-grounded positive and negative rules, and the evaluated designs that support them, making design memory inspectable rather than implicit in a population. During search, the agent retrieves skills to condition LLM edits of elite bodies while retaining a Genetic Algorithm (GA) mutation path for exploration; after evaluation, it updates the library through Add, Diagnose, and Merge. Across seven EvoGym tasks spanning locomotion, traversal, and object interaction, Auto-Robotist improves cold-start 5x5 search and transfers learned skills to 10x10 design spaces, where reference-conditioned transfer outperforms GA on every task. These results suggest that LLM agents can convert expensive physical evaluations into reusable, auditable design principles. Our code will be released upon acceptance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes