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

v0.2.0

Compare
Choose a tag to compare
@heiner heiner released this 30 Jul 14:28
0f2d20b

Installing NLE

Install with pip: pip install nle==0.2.0.

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

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

New in NLE v0.2.0

🚀 New Features

  • Install HACKDIR into package (#45, @edran)
  • Implement cmake-based build (#38, @edran)
  • Enable chars, colors, specials as observation tensors. (#56, @heiner)
  • Update helpers (#55, @heiner)
  • Define a new penalty_mode, "always", and make it the default. (#40, @heiner)

🐛 Bug Fixes

  • Create temporal ttyrecs inside temporal HACKDIR. (#51, @heiner)
  • Require cmake version >= 3.14 (#54, @heiner)
  • Clone repository recursively in CI when building docker images (#43, @edran)
  • Attempt to fix #41: "smooth quitting of game failed". (#42, @heiner)

🔨 Maintenance