This document provides an introduction to deep reinforcement learning. It begins with background sections on deep learning and reinforcement learning. Deep learning involves using neural networks to learn representations of data, while reinforcement learning describes how agents can learn behaviors through trial-and-error interactions with an environment. The document then explains how deep reinforcement learning combines the two by using deep neural networks to approximate value and policy functions for reinforcement learning agents. Examples of deep reinforcement learning successes in playing Atari games are provided.