Skip to content

Releases: heiner/nle

v1.1.0

07 Nov 19:56
731f2aa
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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