neuroevolution-ai / NeuroEvolution-CTRNN_new

MIT License
3 stars 3 forks source link

Refactor transformation function #53

Closed pdeubel closed 3 years ago

pdeubel commented 3 years ago

Solves #13. Unfortunately I also did some work on #47 which is already in this PR: #49. So this PR stays a draft until #49 is merged then I will resolve the conflicts.

TODO here:


This PR does the following:

bjuergens commented 3 years ago

The resulting parsed inputs then get flattened and concatenated so that the Brain will become a one-dimensional NumPy Array

this probably breaks CNN-brains. Currently my implementation of CNN-Brains works very badly anyways, so we may just drop them.