Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kunalg98/self-driving-car

Self Diving Car Game using Pytorch and Kivy framework in Python
https://github.com/kunalg98/self-driving-car

artificial-intelligence artificial-neural-network deep-qlearning-algorithm deeplearning kivy-framework pytorch-cnn reinforcement-learning

Last synced: 30 days ago
JSON representation

Self Diving Car Game using Pytorch and Kivy framework in Python

Awesome Lists containing this project

README

        

# Self-Driving-Car
Get your dependencies downloaded which are Pytorch and Kivy. Both are python libraries. Simply run the installation command on comman prompt shell to download the libraries.
First run ai.py file where our neural network is built and trained
Then run map.py file which will bring an UI window where a car would be running in random direction.
Hurray! Now you can make obstacles by pointing mmouse on the back UI and notice car reacctions.