Deep Q Network (DQN)

From
Revision as of 13:30, 1 September 2019 by BPeat (talk | contribs)
Jump to: navigation, search

Youtube search... ...Google search

Deep Q learning, as published in (Playing Atari with Deep Reinforcement Learning | Mnih et al, 2013), leverages advances in deep learning to learn policies from high dimensional sensory input. Vanilla Deep Q Networks: Deep Q Learning Explained | Chris Yoon - Towards Data Science

Training deep neural networks to show that a novel end-to-end reinforcement learning agent, termed a deep Q-network (DQN) Human-level control through Deep Reinforcement Learning | Deepmind