/drive-ai

Self driving car AI in road fighter world

Primary LanguageCairoMIT LicenseMIT

AI learns to drive

AI learns to drive in a road-fighter inspired environment

The cars are controlled using a neural network, and are trained using a genetic algorithm.

Built with Rust and Bevy game engine

gui

Demo

Here's the entire timelapse of the AI learning to drive

youtube

Usage

  • Clone the repo
    git clone git@github.com:bones-ai/rust-drive-ai.git
    cd rust-drive-ai
    
  • Run the simulation
    cargo run
    

Configurations

  • The project config file is located at src/configs.rs

Assets