Jasonnor/Car-Simulator
Autonomous car simulator (based on JavaScript & WebGL) implemented by fuzzy control system, genetic algorithm and particle swarm optimization.
This tool helps you visualize and test different control strategies for autonomous vehicles in a simulated environment. You input sensor data (distances to obstacles) and the simulator outputs the steering wheel's rotation angle, showing the car's movement trajectory. It's designed for researchers, engineers, or students studying autonomous driving systems and control algorithms.
365 stars. No commits in the last 6 months.
Use this if you need to experiment with and compare fuzzy control systems, genetic algorithms, or particle swarm optimization methods for autonomous car navigation without needing a physical vehicle.
Not ideal if you are looking for a high-fidelity simulator for commercial autonomous vehicle development or a tool to simulate complex real-world traffic scenarios.
Stars
365
Forks
61
Language
JavaScript
License
MIT
Category
Last pushed
Jun 27, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/Jasonnor/Car-Simulator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Karan36k/aicar
massivefil.com - AIcar is a re-enforcement learning representation inside a canvas. The car...
necrashter/driven-to-evolve
Teach AI to drive, one crash at a time. Evolve, upgrade, and turn failure into progress.
mbdavid2/CarsGeneticAI
Unity project in which cars use Genetic Algorithms to improve driving in a given track
saifaldin14/Genetic-Algorithm-Self-Driving-Car
A self-driving car simulation program using a simple genetic algorithm to find and train a model...