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.🧬
- Host: GitHub
- URL: https://github.com/aritrakar/genetic-driving
- Owner: aritrakar
- Created: 2024-01-14T02:42:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T16:05:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T16:58:47.290Z (8 months ago)
- Topics: cpp, sfml
- Language: C++
- Homepage:
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).