You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Leonora Tindall c8233134c3 Use raw score for fitness 2 months ago
.vscode fixed bugs 8 months ago
assets readme 5 months ago
models play as human 5 months ago
src Use raw score for fitness 2 months ago
.gitignore Ignore testing files 2 months ago
Cargo.lock Use a normal distribution for mutations 2 months ago
Cargo.toml Use a normal distribution for mutations 2 months ago
LICENSE Initial commit 8 months ago
README.md update readme 4 months ago

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!.

See Explanation on YouTube

Try Yourself

(The testing branch contains incomplete flappy birds AI)