Leonora Tindall
36da3483ae
Two large asteroids are created to start. New asteroids are only created when the total asteroid area is below 12. Large asteroids have 4 area, medium asteroids have 2, and small asteroids have 1. Asteroid true sizes are based on multiples of a base number. |
||
---|---|---|
.vscode | ||
assets | ||
models | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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!.
(The testing branch contains incomplete flappy birds AI)