Skip to content

code-pack/self-parking-car-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧬 Self-Parking Car Evolution

Training the car to do self-parking using a genetic algorithm.

Self-Parking Car Evolution

This is an experimental project with the aim to learn the basics of how genetic algorithm work.

Hints:

  • Use ?debug=true URL param to see the FPS performance monitor and debugging logs.
  • Training progress is being saved to local storage.
  • Use npm run test to run all tests or npm run test -- 'test-name' to run a specific test.
  • To run the dev build, run npm run start, then the app will be served on http://localhost:3000
  • To test a production build, run npm run build and then run npx serve build, then the app will be served on http://localhost:5000
  • Pre-trained checkpoints

About

🧬 Training the car to do self-parking using a genetic algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Other 1.9%