From 715bf4574d538704f0dc09b5dd85b48d9c7482f2 Mon Sep 17 00:00:00 2001
From: anon792 <>
Date: Mon, 8 Dec 2025 02:29:16 -0500
Subject: [PATCH 1/3] nle
---
_posts/2026-04-27-revisiting-the-nle.md | 254 ++++++++++++++++++
.../gem_drop.png | Bin 0 -> 39299 bytes
.../gem_drop_in_game.png | Bin 0 -> 392160 bytes
.../gem_stack.png | Bin 0 -> 33591 bytes
.../gem_stack_in_game.png | Bin 0 -> 435081 bytes
.../inventory.png | Bin 0 -> 422086 bytes
.../main_result.png | Bin 0 -> 44514 bytes
.../2026-04-27-revisiting-the-nle/menu.png | Bin 0 -> 205615 bytes
.../2026-04-27-revisiting-the-nle/menu2.png | Bin 0 -> 326331 bytes
.../2026-04-27-revisiting-the-nle/message.png | Bin 0 -> 127496 bytes
.../message2.png | Bin 0 -> 270168 bytes
.../2026-04-27-revisiting-the-nle/nethack.png | Bin 0 -> 591983 bytes
.../ring_inv.png | Bin 0 -> 58841 bytes
.../ring_inv_in_game.png | Bin 0 -> 76007 bytes
.../2026-04-27-revisiting-the-nle/weapons.png | Bin 0 -> 56284 bytes
.../what_do_you_want_to_throw.png | Bin 0 -> 44769 bytes
16 files changed, 254 insertions(+)
create mode 100644 _posts/2026-04-27-revisiting-the-nle.md
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/gem_drop.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/gem_drop_in_game.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/gem_stack.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/gem_stack_in_game.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/inventory.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/main_result.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/menu.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/menu2.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/message.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/message2.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/nethack.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/ring_inv.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/ring_inv_in_game.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/weapons.png
create mode 100644 assets/img/2026-04-27-revisiting-the-nle/what_do_you_want_to_throw.png
diff --git a/_posts/2026-04-27-revisiting-the-nle.md b/_posts/2026-04-27-revisiting-the-nle.md
new file mode 100644
index 000000000..ee6424b7c
--- /dev/null
+++ b/_posts/2026-04-27-revisiting-the-nle.md
@@ -0,0 +1,254 @@
+---
+layout: distill
+title: Revisiting The NetHack Learning Environment
+description: The NetHack Learning Environment (NLE) was proposed as a challenging benchmark to test an agents abilities to perform complex reasoning over long time horizons in a stochastic, partially-observed, procedurally generated setting. To date, no approach, including those based on reinforcement learning, using large pretrained models, using handcoded symbolic agents, imitating expert trajectories or any hybrid method has achieved significant progress towards completing the game. We take a deeper look into the mechanics and interface of the NLE and show that much of the complexity of NetHack is inaccessible due to constraints on the observation and action spaces. We propose a series of modifications and show that they meaningfully improve performance on the NLE.
+date: 2026-04-27
+future: true
+htmlwidgets: true
+hidden: true
+
+# Mermaid diagrams
+mermaid:
+ enabled: true
+ zoomable: true
+
+# Anonymize when submitting
+authors:
+ - name: Anonymous
+
+# authors:
+# - name: Albert Einstein
+# url: "https://en.wikipedia.org/wiki/Albert_Einstein"
+# affiliations:
+# name: IAS, Princeton
+# - name: Boris Podolsky
+# url: "https://en.wikipedia.org/wiki/Boris_Podolsky"
+# affiliations:
+# name: IAS, Princeton
+# - name: Nathan Rosen
+# url: "https://en.wikipedia.org/wiki/Nathan_Rosen"
+# affiliations:
+# name: IAS, Princeton
+
+# must be the exact same name as your blogpost
+bibliography: 2026-04-27-revisiting-the-nle.bib
+
+# Add a table of contents to your post.
+# - make sure that TOC names match the actual section names
+# for hyperlinks within the post to work correctly.
+# - please use this format rather than manually creating a markdown table of contents.
+toc:
+ - name: Introduction
+ - name: Tokenization
+ - name: Interacting with Menus
+ - name: Using Inventory Items
+ - name: Viewing Inventory Items
+ - name: Viewing Player Attributes
+ - name: Measuring Progress
+ - name: Bringing it All Together
+ - name: Conclusion
+
+# Below is an example of injecting additional post-specific styles.
+# This is used in the 'Layouts' section of this post.
+# If you use this post as a template, delete this _styles block.
+# _styles: >
+# .fake-img {
+# background: #bbb;
+# border: 1px solid rgba(0, 0, 0, 0.1);
+# box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
+# margin-bottom: 12px;
+# }
+# .fake-img p {
+# font-family: monospace;
+# color: white;
+# text-align: left;
+# margin: 12px 0;
+# text-align: center;
+# font-size: 16px;
+# }
+---
+
+
+
+
+## Introduction
+
+The NetHack Learning Environment (NLE) , based on the classic dungeon-crawling game of NetHack, has been proposed as one of the most challenging benchmarks in AI. It is stochastic, long-horizon, partially observed, procedurally generated, and contains hundreds of objects, monsters, dungeon features and other entities which interact in complex ways. Mastering the game of NetHack can require months to years for humans, and approaches including large-scale RL methods, frontier LLMs , imitating expert trajectories , as well as hardcoded symbolic methods all struggle to advance beyond the earliest game stages, indicating that it constitutes a useful testbed for developing and evaluating AI agents.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/nethack.png" class="img-fluid rounded z-depth-1" %}
+
+We argue that the current NLE interface is fundamentally limited and makes it intractable or impossible to perform many basic and essential behaviors, largely due to limited observation spaces and action parameterizations. We propose a series of modifications to this setup and validate each change on a custom made environment made using the MiniHack framework. Finally, we show that combining all these modifications improves performance on the NLE when training an RL agent from scratch using Sample Factory PPO as our base implementation.
+
+We believe that the NLE is an excellent and unique environment to push the limits of artificial agents, but that much of this complexity has been locked behind the existing interfaces and protocols. We hope that future work on the NLE can use our proposals as a foundation to further their research.
+
+
+## Tokenization
+
+Textual observations are a vital part of the NLE and being able to properly parse text is needed for any agent that hopes to complete the game.
+
+
+To avoid confusion, since the game is rendered using colored ASCII characters, we make a distinction between *glyphs*, which form the main screen and represent dungeon features and *text*, which communicates information in English.
+
+Examples of text include:
+
+### Messages
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/message2.png" class="img-fluid rounded z-depth-1" %}
+
+ Messages give you information about events that have occurred in the game. This includes events induced by the player (e.g. dropping items), events that take place in the players line of sight (e.g. "The hill orc puts on an orcish helm") and events that the player can sense through other means (e.g. "You hear someone counting money").
+
+
+### Player Inventory
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/inventory.png" class="img-fluid rounded z-depth-1" %}
+
+ Your inventory consists of all the items you are carrying, represented in text form.
+
+
+### Menus
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/menu2.png" class="img-fluid rounded z-depth-1" %}
+
+ Interacting with many parts of NetHack requires navigating menus, which are represented in text form.
+
+
+Existing non-LLM approaches either use the symbolic representation, where the message line is passed through a character level CNN or operate directly on the `tty_chars` grid of rendered characters, in which glyphs and texts are conflated.
+
+
+
+Language modelling orthodoxy tells us that tokenizing text above the character level is preferable, however early experiments with off the shelf tokenizers proved to be too cumbersome and significantly slowed down training. Furthermore, the distribution of text inside NetHack is vastly different from that on which general tokenizers are trained, for instance the words `wand`, `potion`, `gnome` and `uncursed` all feature among the top 50 most common words in NetHack. This distributional mismatch motivated us to create a NetHack specific word level tokenizer. We extract the 3000 most frequent words (ignoring punctuation and delimited by spaces) from the message lines of the Dungeons and Data offline dataset of human trajectories:
+
+```
+1: you
+2: the
+3: what
+4: to
+5: do
+6: of
+7: in
+8: here
+9: want
+10: an
+11: hit
+12: your
+13: is
+14: hear
+15: see
+
+...
+
+2986: dwarfs
+2987: yowls
+2988: ru
+2989: lets
+2990: pattern
+2991: quality
+2992: dilithium
+2993: elberethel
+2994: 115
+2995: telefonmann
+2996: luckily
+2997: ulch
+2998: archie
+2999: remains
+3000: sluggish
+```
+
+We use this vocabulary to learn embeddings from scratch during training, replacing the CNN on the message line with a bag of words, which was shown to be a competitive representation for NetHack messages while being simpler and faster than using a transformer. As well as being used for parsing messages, this tokenizer underpins other proposed changes discussed later in the blog.
+
+
+
+## Interacting with Menus
+
+In-game menus form an important part of NetHack and appear when putting items into or taking items out of containers, picking up from a pile of items, casting spells, enhancing skills and many other cases. Despite their prominence in the game, menus tend to be either completely or partially unobserved in NLE setups that are not language based:
+- The original symbolic NLE agent does not observe menus at all. This has been noted by the authors in a GitHub issue.
+- Some setups which operate directly on the rendered `tty_chars` only observe a cropped rendering centered around the player . This leads to strange behavior where the menu is only visible (or partially) visible if the agent is near the top right corner of the screen.
+- Other setups that observe the entire `tty_chars` will make no distinction between glyphs and text, passing rows of text through a 2D CNN, greatly increasing the difficulty of the learning problem.
+
+
+These setups greatly complicate the learning problem since, as well as not being able to observe the contents of an opened menu, an agent cannot easily tell whether a menu is even open or not, meaning it may try and act in the world and inadvertently take some actions in an unseen menu it has unwittingly opened.
+
+We propose adding the contents of an opened menu directly to the agent's observation space. We achieve this by extracting the menu from the rendered `tty_chars`, noting that all menus are anchored in the bottom left corner by the `"(end)"` string, which we use to locate the menu. We then extract all non-header lines from the menu, tokenize them and apply a bag of words.
+
+While this change allows the agent to view menus, it is still tricky to learn how to properly interact with them. Each menu option is labelled by a letter, which is used to select it. Instead of forcing the agent to learn this mapping, we give the agent an augmented action space which allows it to choose from `menu_option_1, menu_option_2, ..., menu_option_n`. We extract the letter label for each menu option from the `tty_chars` and then convert menu option actions to their respective primitive actions, which are then fed into the NLE.
+
+To test and showcase this change, we create a simple MiniHack environment which contains a pile of two gemstones stacked in a randomized order. The agent receives a positive reward if it picks up only the gem named `pick me up`, which requires it to understand and then interact with a menu.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/gem_stack_in_game.png" class="img-fluid rounded z-depth-1" %}
+
+The results show that the augmented observation and action space allow the agent to properly use the in-game menu system.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/gem_stack.png" class="img-fluid rounded z-depth-1" %}
+
+## Using Inventory Items
+
+Another menu-like component of NetHack is that upon initiating certain actions, the game will prompt the user for which item they wish to use from their inventory, using the message line rather than opening an explicit menu. For instance, initiating the throw action by pressing the letter `t`, will induce the following message.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/what_do_you_want_to_throw.png" class="img-fluid rounded z-depth-1" %}
+
+The string `abh` refers to the items in the players inventory that are capable of being thrown, indexed by those respective letters.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/weapons.png" class="img-fluid rounded z-depth-1" %}
+
+To make a decision on which item to use, the agent must cross reference the letters from both the message string and from the inventory. Unlike with menus, this is technically feasible with existing setups, but it is a very challenging learning problem for the agent to draw these connections.
+
+Similar to the menu system, we propose augmenting both the observation and action space of the agent to make this problem tractable. When the agent is confronted by a message to use an item from its inventory, the letters in the message are parsed and automatically cross-referenced with the corresponding items in the agent's inventory. Each item is then observed by the agent as a bag of words, and the agent can pick which item to use with the same augmented action space introduced for navigating menus.
+
+We modify the previous MiniHack environment so that the agent starts with multiple gems in its inventory. It must drop only the gem named `put me down` to receive a positive reward.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/gem_drop_in_game.png" class="img-fluid rounded z-depth-1" %}
+
+The results show that the augmented inventory selection observation and action space allow the agent to properly select items from its inventory.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/gem_drop.png" class="img-fluid rounded z-depth-1" %}
+
+## Viewing Inventory Items
+
+As well as using inventory items, it is useful for the agent to be able to view the items in its inventory at all times, a feature which is lacking from many existing NLE agents. Depending on the rendering system a player uses, NetHack can either be played with the inventory visible at all times (for instance by enabling `curses` rendering) or, more commonly, the inventory must be viewed by pressing `i`. Existing approaches do not tend to include the inventory in the observation, meaning the agent must press `i` to open view its inventory. However, as discussed in previous sections, approaches based off the original symbolic architecture will not be able to see the opened menu, while those that operate directly on the `tty_chars` will either see a partial/cropped inventory, or will attempt to parse it by passing the rows through a 2D CNN.
+
+We make use of the `inv_strs` observation already made available by the NLE and tokenize each element with a bag of words. We then pass each entry through an MLP before summing the embedding again. This gives the agent a permutation invariant view of the items in its inventory.
+
+To demonstrate this, we create a MiniHack environment where the agent starts wearing a `ring of fire resistance` or a `ring of cold resistance`. The agent has the choice to fight either fire-based or ice-based enemies and its success will depend on which ring the agent starts with, making the ability to read its inventory essential.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/ring_inv_in_game.png" class="img-fluid rounded z-depth-1" %}
+
+The results show that the augmented inventory view allows the agent to understand its inventory.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/ring_inv.png" class="img-fluid rounded z-depth-1" %}
+
+## Viewing Player Attributes
+
+When beginning a new game of NetHack, the player can choose the race, role , gender and alignment of their character. This choice has an enormous impact on the game, deciding the players starting inventory, attributes, affinity for different abilities and will affect the generation of some dungeons, as well as determining which monsters are hostile or neutral towards the player. The strategies and difficulty of different roles varely immensely.
+
+
+
+However, as noted by the original NLE authors, the agent can struggle to view these essential characteristics and must resort to inferring them from its inventory and attributes. With the agent now able to read menus, it theoretically could invoke the `#attributes` action to view this information, but this again seems extremely difficult to expect an agent to learn. Instead, we propose a small modification where the `#attributes` action is immediately invoked upon a new episode, with the role/race/alignement information extracted, processed and stored, then being fed to the agents observation as an additional symbolic key for the rest of the episode.
+
+
+
+## Measuring Progress
+
+A unique aspect of the NLE is that it is not even entirely clear what metric should be used to measure progress. It is generally agreed that the true underlying objective is to *ascend* to demi-godness and thus beat the game, but this has never been achieved by a non-human agent, so some intermediate measure of progress must be used in the meantime.
+
+The original NetHack challenge used in-game score for the competition, and this has been largely used in work since. However, as noted in prior work, this has significant issues, as maximizing score tends to lead to agents that don't make much progress towards ascension. Score can be achieved by killing enemies, which will endlessly spawn on every level of the dungeon. Rather than venturing into lower dungeon levels and risking death, many score-maximizing agents will instead camp on the easy dungeon levels, racking up high scores but not making any progress towards beating the game. Conversely, it is a common strategy for human players try to kill as few enemies as possible to keep their experience level low and reduce the chance of high level enemies appearing later in the game. Finally, and perhaps most damningly, an optimal agent that maximizes score will never beat the game, as there is an unbounded amount of score to be achieved.
+
+BALROG proposed a data driven approach to measuring progress, by looking at the agents experience level and dungeon floor and relating this to the probability of an equivalently placed player in Dungeons and Data beating the game. While this approach is principled and useful for evaluation, it is too sparse to be used as a reward signal for a reinforcement learning agent.
+
+We instead propose using the *scout* measure, which increases every time the player observes a new tile, as the metric for progress in the NLE. Qualitatively, we observe an agent that maximises scout making better progress in the game, reaching significantly further levels and not hanging around in the early stages of the game. Crucially, the maximisation of the scout metric should in theory lead to an agent that explores the entire dungeon and enters the Astral Plane, where it can ascend. If an agent ever gets this far, a simple flat bonus for ascension would lead to an MDP where the reward maximising agent will ascend, unlike with score, since the scout reward is finite.
+
+## Bringing it All Together
+
+Having proposed a number of modifications to the NLE interface and validating them on toy MiniHack environments, we see that combining all these proposed changes leads to a modest improvment in scout score on the NLE when running with PPO.
+
+{% include figure.liquid path="assets/img/2026-04-27-revisiting-the-nle/main_result.png" class="img-fluid rounded z-depth-1" %}
+
+## Conclusion
+
+We have identified a number of deficiencies in existing implementations that aim to solve the NLE, with large parts of the game either impossible or intractable to interact with. We have proposed a number of changes to the observation space, action parameterization and metrics for the NLE. We have then gone on to show that, when these changes are brought together, we can learn an agent with tabula rasa RL on the NLE that shows meaningful improvement over the baseline. We open source our code and hope that this work can serve as a foundation for future work on the NLE.
diff --git a/assets/img/2026-04-27-revisiting-the-nle/gem_drop.png b/assets/img/2026-04-27-revisiting-the-nle/gem_drop.png
new file mode 100644
index 0000000000000000000000000000000000000000..7155243877fbc3b5ccf7215f78a1c78518d9c852
GIT binary patch
literal 39299
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
aWLn~uy@?%u&${CY@M3uT(XY{%r~U!}FgIcV
literal 0
HcmV?d00001
diff --git a/assets/img/2026-04-27-revisiting-the-nle/gem_drop_in_game.png b/assets/img/2026-04-27-revisiting-the-nle/gem_drop_in_game.png
new file mode 100644
index 0000000000000000000000000000000000000000..1aed040258b562c24f55ed3114ead7a2d9fdfc9d
GIT binary patch
literal 392160
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