GeneticAlgorithm

Vehicle Simulation

How to run the simulation

Prerequisites

Before running the code, make sure you have the following dependencies installed:

Install the dependencies using the following command:

pip install -r requirements.txt

Clone the repository:

git clone https://github.com/Aditya-y9/GeneticAlgorithm.git
cd genetic-algorithm-simulation

Run the simulation:

python main.py

Controls:

Press D to toggle debug mode. Press P to pause/unpause the simulation. Enjoy the simulation! Watch as vehicles evolve to navigate the environment.

Project to demonstrate Theoretical and Practical Understanding of Genetic Algorithm for ProjectX

Under Guidance of College Coding Club CoC. </p>