Commit Graph

10 Commits

Author SHA1 Message Date
Connor Olding dc8969469d move param/sigma decay into es methods 2018-06-28 11:03:28 +02:00
Connor Olding e3695bfb84 rename weight* to param* outside of nn.lua 2018-06-16 00:33:47 +02:00
Connor Olding f3fc95404c overhaul learning rates:
- rename mean_adapt to weight_rate
- sigma and covar update rates can be specified separately
  (sigma_rate, covar_rate)
- base decays on current rates instead of initially configured rates
  (this might break stuff)
- base_rate takes the place of learning_rate
2018-06-16 00:29:15 +02:00
Connor Olding 33eeaf9c76 cleanup 2018-06-14 22:40:52 +02:00
Connor Olding 46f1020bfa fix xNES telling 2018-06-13 03:01:54 +02:00
Connor Olding b4e49d08b9 restore step logging, remove adamant (for now) 2018-06-13 01:42:36 +02:00
Connor Olding d87b8e7118 add mean adaptation hyperparameter 2018-06-10 16:38:25 +02:00
Connor Olding 771650613c move dot_mv to nn 2018-06-10 16:34:20 +02:00
Connor Olding 0100934ac4 add antithetic sampling for xNES 2018-06-10 16:33:38 +02:00
Connor Olding bcb6cb9da1 add xNES optimizer 2018-06-09 18:56:10 +02:00