Now have a cycle and repeated action mitigation technique in the AI algorithm called 'delete shit you've seen'.

This commit is contained in:
Zed A. Shaw 2025-03-31 11:27:48 -04:00
parent 6fa7b0a418
commit 862d8b4d81
3 changed files with 44 additions and 21 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests
./builddir/runtests "[rituals]"
run: build test
powershell "cp ./builddir/zedcaster.exe ."
@ -41,7 +41,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e
gdb --nx -x .gdbinit --ex run --args builddir/runtests.exe -e "[rituals]"
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" win_installer.ifp'