You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be theoretically possible to create validation tests using one of the many Nethack AIs which are out there.
Any AI will likely need to be adapted to work with Bingehack as our UI has changed so much; it would likely need to be made to work directly with the JSON API.
The text was updated successfully, but these errors were encountered:
Without this fix, playing a session with one character, saving, then
loading and ending another character in the same session would cause the
former character's last messages to appear in the latter's dumplog.
This fixes issue ComputerScienceHouse#11 on [the DynaHack repo].
(cherry picked from commit 653784f06cdf59b61a04f9ffa4593e45d97e6e0a)
Conflicts:
libnitrohack/src/decl.c
It should be theoretically possible to create validation tests using one of the many Nethack AIs which are out there.
Any AI will likely need to be adapted to work with Bingehack as our UI has changed so much; it would likely need to be made to work directly with the JSON API.
The text was updated successfully, but these errors were encountered: