A genetic algorithm simulation of rockets trying to reach the target written in rust using nannou.
genetic-rockets.mp4
- Clone the repo
git clone [email protected]:sujay-ee/rust-genetic-rockets.git cd rust-genetic-rockets
- Run the simulation
cargo run --release
- To update the simulation configurations use the configs file located at
src/configs.rs
- To update the map layout edit the file at
assets/map.txt
.0
indicates a wall,1
indicates a no-wall block
- Flood fill for rocket fitness (flood-fill-fitness).
- Python implementation of the same
- Vectors
- Autonomous Agents (Controlling rockets on the screen) -
- Genetic Algorithm