jeffreyksmithjr / galapagos_nao

A playground for continual, interactive neuroevolution
MIT License
21 stars 0 forks source link

Factor out parameters #20

Closed jeffreyksmithjr closed 6 years ago

jeffreyksmithjr commented 6 years ago

Way too many parameters are embedded in the modules as a development shortcut. It's time to factor these out.

The first step is done in 22127557fccb4e66717e46cf99d63db9bd9c691a and ca9c5fe694739fee219486b63842ad6785593575 which added Confex for configuration.

The next step is to allow for all learning parameters that should be user controllable to be accessible during run-time.