Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/defaultin/car-autopilot

Self-driving car AI trained in simulations with randomly generated highways and parking lots 🚗
https://github.com/defaultin/car-autopilot

autopilot deep-learning neat-python pygame self-driving-car simulator

Last synced: 2 months ago
JSON representation

Self-driving car AI trained in simulations with randomly generated highways and parking lots 🚗

Awesome Lists containing this project

README

        

# Project Description

This project presents methods for training Autonomous Driving Models using NeuroEvolution of Augmenting Topologies and Deep Learning and their implementation in 2D and 3D simulations.

## [#1](https://github.com/Defaultin/car-autopilot/tree/master/self-driving-ai-2d) - Self-driving 2D

Training an autopilot model using genetic algorithm for the generation of evolving artificial neural networks on randomly generated highways in a 2D simulation.

## [#2](https://github.com/Defaultin/car-autopilot/tree/master/self-parking-ai-2d) - Self-parking 2D

Training an autopilot model using genetic algorithm for the generation of evolving artificial neural networks on randomly generated parking lot in a 2D simulation.

## [#3](https://github.com/Defaultin/car-autopilot/tree/master/behavioral-cloning-3d) - Self-driving 3D

Training an autopilot deep learning model based on behavioral cloning metodology using Udacity's self driving car 3D [simulator](https://github.com/udacity/self-driving-car-sim).