paper-with-me

홈 › Papers

Ghost in the Minecraft: Generally Capable Agents for Open-World Environments via Large Language Models with Text-based Knowledge and Memory

2023-05-25 · Xizhou Zhu, Yuntao Chen, Hao Tian, Chenxin Tao, Weijie Su, Chenyu Yang, Gao Huang, Bin Li, Lewei Lu, Xiaogang Wang, Yu Qiao, Zhaoxiang Zhang, Jifeng Dai

The captivating realm of Minecraft has attracted substantial research interest in recent years, serving as a rich platform for developing intelligent agents capable of functioning in open-world environments. However, the current research landscape predominantly focuses on specific objectives, such as the popular "ObtainDiamond" task, and has not yet shown effective generalization to a broader spectrum of tasks. Furthermore, the current leading success rate for the "ObtainDiamond" task stands at around 20%, highlighting the limitations of Reinforcement Learning (RL) based controllers used in existing methods. To tackle these challenges, we introduce Ghost in the Minecraft (GITM), a novel framework integrates Large Language Models (LLMs) with text-based knowledge and memory, aiming to create Generally Capable Agents (GCAs) in Minecraft. These agents, equipped with the logic and common sense capabilities of LLMs, can skillfully navigate complex, sparse-reward environments with text-based interactions. We develop a set of structured actions and leverage LLMs to generate action plans for the agents to execute. The resulting LLM-based agent markedly surpasses previous methods, achieving a remarkable improvement of +47.5% in success rate on the "ObtainDiamond" task, demonstrating superior robustness compared to traditional RL-based controllers. Notably, our agent is the first to procure all items in the Minecraft Overworld technology tree, demonstrating its extensive capabilities. GITM does not need any GPU for training, but a single CPU node with 32 CPU cores is enough. This research shows the potential of LLMs in developing capable agents for handling long-horizon, complex tasks and adapting to uncertainties in open-world environments. See the project website at https://github.com/OpenGVLab/GITM.

📄 PDF Abstract BibTeX arXiv:2305.17144

Code (1)

opengvlab/gitm 공식 구현

Tasks

Common Sense ReasoningCPUGPUMinecraftNavigateReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

MineDojo: Building Open-Ended Embodied Agents with Internet-Scale Knowledge

2022-06-17 · Linxi Fan, Guanzhi Wang, Yunfan Jiang, Ajay Mandlekar 외

Autonomous agents have made great strides in specialist domains like Atari games and Go. However, they typically learn tabula rasa in isolated environments with limited and manually conceived objectives, thus failing to …

Atari GamesMinecraft

Odyssey: Empowering Minecraft Agents with Open-World Skills

2024-07-22 · Shunyu Liu, Yaoru Li, Kongcheng Zhang, Zhenyu Cui 외

Recent studies have delved into constructing generalist agents for open-world environments like Minecraft. Despite the encouraging results, existing efforts mainly focus on solving basic programmatic tasks, e.g., materia…

Language ModellingLarge Language ModelMinecraftQuestion Answering

OpenHA: A Series of Open-Source Hierarchical Agentic Models in Minecraft

2025-09-13 · Zihao Wang, Muyao Li, Kaichen He, Xiangyu Wang 외 arxiv

The choice of action spaces is a critical yet unresolved challenge in developing capable, end-to-end trainable agents. This paper first presents a large-scale, systematic comparison of prominent abstracted action spaces …

MINDSTORES: Memory-Informed Neural Decision Synthesis for Task-Oriented Reinforcement in Embodied Systems

2025-01-31 · Anirudh Chari, Suraj Reddy, Aditya Tiwari, Richard Lian 외

While large language models (LLMs) have shown promising capabilities as zero-shot planners for embodied agents, their inability to learn from experience and build persistent mental models limits their robustness in compl…

Minecraft

Crafting a Pogo Stick in Minecraft with Heuristic Search (Extended Abstract)

2024-06-01 · International Symposium on Combinatorial Search 2024 6 · Yarin Benyamin, Argaman Mordoch, Shahaf Shperberg, Wiktor Piotrowski 외

Minecraft is a widely popular video game renowned for its intricate environment. The game's open-ended design allows the creation of unique tasks and challenges for the agents, providing a broad spectrum for researchers …

Heuristic SearchMinecraftReinforcement Learning (RL)