Sample-based Learning Methods

External: Coursera Courses ↗ · Coursera

Open Course on External: Coursera

Free to audit · Opens on External: Coursera

Sample-based Learning Methods

Coursera · Beginner ·🎮 Reinforcement Learning ·6mo ago

Key Takeaways

Learns sample-based learning methods for near-optimal policies in AI agents

Original Description

In this course, you will learn about several algorithms that can learn near optimal policies based on trial and error interaction with the environment---learning from the agent’s own experience. Learning from actual experience is striking because it requires no prior knowledge of the environment’s dynamics, yet can still attain optimal behavior. We will cover intuitively simple but powerful Monte Carlo methods, and temporal difference learning methods including Q-learning. We will wrap up this course investigating how we can get the best of both worlds: algorithms that can combine model-based planning (similar to dynamic programming) and temporal difference updates to radically accelerate learning. By the end of this course you will be able to: - Understand Temporal-Difference learning and Monte Carlo as two strategies for estimating value functions from sampled experience - Understand the importance of exploration, when using sampled experience rather than dynamic programming sweeps within a model - Understand the connections between Monte Carlo and Dynamic Programming and TD. - Implement and apply the TD algorithm, for estimating value functions - Implement and apply Expected Sarsa and Q-learning (two TD methods for control) - Understand the difference between on-policy and off-policy control - Understand planning with simulated experience (as opposed to classic planning strategies) - Implement a model-based approach to RL, called Dyna, which uses simulated experience - Conduct an empirical study to see the improvements in sample efficiency when using Dyna
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →

Related Reads

📰
Exploration vs. Exploitation in PPO: How the Policy Learns When to Stop Guessing
Learn how PPO reinforcement learning agents balance exploration and exploitation to optimize their strategies
Medium · Machine Learning
📰
RL 3: Bellman Equations and Markov Decision Processes (1950s–1960s)
Learn about the historical development of Reinforcement Learning, specifically Bellman Equations and Markov Decision Processes from the 1950s-1960s
Dev.to AI
📰
New ‘Reinforcement Learning For Calibrated Decisions’ Makes AI Headlines But Look Past The Hype
Learn about Reinforcement Learning for Calibrated Decisions (RLCD) and its potential impact on AI decision-making, beyond the hype
Forbes Innovation
📰
EvoRS: On-Policy Self-Evolution of Reward Systems for Open-Ended Reinforcement Learning
Learn how EvoRS enables on-policy self-evolution of reward systems for open-ended reinforcement learning, improving adaptability and reducing reward hacking
ArXiv cs.AI
Up next
Middle Management Meritocracy: Shockingly Naive
iBankerU
Watch →