HomeResearch LibraryVoyager: An Open-Ended Embodied Agent with Large Langua…
system architectureChapter 2arXiv · 2023

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

Guanzhi Wang (NVIDIA), Yuqi Xie (Caltech), Yunfan Jiang (Stanford)

Abstract

We present 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.

Eigenvector Insight — Zone III / PASF-PADE AnalysisNot part of the original paper
Eigenvector Research — Marco van Hurne
How this paper contributes to solving the Zone III problem (PASF-PADE)

Voyager's skill library concept is directly applicable to enterprise agents. The idea of building a reusable library of verified, tested skills — rather than regenerating procedures from scratch each time — is a key architectural pattern for Zone III efficiency.

Why AI is not sufficient for Zone III without this

Zone III refers to high-complexity, high-risk, long-running agentic workflows — the class of enterprise AI deployments where a single failure can cascade across hundreds of steps. Standard AI models, trained to predict the next token, are not inherently designed for durable, governed, multi-step execution. This paper addresses one or more of the structural gaps that make Zone III deployments unsafe without explicit architectural intervention.

Key Contributions

  • Lifelong learning agent architecture
  • Skill library for reuse
  • Automatic curriculum generation

Topics

lifelong learningskill acquisitionembodied agentslong-horizon planning