Comment on TensorKart: self-driving MarioKart with TensorFlowparentComments−Drdrdrq9yI would love to learn how to do that - any suggestions?EDIT: to clarify: what should I google for?−adyus9yHere's what I could find in a couple minutes:https://github.com/openai/universe-starter-agentOpenAI's example universe agent. Remember that while their goal is an agent that works in any and all environments (read: games), you could certainly optimize yours just for MarioKart.−Drdrdrq9yThanks, looks promising! Can't wait to try it! :)−paulbaumgart9yReinforcement Learning. Here's a good intro: http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html−Drdrdrq9yPerfect, thank you!!! You made my day. :-D−Drdrdrq9y...later found this nice explanation of RL concepts if it helps someone: https://www.nervanasys.com/demystifying-deep-reinforcement-l...
Comments
I would love to learn how to do that - any suggestions?
EDIT: to clarify: what should I google for?
Here's what I could find in a couple minutes:
https://github.com/openai/universe-starter-agent
OpenAI's example universe agent. Remember that while their goal is an agent that works in any and all environments (read: games), you could certainly optimize yours just for MarioKart.
Thanks, looks promising! Can't wait to try it! :)
Reinforcement Learning. Here's a good intro: http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html
Perfect, thank you!!! You made my day. :-D
...later found this nice explanation of RL concepts if it helps someone: https://www.nervanasys.com/demystifying-deep-reinforcement-l...