This repository has been archived by the owner on May 6, 2024. It is now read-only.
v0.5.2
Installing NLE
Install with pip: pip install nle==0.5.2
.
Or pull the docker image: docker pull fairnle/nle:0.5.2
.
See README.md and/or docker/README.md for further instructions.
New in NLE v0.5.2
- Update README, docs, GitHub workflows, Dockerfiles. (#85, @heiner)
- Fix off-by-one error in gold task. (#84, @heiner)
- Add RUSH action. (#83, @yobibyte)
- Install the nethack util binaries and their documentation. (#80, @heiner)
- Add objclass and objdescr as Python classes. (#81, @heiner)
- Clarify origin of ttyplay.js and that we modified it. (#82, @heiner)
- Fix inventory test to not fail when the agent autopicks up some gold. (#79, @heiner)
- Wizkit support (#78, @yobibyte)
- Forward wizard mode through nle, add tests. (#64, @yobibyte)