Installing NLE
See [README.md](https://github.com/heiner/nle/blob/v1.0.0rc1/README.md) and/or [docker/README.md](https://github.com/heiner/nle/blob/v1.0.0rc1/docker/README.md) for instructions on installing NLE.
**Note:** As this is a Release Candidate, please replace the command:
`pip install nle`
with
`pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple nle==1.0.0rc1`
in the instructions.
💣 BREAKING CHANGE
- Migrate from OpenAI Gym to Farama Foundation Gymnasium (8, StephenOman)
🚀 New Features
- Building manylinux wheels (19, mwydmuch)
- Use Nethack 3.6.7 (18, StephenOman)
- Move to ruff for all linting (4, heiner)
🐛 Bug Fixes
- Re-enable and fix spawn test. (3, heiner)
- Some fixes (2, heiner)
📝 Documentation
- Cosmetic changes in README.md (9, samvelyan)
🔨 Maintenance
- Add workflow steps for publishing release candidates to TestPyPI (22, StephenOman)
- Update release drafter template & minor doc changes (20, StephenOman)
- Update docker build (16, StephenOman)
- Run ruff, ruff format in pre-commit. (7, heiner)
- Upgrade python versions supported (5, StephenOman)
Acknowledgements
Thanks to the following contributors for supporting the development of NLE! 🙏
StephenOman, heiner, mwydmuch and samvelyan