NEAT is a genetic algorithm which evolves neutral networks to adapt and survive in an environment. This project implements NEAT algorithm from scratch in javascript to play google chrome's t-rex game autonomously.
git clone https://github.com/AkashKarnatak/dino-neat.git
cd dino-neat
Launch the index.html
file in your prefered browser.
Contributions are welcome! If you find a bug, have an idea for an enhancement, or want to contribute in any way, feel free to open an issue or submit a pull request.
This project is licensed under the AGPL3 License. For details, see the LICENSE file.