After exploring the basics of RL and using it in toy environments, it is time to take our agents to the next level with the addition of deep learning and several other advanced methods.
This section contains the following chapters:
- Chapter 6, Going Deep with DQN
- Chapter 7, Going Deeper with DDQN
- Chapter 8, Policy Gradient Methods
- Chapter 9, Optimizing for Continuous Control
- Chapter 10, All Together Rainbow DQN
- Chapter 11, Exploiting ML-Agents
- Chapter 12, DRL Frameworks