Skip to content

Releases: NetHack-LE/nle

v1.2.0

12 May 18:18
e8c45f1

Choose a tag to compare

Installing NLE

Install with pip: pip install nle==1.2.0.

See README.md and/or docker/README.md for further instructions.

New in NLE v1.2.0

🚀 New Features

  • New seeding parameters for generating deterministic levels (#53, @StephenOman)

🐛 Bug Fixes

  • Account for WIN_MESSAGE == WIN_ERR in free_window_info (#44, @fmayer)

📝 Documentation

🔨 Maintenance

Acknowledgements

Thanks to the following contributors for supporting the development of NLE! 🙏

@StephenOman, @fmayer and @samvelyan

v1.1.0

07 Nov 19:56
731f2aa

Choose a tag to compare

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 support for Python 3.12 (#42)
  • Upgrade Gymnasium to v1.0.0 (#41)

🐛 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

02 Nov 15:52

Choose a tag to compare

v1.1.0rc1 Pre-release
Pre-release

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

📝 Documentation

🔨 Maintenance

v1.0.0

19 Jul 07:51
83368ed

Choose a tag to compare

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

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Acknowledgements

Thanks to the following contributors for supporting the development of NLE! 🙏

@StephenOman, @heiner, @mwydmuch and @samvelyan

v1.0.0rc1

06 Jul 16:06
855cc86

Choose a tag to compare

v1.0.0rc1 Pre-release
Pre-release

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

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Acknowledgements

Thanks to the following contributors for supporting the development of NLE! 🙏

@StephenOman, @heiner, @mwydmuch and @samvelyan

v0.9.1

03 May 19:53

Choose a tag to compare

What's Changed

  • Update deployment for new NLE location. by @heiner in #1

Full Changelog: https://github.com/heiner/nle/commits/v0.9.1