paper-with-me

Papers

The NetHack Learning Environment

2020-06-24 · NeurIPS 2020 12 · Heinrich Küttler, Nantas Nardelli, Alexander H. Miller, Roberta Raileanu, Marco Selvatici, Edward Grefenstette, Tim Rocktäschel

Progress in Reinforcement Learning (RL) algorithms goes hand-in-hand with the development of challenging environments that test the limits of current methods. While existing RL environments are either sufficiently complex or based on fast simulation, they are rarely both. Here, we present the NetHack Learning Environment (NLE), a scalable, procedurally generated, stochastic, rich, and challenging environment for RL research based on the popular single-player terminal-based roguelike game, NetHack. We argue that NetHack is sufficiently complex to drive long-term research on problems such as exploration, planning, skill acquisition, and language-conditioned RL, while dramatically reducing the computational resources required to gather a large amount of experience. We compare NLE and its task suite to existing alternatives, and discuss why it is an ideal medium for testing the robustness and systematic generalization of RL agents. We demonstrate empirical success for early stages of the game using a distributed Deep RL baseline and Random Network Distillation exploration, alongside qualitative analysis of various agents trained in the environment. NLE is open source at https://github.com/facebookresearch/nle.

📄 PDF Abstract BibTeX arXiv:2006.13760

Code (3)

facebookresearch/nle 공식 구현
Pieter-Cawood/Reinforcement-Learning pytorch
Sarah-wookey/RL_NetHack_2020 pytorch

Tasks

NetHackNetHack ScoreReinforcement Learning (RL)Systematic Generalization

Similar Papers 제목 키워드 기반

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

Dungeons and Data: A Large-Scale NetHack Dataset

2022-11-01 · Eric Hambro, Roberta Raileanu, Danielle Rothermel, Vegard Mella 외

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, pro…

Decision MakingNetHackOffline RLSequential Decision Making+1

LuckyMera: a Modular AI Framework for Building Hybrid NetHack Agents

2023-07-17 · Luigi Quarantiello, Simone Marzeddu, Antonio Guzzi, Vincenzo Lomonaco

In the last few decades we have witnessed a significant development in Artificial Intelligence (AI) thanks to the availability of a variety of testbeds, mostly based on simulated environments and video games. Among those…

NetHack

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…