liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
295 stars 34 forks source link

Allow NEAT to be used in/with reinforcement learning #130

Open luiscarbonell opened 5 years ago

luiscarbonell commented 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().