wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js
https://wagenaartje.github.io/neataptic/
Other
1.19k stars 279 forks source link

where is the lastest example for the NEAT #104

Open cxwithyxy opened 6 years ago

cxwithyxy commented 6 years ago

agario-ai does not work!!!!!! with the lastest neataptic

wagenaartje commented 6 years ago

Which error is occurring?

cxwithyxy commented 6 years ago

look: https://github.com/wagenaartje/agario-ai/blob/master/js/main.js

line 51: Methods.Mutation.ADD_NODE error: Uncaught TypeError: Cannot read property 'ADD_NODE' of undefined

I try it on my project.

"Methods.Mutation" replace by "Methods.mutation".

Finally, my project works.