Deep Reinforcement Learning
Are you ready to explore the world of reinforcement learning (RL) and discover how intelligent systems make decisions?
This course will guide you from the fundamentals of RL—where agents learn and improve their behavior—right through to advanced, powerful techniques that drive real-world AI. You won’t just learn the “how” but also the “why” behind methods like Deep Q-Learning (DQN), Proximal Policy Optimization (PPO), and Actor-Critic models. These skills will let you create agents that can master games, navigate environments, and respond to changing surroundings.
With hands-on coding in PyTorch, you’ll apply these skills directly—building agents to balance poles, land lunar modules, and tackle real-time interactive challenges. By the end, you’ll have the confidence and knowledge to design, improve, and deploy your own intelligent agents.
Start this journey and unlock the potential to create smart, adaptable agents through the power of reinforcement learning!
Course Content
Why and How Deep Reinforcement Learning
Gynasium Environments for Reinforcement Lerning
Introduction to Deep Reinforcement Learning
On-Policy Methods & Policy Gradients
- Introduction to On-Policy Reinforcement Learning
- Stochastic Policies & Policy Optimization
- Fundamentals of Policy Gradient Methods
- The Likelihood Ratio Gradient in Practice
- Value Functions: The Foundation of Policy Evaluation and Optimization
- Vanilla Policy Gradient (VPG)
- A3C & GAE: Improved On-Policy Techniques