diff --git a/main.lua b/main.lua index f6db737..407c0aa 100644 --- a/main.lua +++ b/main.lua @@ -39,7 +39,7 @@ local eps_frames = 2000000 local epoch_trials = 40 local negate_trials = true -- try pairs of normal and negated noise directions. local unperturbed_trial = true -- do a trial without any noise. -local learning_rate = 0.3 -- bigger now that i'm stealing code etc. +local learning_rate = 0.3 -- bigger now that i'm trying a different technique. local deviation = 0.05 -- local cap_time = 400