Skip to content

kolbyrogers/self-driving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Self-Driving Car

An awesome javascript web app for a self driving car simulation!

View Demo · Report Bug · Request Feature

image

About The Project

This self-driving car simulation is a JavaScript application that simulates the behavior of a self-driving car without the use of any frameworks. It includes realistic physics for the car, allowing it to accelerate, brake, and experience friction. The simulation uses ray casting and linear interpolation to detect collisions and other objects in the environment. A neural network controls the car's actions and decision-making processes, while a genetic algorithm is used to optimize the car's performance and improve its ability to navigate through the environment.

Project features

  • Car Physics: The simulation includes realistic physics for the car, including factors such as acceleration, braking, and friction
  • Ray Casting: The simulation uses ray casting to detect collisions and other objects in the environment
  • Neural network: The simulation includes a neural network that controls the car's actions and decision-making processes.
  • Genetic Algorithm: The simulation uses a genetic algorithm to optimize the car's performance and improve its ability to navigate through the environment.

Built With

  • Javascript

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published