Deep Reinforcement Learning: Playing a Racing Game


Details
Hi all,
We will resume the meetups on December 7th with Pedro Lopes speaking about Deep Reinforcement Learning. You can find an abstract at the end of this announcement.
As always, please reserve your place only if you are certain that you can come, as spaces are limited.
See you there!
-------------------------
We will go through the inner workings of Deep Q-learning, a deep reinforcement learning algorithm implemented by a Python/Tensorflow agent to play "Out Run", an arcade racing game. This algorithm was previously developed and used by DeepMind to play 49 different Atari games.
In particular, we will dive into Q-learning and to how it interconnects with Neural Networks and other concepts to create an autonomous agent capable of playing a game, only by having access to its screens, score (lives, speed, etc) and controls.
This presentation builds upon a blog article about the aforementioned Python/Tensorflow agent. Source code, AWS EC2 GPU instance deployment scripts and blog article are available here: https://lopespm.github.io/machine_learning/2016/10/06/deep-reinforcement-learning-racing-game.html

Deep Reinforcement Learning: Playing a Racing Game