📄️ Q-Learning
Mastering the Bellman Equation, Temporal Difference learning, and the Exploration-Exploitation trade-off.
📄️ Policy Gradients
Optimizing the policy directly: understanding the REINFORCE algorithm, stochastic policies, and the Policy Gradient Theorem.
📄️ Actor-Critic
Combining value-based and policy-based methods for stable and efficient reinforcement learning.
📄️ Deep Q-Networks
Scaling Reinforcement Learning with Deep Learning using Experience Replay and Target Networks.