Open luiscarbonell opened 5 years ago
Describe the solution you'd like
Training a group of networks on a video game like pong using NEAT.
Describe alternatives you've considered
Create a custom NEAT.evaluate() function to improve NEAT.evolve().
NEAT.evaluate()
NEAT.evolve()
Describe the solution you'd like
Training a group of networks on a video game like pong using NEAT.
Describe alternatives you've considered
Create a custom
NEAT.evaluate()
function to improveNEAT.evolve()
.