crisbodnar/TensorFlow-NEAT

Converting to tensorflow graph

Opened this issue · 1 comments

Whats the ideal way to convert a NEAT genome to a tf graph?

I think the best way would be using AutoGraph (https://www.tensorflow.org/guide/autograph) functionality. Feel free to submit a pull request if you would want to add this functionality.