Stanford AA228 Decision Making Under Uncertainty | Autumn 2025 | Offline Belief State Planning
TL;DR
This lecture covers approximate offline methods for solving POMDPs when exact solutions are computationally impossible, focusing on QMDP—a technique that solves the problem as a fully observable MDP and executes policies by weighting pre-computed Q-values with current belief states represented as alpha vectors.
🧮 The Intractability of Exact POMDP Solutions 2 insights
Exact value iteration explodes exponentially
For a small POMDP with just two actions and observations, exact methods must track up to 10^338 conditional plans for a 10-step horizon, making optimal solutions impossible for moderate problem sizes.
Belief space MDPs face continuous state spaces
Formulating POMDPs as belief state MDPs results in continuous state spaces that are computationally prohibitive to solve exactly using standard techniques.
🎯 The QMDP Approximation Method 3 insights
Solve as MDP, execute with belief weighting
QMDP ignores partial observability during planning to compute standard MDP Q-values, then selects actions by taking the belief-weighted average of these values during execution.
Deployed in ACAS X collision avoidance
This computationally efficient approach powers the ACAS X aircraft collision avoidance system, where it prevents mid-air collisions by interpolating pre-computed state values based on current belief distributions.
One alpha vector per action representation
QMDP can be viewed as maintaining a single alpha vector for each action, where each vector entry stores the expected utility for a specific state under that action.
📐 Alpha Vector Fundamentals 2 insights
Alpha vectors store state-conditional utilities
Each alpha vector contains one entry per state representing the expected future utility if the agent were actually in that particular state and followed the associated policy.
Value function as belief-weighted sum
The estimated value of a belief state is computed by taking the dot product between the belief probability distribution and the relevant alpha vector entries.
Bottom Line
For real-world POMDPs where exact solutions are intractable, compute QMDP policies offline by solving the fully observable MDP and representing each action's values as an alpha vector, then execute by selecting actions that maximize the belief-weighted dot product.
More from Stanford Online
View all
Stanford MS&E435 Economics of the AI Supercycle | Spring 2026 | Applications, Coding AI
Vercel founder Guillermo Rauch explains how AI coding agents have expanded the software development market by 10-100x, driving a fundamental shift from traditional web services to 'agentic infrastructure' where tokens replace pixels as the primary commodity and deployment becomes the critical value creator.
Stanford MS&E435 Economics of the AI Supercycle | Spring 2026 | Building AI Factories
Crusoe Energy CEO Chase Lockmiller explains how AI data centers represent history's second-largest infrastructure investment, driven by the economic potential of scalable 'digital labor.' He reveals Crusoe's strategy of building massive AI factories in stranded-power locations like Abilene, Texas, to overcome the industry's critical bottleneck: energized data center capacity.
AI in Healthcare Series: Inside the Rise of AI in Healthcare, Open Evidence and Cyber Risks
Former U.S. Chief Data Scientist DJ Patil warns that healthcare systems are dangerously unprepared for AI-enabled cyberattacks from nation states, while simultaneously seeing rapid democratization of medical knowledge through tools like Open Evidence that are fundamentally reshaping the doctor-patient relationship.
Stanford CS153 Frontier Systems | Scale, AGI, and the Future of Everything
Sam Altman explains how AI has fundamentally altered startup economics, enabling small teams to achieve unprecedented scale, while sharing OpenAI's journey from research lab to product company and arguing that pushing systems beyond conventional scaling limits often reveals emergent properties that consensus thinking misses.