This repository has been archived by the owner on May 6, 2024. It is now read-only.
v0.1.2
Installing NLE
Install with pip: pip install nle==0.1.2
.
Or pull the docker image: docker pull fairnle/nle:0.1.2
.
See README.md and/or docker/README.md for further instructions.
New in NLE v0.1.2
- Bump version.txt to v0.1.2 (#37, @edran)
- Fix typo in Readme.md (#15, @sYnfo)
- Adding a related Minecraft environment (#14, @MadcowD)
🚀 New Features
- Add savedir / archivefile flags to play script (#22, @edran)
- update plot.py with examples and utility fixes (#16, @alexholdenmiller)
🐛 Bug Fixes
- Remove unnecessary check in CI (#36, @edran)
- Set clang as linker on MacOS (#32, @edran)
- Explicitly ask for clang in hints/macosx. (#29, @heiner)
- Do step check outside of _is_episode_end (#24, @edran)
- Allow kicking (#20, @heiner)
- Fix play script when using human mode with raw nethack (#19, @heiner)
- Disable E402 for imports in agent.py (#18, @edran)
📝 Documentation
- update plot.py with examples and utility fixes (#16, @alexholdenmiller)