paper-with-me

홈 › Papers

Exploration in NetHack With Secret Discovery

2017-11-08 · Jonathan C. Campbell, Clark Verbrugge

Roguelike games generally feature exploration problems as a critical, yet often repetitive element of gameplay. Automated approaches, however, face challenges in terms of optimality, as well as due to incomplete information, such as from the presence of secret doors. This paper presents an algorithmic approach to exploration of roguelike dungeon environments. Our design aims to minimize exploration time, balancing coverage and discovery of secret areas with resource cost. Our algorithm is based on the concept of occupancy maps popular in robotics, adapted to encourage efficient discovery of secret access points. Through extensive experimentation on NetHack maps we show that this technique is significantly more efficient than simpler greedy approaches and an existing automated player. We further investigate optimized parameterization for the algorithm through a comprehensive data analysis. These results point towards better automation for players as well as heuristics applicable to fully automated gameplay.

📄 PDF Abstract BibTeX arXiv:1711.03087

Code (0)

등록된 구현이 없습니다.

Tasks

NetHack

Similar Papers 제목 키워드 기반

The NetHack Learning Environment

2020-06-24 · NeurIPS 2020 12 · Heinrich Küttler, Nantas Nardelli, Alexander H. Miller, Roberta Raileanu 외

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 comple…

NetHackNetHack ScoreReinforcement Learning (RL)Systematic Generalization

Fine-tuning Reinforcement Learning Models is Secretly a Forgetting Mitigation Problem

2024-02-05 · Maciej Wołczyk, Bartłomiej Cupiał, Mateusz Ostaszewski, Michał Bortkiewicz 외

Fine-tuning is a widespread technique that allows practitioners to transfer pre-trained capabilities, as recently showcased by the successful applications of foundation models. However, fine-tuning reinforcement learning…

Montezuma's RevengeNetHackreinforcement-learningReinforcement Learning (RL)

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

Craftax: A Lightning-Fast Benchmark for Open-Ended Reinforcement Learning

2024-02-26 · Michael Matthews, Michael Beukman, Benjamin Ellis, Mikayel Samvelyan 외

Benchmarks play a crucial role in the development and analysis of reinforcement learning (RL) algorithms. We identify that existing benchmarks used for research into open-ended learning fall into one of two categories. E…

GPUMinecraftNetHackreinforcement-learning+2