Show HN: Train racecar neural networks in the browser
3 points by zbendefy 2 years ago | 1 commentThis is small site where racecars learn to navigate a racetrack.
Each racecar has a randomly initialized neural network, receiving input data from distance sensors. In each round the best performing racecars are selected to generate the next round. Cars hitting the wall are instantly disqualified.
It takes a while to train them (I think they could do with fewer neurons), I included a pre-trained network for you to try.
- zbendefy 2 years agoThe learning speed also shows why evolution based learning is not so great compared to backpropagation.