neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Evaluate simultaneously?

Open Osrip opened this issue 5 years ago • 3 comments

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?

Osrip avatar Mar 31 '20 01:03 Osrip

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

InterestingBrainPoops avatar Apr 19 '20 19:04 InterestingBrainPoops

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?

Osrip avatar Jun 29 '20 11:06 Osrip

@Osrip ,check this: pytorch_NEAT

dbsxdbsx avatar Nov 05 '20 08:11 dbsxdbsx