Voyager:基于大型语言模型的开放式具身智能体

Voyager: An Open-Ended Embodied Agent with Large Language Models

范麟熙 Jim Fan · NVIDIA · 2023-05-25 · arXiv:2305.16291 ↗ · 被引 1836

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们介绍了 Voyager,这是首个在 Minecraft 中由大型语言模型驱动的具身终身学习智能体,它能够持续探索世界、获取多样技能,并在无需人工干预的情况下做出新颖发现。Voyager 由三个关键组件构成:1)最大化探索的自动课程;2)不断增长的技能库,用于存储和检索可执行代码的复杂行为;3)一种新的迭代提示机制,结合环境反馈、执行错误和自验证来改进程序。Voyager 通过黑盒查询与 GPT-4 交互,无需微调模型参数。Voyager 开发的技能具有时间延展性、可解释性和组合性,这迅速增强了智能体的能力并减轻了灾难性遗忘。实验表明,Voyager 展现出强大的上下文终身学习能力,并在玩 Minecraft 方面表现出色。它获得的独特物品数量是先前最先进方法的 3.3 倍,旅行距离是其 2.3 倍,解锁关键技术树里程碑的速度快达 15.3 倍。Voyager 能够利用学到的技能库在新的 Minecraft 世界中从头解决新任务,而其他技术难以泛化。我们在 https://voyager.minedojo.org/开源了完整的代码库和提示。

We introduce Voyager, the first LLM-powered embodied lifelong learning agent in Minecraft that continuously explores the world, acquires diverse skills, and makes novel discoveries without human intervention. Voyager consists of three key components: 1) an automatic curriculum that maximizes exploration, 2) an ever-growing skill library of executable code for storing and retrieving complex behaviors, and 3) a new iterative prompting mechanism that incorporates environment feedback, execution errors, and self-verification for program improvement. Voyager interacts with GPT-4 via blackbox queries, which bypasses the need for model parameter fine-tuning. The skills developed by Voyager are temporally extended, interpretable, and compositional, which compounds the agent's abilities rapidly and alleviates catastrophic forgetting. Empirically, Voyager shows strong in-context lifelong learning capability and exhibits exceptional proficiency in playing Minecraft. It obtains 3.3x more unique items, travels 2.3x longer distances, and unlocks key tech tree milestones up to 15.3x faster than prior SOTA. Voyager is able to utilize the learned skill library in a new Minecraft world to solve novel tasks from scratch, while other techniques struggle to generalize. We open-source our full codebase and prompts at https://voyager.minedojo.org/.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 16)

阅读逐段中英对照全文 →