CodeReclaimers / neat-python

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

NEAT using Mojo #275

Open pax7 opened 10 months ago

pax7 commented 10 months ago

Are there any plans to creating a NEAT-Mojo ?

https://www.modular.com/mojo

Even if the current training process doesn't change, it seems like the first step could be a output that can be run with Mojo. What do you think?