Latest experiments with neuroevolution

So in the end what i have is this… a C# implementation of NEAT ( i made my own for learning purposes ),  a Unity extension to interface the dll generated by the NEAT project, and a creature creator. Those creatures have some locomotion capabilities, and can be trained by NEAT to learn various tasks, such as walking. Here is what i accomplished so far…

neatExt.png

Leave a comment