Awesome
Crash Course AI Labs
Example: https://www.youtube.com/watch?v=6nGCGYWMObE
-
https://github.com/crash-course-ai/lab3-games (or https://github.com/hchiam/lab3-games)
- game colab - uses a Genetic Algorithm, AKA a GA - the key is the fitness function:
self.playTime*1 + self.hits*10 + self.blasts*-2
, but using a GA might not scale well to larger neural networks and problems with many dimensions
- game colab - uses a Genetic Algorithm, AKA a GA - the key is the fitness function: