From 5ca212dc9ae129c167478eb92d08806bb620ad11 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 4 Jan 2024 23:06:11 +0100 Subject: [PATCH] Remove AI --- pwnagotchi/defaults.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index cba919ed..623055b6 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -126,19 +126,6 @@ main.log.path = "/var/log/pwnagotchi.log" main.log.rotation.enabled = true 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.deauth = true personality.associate = true