日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
進化計算/コード生成/身体性タスクarXiv:2607.22832v1

MEMENTO: 記憶誘導型メメティックコード・アズ・ポリシー進化

MEMENTO: Memory-Guided Memetic Code-as-Policy Evolution

シェア:XThreadsFacebookLINEはてブBluesky

長期にわたる身体性タスク向けに、LLMを用いた進化的探索でコードとして表現されたポリシーを改善する手法を提案。評価器と記憶誘導の局所改善を組み合わせ、既存手法より高い成功率と汎化を達成した。

著者: Alkis Sygkounas, Victor Aregbede, Amy Loutfi, Andreas Persson

分類: cs.LG

原文アブストラクト

Long-horizon embodied tasks require policies that execute many dependent actions before task success can be observed. Representing policies as executable control pro- grams (code-as-policy) enables their decision logic to be inspected and revised after rollout evaluation. Revised programs can then be executed and compared by rollout performance, framing policy improvement as execution-guided program search. Evo- lutionary methods driven by large language models (LLMs) provide a natural mecha- nism for this search by generating variants and selecting high-performing candidates. However, existing approaches primarily select among independently generated vari- ants and lack a sequential local improvement phase. We introduce MEMENTO, a memory-guided single-elite memetic framework for code-as-policy evolution. ME- MENTO first evolves a rollout evaluator that maps policy rollouts to scalar fitness and structured feedback metrics. Fitness selects accepted candidates and the next elite, while feedback metrics condition policy proposals generated by memory-guided hill-climbing, macro-mutation, and crossover. We evaluate MEMENTO on two long- horizon embodied domains: Robosuite Franka Tower-of-Hanoi manipulation and AI2- THOR household interaction. MEMENTO outperforms Eureka and REvolve, adapted as code-as-policy evolutionary baselines, in task success and generalization to held- out Robosuite object configurations and unseen AI2-THOR scenes. Ablations show that zero-shot generation and unevolved evaluators fail to solve either domain, and that removing policy-search branches reduces performance. Finally, we deploy the best-evolved Robosuite policy on a physical Franka robot, demonstrating the feasibil- ity of sim-to-real transfer of the evolved code-as-policy. Code, prompts, and videos are available at: https://github.com/sygkounas/MEMENTO.