From 27098141c32752d594949cb74af9964534ab5130 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 30 Jan 2018 19:49:52 +0100 Subject: [PATCH] not literally --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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