/Car-AI

Using neural networks to control a car

Primary LanguageC++MIT LicenseMIT

Car-AI

A project to train a neural network to drive a car using deep reinforcement learning

Dependencies

Compiling

Linux

Make sure you have SFML installed. If not, you can do that by running sudo apt-get install libsfml-dev.

Run make command.