crisbodnar / TensorFlow-NEAT

TensorFlow Eager implementation of NEAT and Adaptive HyperNEAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting to tensorflow graph

chill0chill opened this issue · 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.