TensorKart: self-driving MarioKart with TensorFlow
21–30 of 70 posts
Re: TensorKart: self-driving MarioKart with TensorFlow
#22Next, have it upload its race results to kartlytics
Re: TensorKart: self-driving MarioKart with TensorFlow
#23In contrast, here's what is effectively an oracle machine playing mario kart: https://www.youtube.com/watch?v=ZBNgbJ5hXtQ (Amazingly detailed) info: http://tasvideos.org/5243S.html
Re: TensorKart: self-driving MarioKart with TensorFlow
#24Re: TensorKart: self-driving MarioKart with TensorFlow
#25For the project I am currently working on, I'm using a slightly modified form of LeNet - which isn't too different from the TF MNIST tutorial; after all, recognizing traffic signs isn't much different than recognizing hand-written numbers...
...but "driving" a course? That seems radically different to my less-than-expert-at-TensorFlow understanding, but that is only due to my ignorance.
I'm glad that these examples and demos are being investigated and made public for others - especially people learning like myself - to look at and learn from.
Re: TensorKart: self-driving MarioKart with TensorFlow
#26I feel like that could be a good next step - a ubiquitous neural net model that, after mapping inputs, will learn to play any video game that's on your screen.
Re: TensorKart: self-driving MarioKart with TensorFlow
#27Quote: "Driving a new (untrained) section of the Royal Raceway:" So the author did a proper test of the model by scoring it on an unseen track to make sure it generalizes! This is very awesome!
Re: TensorKart: self-driving MarioKart with TensorFlow
#28How are the original computer opponents able to play MarioKart?
2. The logic is usually a bunch of (human-authored) scripts consisting of if-else spaghetti.
Re: TensorKart: self-driving MarioKart with TensorFlow
#29Re: TensorKart: self-driving MarioKart with TensorFlow
#30It really shows how simple many control tasks actually are!