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
Clone this repo + run npm install
.
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.
MIT
- An Introduction to Genetic Algorithms
- sentdex's Practical Machine Learning
- Brain.js
- OpenAI
- Collision Detection by Jeffrey Thompson
- Many StackOverflow posts which you can find commented in the code
- Inspired by videos like this and many others