Go to file
Sparsh Goenka dfca5216ee
Update README.md
2023-01-14 16:11:47 +05:30
.vscode fixed bugs 2022-10-14 16:27:58 +05:30
assets readme 2023-01-13 03:28:52 +05:30
models play as human 2023-01-13 01:32:58 +05:30
src max life 1min 2023-01-14 13:33:19 +05:30
.gitignore Initial commit 2022-10-09 01:53:40 +05:30
Cargo.lock load/save models 2023-01-09 01:39:10 +05:30
Cargo.toml optimize size 2023-01-13 13:19:45 +05:30
LICENSE Initial commit 2022-10-09 01:53:40 +05:30
README.md Update README.md 2023-01-14 16:11:47 +05:30

README.md

Interactive AI training simulation

Train your own AI to play asteroids game using neural networks and genetic algorithm that uses the rules of natural selection to evolve. Save the best AI or load it later or play the game yourself!.

Try Yourself

(The testing branch contains incomplete flappy birds AI)