Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 553 Bytes

File metadata and controls

7 lines (5 loc) · 553 Bytes

AI Car simulation

A simulation made without any frameworks or libraries using a genetic algorithm!

visit live website

Explanation

It works similar to natural selection. We have many cars that are slighty different (this difference is called mutation) and we find whichever one is the most successful (meaning whichever car is first and hasn't crashed) and further mutate it until we get our expected result.