When Search Becomes Memory: Turning Robot Design Trials into Transferable Skills
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Balancer | EVOGYM 10x10 Balancer 1.0 | Fitness0.14 | 5 | |
| BridgeWalker | EVOGYM 10x10 BridgeWalker 1.0 | Fitness3.79 | 5 | |
| Carrier | EVOGYM 10x10 Carrier 1.0 | Fitness7.09 | 5 | |
| Climber | EVOGYM 10x10 Climber 1.0 | Fitness0.76 | 5 | |
| Jumper | EVOGYM 10x10 Jumper 1.0 | Fitness7.24 | 5 | |
| Pusher | EVOGYM 10x10 Pusher 1.0 | Fitness9.17 | 5 | |
| Walker | EVOGYM 10x10 Walker 1.0 | Fitness11.27 | 5 | |
| Balancer | EVOGYM 5x5 | Maximal Fitness0.14 | 2 | |
| BridgeWalker | EVOGYM 5x5 | Maximal Fitness3.66 | 2 | |
| Carrier | EVOGYM 5x5 | Maximal Fitness7.14 | 2 |