not literally
This commit is contained in:
parent
c76ec6a87c
commit
27098141c3
1 changed files with 1 additions and 1 deletions
2
main.lua
2
main.lua
|
@ -39,7 +39,7 @@ local eps_frames = 2000000
|
||||||
local epoch_trials = 40
|
local epoch_trials = 40
|
||||||
local negate_trials = true -- try pairs of normal and negated noise directions.
|
local negate_trials = true -- try pairs of normal and negated noise directions.
|
||||||
local unperturbed_trial = true -- do a trial without any noise.
|
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 deviation = 0.05
|
||||||
--
|
--
|
||||||
local cap_time = 400
|
local cap_time = 400
|
||||||
|
|
Loading…
Reference in a new issue