paper-with-me

홈 › Papers

STEVE Series: Step-by-Step Construction of Agent Systems in Minecraft

2024-06-17 · Zhonghan Zhao, Wenhao Chai, Xuan Wang, Ke Ma, Kewei Chen, Dongxu Guo, Tian Ye, Yanting Zhang, Hongwei Wang, Gaoang Wang

Building an embodied agent system with a large language model (LLM) as its core is a promising direction. Due to the significant costs and uncontrollable factors associated with deploying and training such agents in the real world, we have decided to begin our exploration within the Minecraft environment. Our STEVE Series agents can complete basic tasks in a virtual environment and more challenging tasks such as navigation and even creative tasks, with an efficiency far exceeding previous state-of-the-art methods by a factor of $2.5\times$ to $7.3\times$. We begin our exploration with a vanilla large language model, augmenting it with a vision encoder and an action codebase trained on our collected high-quality dataset STEVE-21K. Subsequently, we enhanced it with a Critic and memory to transform it into a complex system. Finally, we constructed a hierarchical multi-agent system. Our recent work explored how to prune the agent system through knowledge distillation. In the future, we will explore more potential applications of STEVE agents in the real world.

📄 PDF Abstract BibTeX arXiv:2406.11247

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language ModelMinecraft

Similar Papers 제목 키워드 기반

STEVE: A Step Verification Pipeline for Computer-use Agent Training

2025-03-16 · Fanbin Lu, Zhisheng Zhong, Ziqin Wei, Shu Liu 외

Developing AI agents to autonomously manipulate graphical user interfaces is a long challenging task. Recent advances in data scaling law inspire us to train computer-use agents with a scaled instruction set, yet using b…

Steve-Eye: Equipping LLM-based Embodied Agents with Visual Perception in Open Worlds

2023-10-20 · Sipeng Zheng, Jiazheng Liu, Yicheng Feng, Zongqing Lu

Recent studies have presented compelling evidence that large language models (LLMs) can equip embodied agents with the self-driven capability to interact with the world, which marks an initial step toward versatile robot…

See and Think: Embodied Agent in Virtual Environment

2023-11-26 · Zhonghan Zhao, Wenhao Chai, Xuan Wang, Li Boyi 외

Large language models (LLMs) have achieved impressive pro-gress on several open-world tasks. Recently, using LLMs to build embodied agents has been a hotspot. This paper proposes STEVE, a comprehensive and visionary embo…

MinecraftQuestion AnsweringRetrieval

STEVE-Audio: Expanding the Goal Conditioning Modalities of Embodied Agents in Minecraft

2024-12-01 · Nicholas Lenzen, Amogh Raut, Andrew Melnik

Recently, the STEVE-1 approach has been introduced as a method for training generative agents to follow instructions in the form of latent CLIP embeddings. In this work, we present a methodology to extend the control mod…

Decision MakingMinecraftSequential Decision Making

STEVE-1: A Generative Model for Text-to-Behavior in Minecraft

2023-06-01 · NeurIPS 2023 11 · Shalev Lifshitz, Keiran Paster, Harris Chan, Jimmy Ba 외

Constructing AI models that respond to text instructions is challenging, especially for sequential decision-making tasks. This work introduces a methodology, inspired by unCLIP, for instruction-tuning generative models o…

Decision MakingImage GenerationInstruction FollowingMinecraft+1