Car NEAT AI training, Python/pygame

preview_player
Показать описание
Everything is programmed in python, with the help of pygame and neat-ai library, and it is super interesting to work on.
Neural Evolution of Augmented Topology (or NEAT) is a way to train a neural network through generations, where the neutral network builds connections and nodes only when they are necessary. The entire progress is "pushed" by the fitness function, with the help of which the best individuals are selected, which then have the greatest chance of passing on their genes to the next generation.
Рекомендации по теме
Комментарии
Автор

hey man, do you have a github link would love to see how you incorporated the radars with the neat algorithm as inputs

zebrockson