CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 493 forks source link

Converting to tensorflow graph #167

Open chill0chill opened 5 years ago

chill0chill commented 5 years ago

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

arunavo4 commented 5 years ago

@chill0chill check out this implementation: TensorFlow-NEAT