Skip to content

v1.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 16:06
· 8 commits to refs/heads/main since this release
855cc86

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