aagrawal05 / AiBallPitSwimmer

An exploration into 2D swimming with AI, using the matter.js physics engine.
0 stars 0 forks source link

Implement/Find NEAT algorithm implementation #2

Closed aagrawal05 closed 3 years ago

aagrawal05 commented 3 years ago

Find a working library for NEAT or implement it yourself. Good library is neataptic js --> https://wagenaartje.github.io/neataptic/

aagrawal05 commented 3 years ago

After some research, we are using the Neataptic.js library to handle our NEAT algoritmn