An open API service indexing awesome lists of open source software.

https://github.com/aritrakar/genetic-driving

🚘Self-driving agents using genetic algorithms.🧬
https://github.com/aritrakar/genetic-driving

cpp sfml

Last synced: 4 months ago
JSON representation

🚘Self-driving agents using genetic algorithms.🧬

Awesome Lists containing this project

README

          

# Driving with Genetic Algorithms

This repository contains code to train neural networks in "cars" using a genetic algorithm approach to enable them to drive in a track. In every iteration,

The code for the neural network was written from scratch.

I used the map assets from this repository: [link](https://github.com/Dairop/Racing-cars-with-genetic-neural-network).