An open API service indexing awesome lists of open source software.

https://github.com/dllllb/neurips2021-nethack-raph

First place neural net based solution for the NeurIPS 2021 Nethack Challenge
https://github.com/dllllb/neurips2021-nethack-raph

nethack neural-networks reinforcement-learning

Last synced: about 1 year ago
JSON representation

First place neural net based solution for the NeurIPS 2021 Nethack Challenge

Awesome Lists containing this project

README

          



This repository contains [RAPH](https://www.aicrowd.com/challenges/neurips-2021-the-nethack-challenge/teams/raph) team solution for the [NetHack Challenge](https://nethackchallenge.com/), organized on NeurIPS 2021 competition track. This solution won the **first place** among neural net based solutions.

## Setup
```
pipenv install
pipenv shell
```

## Run

run single evaluation with visual output
```
python3 playtest.py
```

evaluate 4096 episodes without visual output
```
python3 local_test.py
```

## Code structure

- out agent: ```agents/torchbeast_agent.py```
- game state preprocessing, algorithms: ```nethack_raph/```

![Nethack Banner](img/nethack-challenge.jpeg)