Atari - Solving Games with AI 🤖 (Part 1: Reinforcement Learning)

Demystifying Double Deep Q-Learning

Greg Surma

--

In today’s article, I am going to show you how to implement one of the most groundbreaking Reinforcement Learning algorithms - DDQN (Double Q-Learning). After the end of this post, you will be able to create an agent that successfully plays ‘any’ game using only pixel inputs.

--

--