An AI that plays Chrome Dino Run using the NEAT python module . NEAT creates the neural network for every player ( dino ) from the population and train itself overcome the obstacles. With each generation Dino learns more and beats the game.
Neural Network takes in the 6 inputs and give 3 outputs ( jump, duck, run )
- pygame for building the Dino run -
pip install pygame
- NEAT python module to make AI that plays the game -
pip install neat-python