Skip to content

dllllb/neurips2021-nethack-raph

Repository files navigation

This repository contains RAPH team solution for the NetHack Challenge, 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

About

1-st place neural net based solution for the NeurIPS 2021 Nethack Challenge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published