uditkumar489/Self-Driving-Car
A simple self-driving car AI python script using the deep Q-learning with save-load functionality 🚘🤖
This project helps you explore how a car can learn to drive itself using artificial intelligence. It takes in simulated road conditions and sensor data, then outputs driving decisions (like steering and acceleration) to navigate a virtual car. This is ideal for students, researchers, or hobbyists interested in the fundamentals of AI-driven autonomous vehicles.
No commits in the last 6 months.
Use this if you want to understand and experiment with the core principles of deep reinforcement learning applied to a self-driving car simulation.
Not ideal if you're looking for production-ready autonomous driving software or a system that can be deployed in a real vehicle.
Stars
8
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/uditkumar489/Self-Driving-Car"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ArztSamuel/Applying_EANNs
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The...
idreesshaikh/Autonomous-Driving-in-Carla-using-Deep-Reinforcement-Learning
Deep Reinforcement Learning (PPO) in Autonomous Driving (Carla) [from scratch]
kevinhughes27/TensorKart
self-driving MarioKart with TensorFlow
lexfridman/deeptraffic
DeepTraffic is a deep reinforcement learning competition, part of the MIT Deep Learning series.
KimangKhenng/Traffic-SImulation-and-Visualization
Traffic Intersection Simulation Using C++ and Qt