Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-28 22:50:10 +02:00
parent a7471fb833
commit 37bc237d82

View File

@ -124,7 +124,7 @@ main.log.path = "/var/log/pwnagotchi.log"
main.log.rotation.enabled = true main.log.rotation.enabled = true
main.log.rotation.size = "10M" main.log.rotation.size = "10M"
ai.enabled = true ai.enabled = false
ai.path = "/root/brain.nn" ai.path = "/root/brain.nn"
ai.laziness = 0.1 ai.laziness = 0.1
ai.epochs_per_episode = 50 ai.epochs_per_episode = 50