zmdo/tomcar.js
Train tom to drive the car
This helps you simulate and observe how a virtual car, driven by an AI named Tom, learns to navigate a track. You draw a track map as input, and the project outputs a visual simulation of Tom's car evolving its driving skills over many generations. It's designed for anyone curious about how basic AI, specifically genetic algorithms and neural networks, can be used to teach a virtual agent a task like driving.
No commits in the last 6 months.
Use this if you want to experiment with creating custom tracks and watching a simple AI learn to drive on them, offering a hands-on look at machine learning concepts.
Not ideal if you're looking for a high-fidelity driving simulator or a production-ready AI solution for autonomous vehicles.
Stars
7
Forks
—
Language
JavaScript
License
MIT
Category
Last pushed
Feb 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zmdo/tomcar.js"
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