AILGMay 25, 2023

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

arXiv:2305.16291v21764 citationsHas Code
Originality Highly original
AI Analysis

This addresses the challenge of developing autonomous agents that can continuously learn and generalize in complex environments, representing a significant advance rather than an incremental improvement.

They tackled the problem of creating an open-ended embodied agent for lifelong learning in Minecraft without human intervention, resulting in Voyager achieving 3.3x more unique items, 2.3x longer travel distances, and up to 15.3x faster milestone unlocking compared to prior state-of-the-art.

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/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes