Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 384 Bytes

File metadata and controls

8 lines (7 loc) · 384 Bytes

TODO

  • Change the config system to json: Replace cuurent hardcoded python symbols with generated symbols from a 'config.json'.
  • Rework neural network generation by layer assignment strategy.
  • Examples comparision with reinforcement learning environments such as gym and OpenAI universe.
  • Unittest coverage.
  • Adapt class structures from neat in mlpack.
  • Apply search policies.