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

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 19:04
9173b0c

Installing NLE

Install with pip: pip install nle==0.7.2.

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

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

New in NLE v0.7.2

  • Release 0.7.2 (#181, @condnsdmatters)
  • Adding noop deflakes test. (#182, @condnsdmatters)
  • Default savedir to None (and remove unused archivefile) (#174, @tscmoo)
  • Use cmap_to_glyph(S_stone) as "unset" glyph, not 0 (which is also PM_GIANT_ANT). (#179, @heiner)
  • Create 'misc' observation with input mode indicators (#180, @condnsdmatters)
  • Observations in 'glyphs', 'inv_glyphs' now fixed to correspond to description of an object class instead of the name of object class. (#176, @condnsdmatters)
  • Add the Yankee Dollar. (#178, @heiner)
  • Some fixes to NLE and the competition task (#173, @heiner)
  • Fix NetHackChallenge no_progress_timeout (#172, @tscmoo)