paper-with-me

Papers

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, Sheila Mcilraith

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 of behavior without relying on a large dataset of instruction-labeled trajectories. Using this methodology, we create an instruction-tuned Video Pretraining (VPT) model called STEVE-1, which can follow short-horizon open-ended text and visual instructions in Minecraft. STEVE-1 is trained in two steps: adapting the pretrained VPT model to follow commands in MineCLIP's latent space, then training a prior to predict latent codes from text. This allows us to finetune VPT through self-supervised behavioral cloning and hindsight relabeling, reducing the need for costly human text annotations, and all for only $60 of compute. By leveraging pretrained models like VPT and MineCLIP and employing best practices from text-conditioned image generation, STEVE-1 sets a new bar for open-ended instruction-following in Minecraft with low-level controls (mouse and keyboard) and raw pixel inputs, far outperforming previous baselines and robustly completing 12 of 13 tasks in our early-game evaluation suite. We provide experimental evidence highlighting key factors for downstream performance, including pretraining, classifier-free guidance, and data scaling. All resources, including our model weights, training scripts, and evaluation tools are made available for further research.

📄 PDF Abstract BibTeX arXiv:2306.00937

Code (1)

Shalev-Lifshitz/STEVE-1 pytorch

Tasks

Decision MakingImage GenerationInstruction FollowingMinecraftSequential Decision Making

Similar Papers 제목 키워드 기반

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

CrafterDojo: A Suite of Foundation Models for Building Open-Ended Embodied Agents in Crafter

2025-08-19 · Junyeong Park, Hyeonseo Cho, Sungjin Ahn arxiv

Developing general-purpose embodied agents is a core challenge in AI. Minecraft provides rich complexity and internet-scale data, but its slow speed and engineering overhead make it unsuitable for rapid prototyping. Craf…

Instruction Following

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

2024-06-17 · Zhonghan Zhao, Wenhao Chai, Xuan Wang, Ke Ma 외

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 …

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1

MrSteve: Instruction-Following Agents in Minecraft with What-Where-When Memory

2024-11-11 · Junyeong Park, Junmo Cho, Sungjin Ahn

Significant advances have been made in developing general-purpose embodied AI in environments like Minecraft through the adoption of LLM-augmented hierarchical approaches. While these approaches, which combine high-level…

Instruction FollowingMinecraft

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