Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.09 KB

GeneticMLCars

An experimental genetic machine learning algorithm for unsupervised learning (car on a track).

  • Uses genetic algorithm to select the most fit networks
  • View the demo

Installation

Clone this repo + run npm install.

Usage

Run npm start to start watching and serving the demo.

  • The project supports hot-reloading!

Run npm run build to build the demo for deployment.

License

MIT

Acknowledgements