CodeReclaimers / neat-python

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

Evaluate simultaneously? #194

Open Osrip opened 4 years ago

Osrip commented 4 years ago

I want to implement NEAT-Python in a simualtion, where all "inidividuals" have to compete against each other in a game, which determines their fitness. Is there a way to do this?

InterestingBrainPoops commented 4 years ago

Have you seen CodeBullets' implemetation of the NEAT algorithm? I think that might be useful to you, because he has done many similar things.

Osrip commented 4 years ago

Thanks for the suggestion. Yes I already had a look at that. But as my model is written in python 100% I would prefer a NEAT frame work written in python as well. Code Bullet coded his NEAT template in Java. Is there no easy way of doing this with this frame work by CodeReclaimers?

dbsxdbsx commented 3 years ago

@Osrip ,check this: pytorch_NEAT