From e2c68daecb1d4d472382ca4e1b55ca4921b71d9c Mon Sep 17 00:00:00 2001 From: Mikayel Samvelyan Date: Tue, 6 Sep 2022 09:44:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5bd20f497..c69197751 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ README](./README.nh), at [nethack.org](https://nethack.org/), and on the ![Example of an agent running on NLE](https://github.com/facebookresearch/nle/raw/main/dat/nle/example_run.gif) +### NLE Language Wrapper + +We thank [ngoodger](https://github.com/ngoodger) for implementing the [NLE Language Wrapper](https://github.com/ngoodger/nle-language-wrapper) that translates the non-language observations from NetHack tasks into similar language representations. Actions can also be optionally provided in text form which are converted to the Discrete actions of the NLE. + # Papers using the NetHack Learning Environment - Izumiya and Simo-Serra [Inventory Management with Attention-Based Meta Actions](https://esslab.jp/~ess/publications/IzumiyaCOG2021.pdf) (Waseda University, CoG 2021). - Samvelyan et al. [MiniHack the Planet: A Sandbox for Open-Ended Reinforcement Learning Research](https://arxiv.org/abs/2109.13202) (FAIR, UCL, Oxford, NeurIPS 2021).