Self-driving cars in the browser
When I say responsive we think media queries. These days the term can mean so many things outside the traditional mental model of responsive web design. In this experiment the javascript built cars race around a set of obstacles while learning what to miss and where to avoid again in the future. This is a system whose design is truly responsive to its environment.
This is a project I have been working on for quite some time now. These cars learned how to drive by themselves. They got feedback on what good and what bad actions are based on their current speed as a form of reward. Powered by a neural network.
You can drag the mouse to draw obstacles, which the cars must avoid. Play around with this demo and get excited about machine learning!
An excerpt from Self-driving cars in the browser