Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 445 Bytes

File metadata and controls

20 lines (15 loc) · 445 Bytes

NetHack Agent

AI agent plays NetHack.

Start NetHack Game

tmux new-session -d -s nethack-game -x 80 -y 24
tmux set-window-option -t nethack-game aggressive-resize off
tmux set-window-option -t nethack-game window-size manual
tmux resize-window -t nethack-game -x 80 -y 24
tmux send-keys -t nethack-game "nethack" Enter

NetHack Docker Image

docker buildx build -t nethack:3.6.7 .
docker run --rm -it nethack:3.6.7