Quick answer
AI Summary: Introduces Deep Q-Networks (DQN), the foundational algorithm that demonstrated an AI could learn to play a variety of Atari games at a superhuman level using only raw screen pixels.
AI Summary: Introduces Deep Q-Networks (DQN), the foundational algorithm that demonstrated an AI could learn to play a variety of Atari games at a superhuman level using only raw screen pixels.
We present the first deep learning model to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning. The model is a convolutional neural network, trained with a variant of Q-learning, whose input is raw pixels and whose output is a value function estimating future rewards. We apply our method to seven Atari 2600 games from the Arcade Learning Environment, with no adjustment of the architecture or learning algorithm. We find that it outperforms all previous approaches on six of the games and surpasses a human expert on three of them. This work bridges the divide between high-dimensional sensory inputs and actions, demonstrating that a single agent can learn a diverse array of challenging tasks.
Share your opinion to help other learners triage faster.
Write a reviewInvite someone by email to share an invited review for Human-level control through deep reinforcement learning.