This repository has been archived by the owner on May 6, 2024. It is now read-only.
v0.6.1
Installing NLE
Install with pip: pip install nle==0.6.1
.
Or pull the docker image: docker pull fairnle/nle:0.6.1
.
See README.md and/or docker/README.md for further instructions.
New in NLE v0.6.1
- Heiner/addhow (#160, @heiner)
- Turn "get_tty_rendering" into a somewhat saner function. (#161, @heiner)
- Remove has_color in an attempt to fix #157. (#159, @heiner)
- Change cmake install command. (#158, @heiner)
- Bump lodash from 4.17.19 to 4.17.21 in /nle/dashboard (#154, @dependabot)
- Cherry-pick upstream fix e7e07cb0. (#150, @heiner)
- Added render_mode argument in play.py script (#149, @samvelyan)
- Tty rendering for NLE environment (#147, @rockt)
- pre-commit for python3.8 (#145, @samvelyan)
- Fix bug in winrl getch which makes messages disappear forever (#143, @tscmoo)
- Rerange tty_colors to [0, 32) (#142, @tscmoo)
- Make space_dict global to reuse outside nle. (#139, @yobibyte)
- Remove ncurses from readme. (#138, @condnsdmatters)