Revert "Remove AI"

This reverts commit 5ca212dc9a.
This commit is contained in:
Jeroen Oudshoorn
2024-01-05 14:05:36 +01:00
parent 83e97d7568
commit b8119016f0

View File

@ -126,6 +126,19 @@ 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 = false
ai.path = "/root/brain.nn"
ai.laziness = 0.1
ai.epochs_per_episode = 50
ai.params.gamma = 0.99
ai.params.n_steps = 1
ai.params.vf_coef = 0.25
ai.params.ent_coef = 0.01
ai.params.max_grad_norm = 0.5
ai.params.learning_rate = 0.001
ai.params.verbose = 1
personality.advertise = true personality.advertise = true
personality.deauth = true personality.deauth = true
personality.associate = true personality.associate = true