Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 694 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 694 Bytes

Formula-AI

AI model and evolutionary algorithm built from scratch in python for self-driving F1 cars. Running the program will create a pygame window in which the cars can be seen driving on the track and a visual of the currently best performing network.

Functionalities

  • Variable number of layers and nodes
  • Zoom, pan, and simulation speed control
  • Saves generation data to JSON on exiting program
  • Loading JSON capability to continue training
  • Reorders nodes in layers based on node bias for clarity
  • Can run on any track image that follows strict color coding

Example

Screenshot of program

Requirements

  • Numpy
  • Pygame
  • Pillow