Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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.

Yunfei Wang, Xiaohao Xu, Yang Li, Xiaonan Huang• 2026

Related benchmarks

TaskDatasetResultRank
BalancerEVOGYM 10x10 Balancer 1.0
Fitness0.14
5
BridgeWalkerEVOGYM 10x10 BridgeWalker 1.0
Fitness3.79
5
CarrierEVOGYM 10x10 Carrier 1.0
Fitness7.09
5
ClimberEVOGYM 10x10 Climber 1.0
Fitness0.76
5
JumperEVOGYM 10x10 Jumper 1.0
Fitness7.24
5
PusherEVOGYM 10x10 Pusher 1.0
Fitness9.17
5
WalkerEVOGYM 10x10 Walker 1.0
Fitness11.27
5
BalancerEVOGYM 5x5
Maximal Fitness0.14
2
BridgeWalkerEVOGYM 5x5
Maximal Fitness3.66
2
CarrierEVOGYM 5x5
Maximal Fitness7.14
2
Showing 10 of 14 rows

Other info

Follow for update