Skip to content

Releases: heiner/nle

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