Conference Paper
Reinforcement Learning

An Introduction to Deep Reinforcement Learning

Vincent François-Lavet(McGill University), Peter Henderson(McGill University), Riashat Islam(McGill University), Marc G. Bellemare(Google (United States)), Joëlle Pineau(Meta (Israel))
December 20, 2018Foundations and Trends® in Machine Learning1,502 citations

1.5k

Citations

58

Influential Citations

Foundations and Trends® in Machine Learning

Venue

2018

Year

Abstract

Deep reinforcement learning is the combination of reinforcement learning (RL) and deep learning. This field of research has been able to solve a wide range of complex decision making tasks that were previously out of reach for a machine. Thus, deep RL opens up many new applications in domains such as healthcare, robotics, smart grids, finance, and many more. This manuscript provides an introduction to deep reinforcement learning models, algorithms and techniques. Particular focus is on the aspects related to generalization and how deep RL can be used for practical applications. We assume the reader is familiar with basic machine learning concepts.

Analysis

Why This Paper Matters

Deep reinforcement learning (deep RL) has emerged as a transformative approach for solving complex sequential decision-making problems, from game playing to robotic control. This 2018 survey by François-Lavet et al. arrives at a pivotal moment when the field is maturing from isolated breakthroughs into a coherent discipline. By providing a structured introduction to models, algorithms, and techniques, the paper serves as an essential gateway for newcomers and a reference for experienced researchers. Its emphasis on generalization—a critical bottleneck for real-world deployment—distinguishes it from earlier tutorials that focused narrowly on algorithmic performance in simulated environments.

The paper's impact is reflected in its 1502 citations, indicating its role as a foundational resource. It systematically covers value-based methods (e.g., DQN), policy gradient methods (e.g., A3C), and model-based approaches, while also addressing exploration, transfer learning, and multi-task settings. This breadth makes it valuable for practitioners in healthcare, robotics, smart grids, and finance who need to understand both the promise and the pitfalls of deep RL.

Technical Contributions

  • Comprehensive taxonomy: The paper categorizes deep RL algorithms into value-based, policy-based, and model-based families, clarifying their relationships and trade-offs.
  • Focus on generalization: It dedicates significant attention to how deep RL agents can generalize across different environments, tasks, and initial conditions—a key challenge for real-world use.
  • Practical considerations: The authors discuss implementation details such as experience replay, target networks, and reward normalization, which are critical for stable training.
  • Application domains: Concrete examples from healthcare, robotics, smart grids, and finance illustrate how deep RL can be adapted to diverse practical problems.

Results

As a survey paper, no new experimental results are presented. However, the paper synthesizes key findings from prior work, such as DQN's superhuman performance on Atari games and AlphaGo's mastery of Go. It also highlights empirical challenges like sample inefficiency and the difficulty of credit assignment in long-horizon tasks.

Significance

This manuscript has helped democratize deep RL by lowering the barrier to entry for researchers and practitioners. Its clear exposition of core concepts and emphasis on generalization has influenced subsequent research directions, including meta-RL, hierarchical RL, and safe RL. By framing deep RL as a toolkit for practical decision-making, the paper has accelerated adoption in fields beyond traditional AI, such as energy management and clinical trial design. Its lasting value lies in its role as a pedagogical cornerstone that continues to shape how the community teaches and applies deep reinforcement learning.