Releases: heiner/nle
v1.1.0
Installing NLE
Install with pip: pip install nle==1.1.0
.
See README.md and/or docker/README.md for further instructions.
New in NLE v1.1.0
π New Features
π Bug Fixes
- Fix to dataset delete syntax (#37)
π Documentation
- Change relative URLs to be absolute (#27)
π¨ Maintenance
- Upgrade artifact GitHub actions (#40)
v1.1.0rc1
Installing NLE
Install with pip: pip install nle==1.1.0
.
See README.md and/or docker/README.md for further instructions.
New in NLE v1.1.0
π New Features
- Add tests and wheel for Python 3.12 (#42, @StephenOman)
- Update setup.py to use Gymnasium 1.0.0 (#41, @StephenOman)
π Bug Fixes
- Fix to dataset delete syntax (#37, @StephenOman)
π Documentation
- Change relative URLs to be absolute (#27, @StephenOman)
π¨ Maintenance
- Upgrade artifact GitHub actions (#40, @StephenOman)
v1.0.0
Installing NLE
Install with pip: pip install nle==1.0.0
.
See README.md and/or docker/README.md for further instructions.
New in NLE v1.0.0
π£ BREAKING CHANGE
- Migrate from OpenAI Gym to Farama Foundation Gymnasium (#8, @StephenOman)
π New Features
- Building manylinux wheels (#19, @mwydmuch)
- Nethack 3.6.7 patch only (#18, @StephenOman)
- Move to ruff for all linting (#4, @heiner)
π Bug Fixes
π Documentation
- Fix typo in Docker instructions (#25, @StephenOman)
- Cosmetic changes in README.md (#9, @samvelyan)
π¨ Maintenance
- 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! π
v1.0.0rc1
Installing NLE
See README.md and/or 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
π 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! π