paper-with-me

Papers

Dungeons and Data: A Large-Scale NetHack Dataset

2022-11-01 · Eric Hambro, Roberta Raileanu, Danielle Rothermel, Vegard Mella, Tim Rocktäschel, Heinrich Küttler, Naila Murray

Recent breakthroughs in the development of agents to solve challenging sequential decision making problems such as Go, StarCraft, or DOTA, have relied on both simulated environments and large-scale datasets. However, progress on this research has been hindered by the scarcity of open-sourced datasets and the prohibitive computational cost to work with them. Here we present the NetHack Learning Dataset (NLD), a large and highly-scalable dataset of trajectories from the popular game of NetHack, which is both extremely challenging for current methods and very fast to run. NLD consists of three parts: 10 billion state transitions from 1.5 million human trajectories collected on the NAO public NetHack server from 2009 to 2020; 3 billion state-action-score transitions from 100,000 trajectories collected from the symbolic bot winner of the NetHack Challenge 2021; and, accompanying code for users to record, load and stream any collection of such trajectories in a highly compressed form. We evaluate a wide range of existing algorithms including online and offline RL, as well as learning from demonstrations, showing that significant research advances are needed to fully leverage large-scale datasets for challenging sequential decision making tasks.

📄 PDF Abstract BibTeX arXiv:2211.00539

Code (1)

facebookresearch/nle 공식 구현

Tasks

Decision MakingNetHackOffline RLSequential Decision MakingStarcraft

Similar Papers 제목 키워드 기반

Katakomba: Tools and Benchmarks for Data-Driven NetHack

2023-06-14 · NeurIPS 2023 11 · Vladislav Kurenkov, Alexander Nikulin, Denis Tarasov, Sergey Kolesnikov

NetHack is known as the frontier of reinforcement learning research where learning-based methods still need to catch up to rule-based solutions. One of the promising directions for a breakthrough is using pre-collected d…

D4RLNetHackRecommendation Systemsreinforcement-learning+1

Insights From the NeurIPS 2021 NetHack Challenge

2022-03-22 · Eric Hambro, Sharada Mohanty, Dmitrii Babaev, Minwoo Byeon 외

In this report, we summarize the takeaways from the first NeurIPS 2021 NetHack Challenge. Participants were tasked with developing a program or agent that can win (i.e., 'ascend' in) the popular dungeon-crawler game of N…

NetHackReinforcement Learning (RL)

Playing NetHack with LLMs: Potential & Limitations as Zero-Shot Agents

2024-03-01 · Dominik Jeurissen, Diego Perez-Liebana, Jeremy Gow, Duygu Cakmak 외

Large Language Models (LLMs) have shown great success as high-level planners for zero-shot game-playing agents. However, these agents are primarily evaluated on Minecraft, where long-term planning is relatively straightf…

Decision MakingMinecraftNetHack

Storytelling with Dialogue: A Critical Role Dungeons and Dragons Dataset

2020-07-01 · ACL 2020 6 · Revanth Rameshkumar, Peter Bailey

This paper describes the Critical Role Dungeons and Dragons Dataset (CRD3) and related analyses. Critical Role is an unscripted, live-streamed show where a fixed group of people play Dungeons and Dragons, an open-ended r…

Abstractive Text SummarizationData Augmentation

NetHack is Hard to Hack

2023-09-21 · NeurIPS 2023 11

Neural policy learning methods have achieved remarkable results in various control problems, ranging from Atari games to simulated locomotion. However, these methods struggle in long-horizon tasks, especially in open-end…