Demarsch/self-driving-car-sim
A little 2D environment to visualize "learn by example" technique
This tool helps you explore how a self-driving car can learn by watching a human driver. You input your driving actions by controlling a car in a 2D environment, and the system learns from your examples. The output is an AI-controlled car that attempts to mimic your driving style and navigate new obstacles. This is ideal for students or educators in robotics, AI, or game development who want to visualize basic "learning by example" concepts.
No commits in the last 6 months.
Use this if you want to visually demonstrate how a virtual car can learn to navigate an environment based on recorded human driving examples.
Not ideal if you need to develop a production-ready autonomous driving system or conduct advanced research in complex reinforcement learning algorithms.
Stars
11
Forks
2
Language
JavaScript
License
MIT
Category
Last pushed
Feb 20, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Demarsch/self-driving-car-sim"
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]
lexfridman/deeptraffic
DeepTraffic is a deep reinforcement learning competition, part of the MIT Deep Learning series.
kevinhughes27/TensorKart
self-driving MarioKart with TensorFlow
KimangKhenng/Traffic-SImulation-and-Visualization
Traffic Intersection Simulation Using C++ and Qt