October 2019
Intermediate to advanced
366 pages
12h 4m
English
Though DQN is a pretty simple algorithm, it requires particular attention when it comes to its implementation and design choices. This algorithm, like every other deep RL algorithm, is not easy to debug and tune. Therefore, throughout this book, we'll give you some techniques and suggestions for how to do this.
The DQN code contains four main components:
The code, as usual, is written in Python and TensorFlow, and we'll use TensorBoard to visualize the training and the performance of the algorithm.
Read now
Unlock full access