Vaarun-C / NEAT-cars

Cars which learn to drive a track using the NEAT algorithm.
2 stars 10 forks source link
hacktoberfest hacktoberfest2023

NEAT-cars

A basic complete ground-up implementation of the NEAT algorithm to enable cars to learn how to drive a user-created track. Built with inbuilt Python libraries and Pygame for visualization.

Currently, there is no functionality to draw the track.

Requirements

To run the script, you'll need the following Python packages:

Installation

To get started, follow these steps:

  1. Clone this repository to your local machine.
  2. Create a virtual environment (optional but recommended).
  3. Install the required packages using pip.
  4. Run main.py

Acknowledgements

Author

Varun

Have fun :)