Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kunalg98/self-driving-car
- Owner: kunalG98
- Created: 2019-03-01T16:39:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T16:52:09.000Z (over 5 years ago)
- Last Synced: 2024-10-14T06:40:25.512Z (30 days ago)
- Topics: artificial-intelligence, artificial-neural-network, deep-qlearning-algorithm, deeplearning, kivy-framework, pytorch-cnn, reinforcement-learning
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.