MENU

Fun & Interesting

A.I. learns to drive on a pipe

Yosh 240,440 4 years ago
Video Not Working? Fix It Now

A.I. learns to drive on a pipe in Trackmania, using machine-learning. Thanks to everyone who sent me a replay on the second map ! Contact : Discord – yosh_tm Twitter – https://twitter.com/yoshtm1 __________________________ __________________________ Some more details about the supervised learning part : I'm playing with a keyboard, and A.I. learns to predict which keys I will press for a given set of inputs. I'm recording "Left" and "Right" as 0 (no press) or 1 (press). A.I. uses a joystick, so it needs to predict a single direction value between 0.0 and 1.0. So, for each set of inputs, its neural network predicts the probabilty that I would turn left and the probability that I would turn right. And A.I. uses the highest probabilty to know in which direction it should turn, and with what intensity.

Comment