Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/28 04:00:00

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

AI 中文解读
MEMENTO来了!这个新框架让机器人像“学霸”一样,通过记忆和反复试错掌握复杂的长链条任务。以前机器人完成叠积木、做家务这类需要几十步才能看到结果的任务,要么靠人工编程,要么简单学习,效果都不好。MEMENTO的做法是:让大语言模型自动生成机器人的控制程序,然后让机器人实际执行一遍,根据跑得怎么样来打分,再像打游戏读档一样,记住之前的好做法,不断调整优化直到成功。在叠汉诺塔和房间交互两个测试中,MEMENTO不仅成功率大幅领先现有方法,还能举一反三,适应从未见过的摆放和场景。更厉害的是,它把虚拟训练的最佳程序直接部署到真实机器人上也能工作。这对于普通人意味着,未来家庭机器人能更快学会帮你做晚饭、收拾房间这些需要多步规划的复杂家务,而且开发者也不用反复调试物理环境,成本大大降低。
arXiv:2607.22832v1 Announce Type: new Abstract: 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.
分享
阅读原文