log decisions counter
This commit is contained in:
parent
719edfa4ae
commit
403127bd66
1 changed files with 2 additions and 0 deletions
2
main.lua
2
main.lua
|
@ -114,6 +114,7 @@ local log_map = {
|
|||
weight_mean = 7,
|
||||
weight_std = 8,
|
||||
test_trial = 9,
|
||||
decisions = 10,
|
||||
}
|
||||
|
||||
local function log_csv(t)
|
||||
|
@ -307,6 +308,7 @@ local function learn_from_epoch()
|
|||
weight_mean = weight_mean,
|
||||
weight_std = weight_std,
|
||||
test_trial = current_cost or 0,
|
||||
decisions = decisions_made,
|
||||
}
|
||||
|
||||
if cfg.enable_network then
|
||||
|
|
Loading…
Reference in a new issue