Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@edran edran released this 22 Jun 11:06
74be2c5

Installing NLE

Install with pip: pip install nle==0.1.2.

Or pull the docker image: docker pull fairnle/nle:0.1.2.

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

New in NLE v0.1.2

🚀 New Features

🐛 Bug Fixes

  • Remove unnecessary check in CI (#36, @edran)
  • Set clang as linker on MacOS (#32, @edran)
  • Explicitly ask for clang in hints/macosx. (#29, @heiner)
  • Do step check outside of _is_episode_end (#24, @edran)
  • Allow kicking (#20, @heiner)
  • Fix play script when using human mode with raw nethack (#19, @heiner)
  • Disable E402 for imports in agent.py (#18, @edran)

📝 Documentation

🔨 Maintenance

  • [in-repo] Deploy pip package and docker images on release (#34, @edran)
  • Create NLE hint files, and restore originals to NH 3.6.6 (#25, @edran)
  • Update minimist to latest version (#27, @edran)
  • Use raw image URLs for PyPI compatibility (#17, @edran)