My knowledge source and research material for delving into the field of RL and Deep Reinforcement Learning
For understanding Deep Reinforcement Learning, you need to first understand the basics of RL.
Introduction to Deep Reinforcement Learning by Dr. Aditya Nigam
- Lecture 1: Mathematical Formulation of RL using MDP
- Lecture 2: Optimal Policy (pi*), Optimal Value and Q-Fn
- Lecture 3: Policy Evaluation, Value Iteration, Policy Iteration, Policy Improvement (with example)
- Lecture 4: Deep Q-Learning with Experience Replay
Foundations of Deep RL by Dr. Pieter Abbeel
- L1 MDPs, Exact Solution Methods, Max-ent RL
- L2 Deep Q-Learning
- L3 Policy Gradients and Advantage Estimation
- L4 TRPO and PPO
- L5 DDPG and SAC
- L6 Model-based RL
However, books are considered to be boring, but this book will give you a very well explained in-depth review of Deep Reinforcement Learning namely Deep Reinforcement Learning in Python
@article{SubOptimalDeepRL2021,
author = {Goel, Anoushkrit},
title = {{Sub-Optimal way to Deep Reinforcement Learning}},
year = {2021}
}