CodeReclaimers / neat-python

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

Export Feed Forward to XXX language #134

Closed djaney closed 6 years ago

djaney commented 6 years ago

It would be nice to have a feature to allow you to export a network to any language such as C#. That way, it would be possible to train your own AI in game engines such as Unity3D and be able to deploy it without the need for python dependency.