- Partially observable Markov decision process
A Partially Observable Markov Decision Process (POMDP) is a generalization of a
Markov Decision Process . A POMDP models an agent decision process in which it is assumed that the system dynamics are determined by an MDP, but the agent cannot directly observe the underlying state. Instead, it must infer a distribution over the state based on a model of the world and some local observations.The POMDP framework is general enough to model a variety of real-world sequential decision processes. Applications include robot navigation problems, machine maintenance, and planning under uncertainty in general. The framework originated in the operation research community, and was later taken over by the
Artificial Intelligence and Automated Planning communities.An exact solution to a POMDP yields the so-called optimal action for each possible belief over the world states. The optimal action maximizes (or minimizes) the expected reward (or cost) of the agent over a possibly infinite horizon. The sequence of optimal actions is known as the optimal policy of the agent for interacting with its environment.
Definition
Formal Definition
A discrete-time POMDP models the relationship between an agent and its environment. Formally, a POMDP is a tuple , where
* is a finite set of states,
* is a finite set of actions,
* is a finite set of probabilities,
* is a finite set of observations,
* is the reward function.Each time period, the environment is in some state , the agent takes an action . Taking action makes the environment transition to state with probability and the agent receives a reward for it, with expected value .Belief update
In , the agent observes with probability . Let be the vector of state probabilities: denotes the probability that the environment is in state . Given , then after taking action and observing ,:where is a normalizing constant with .
Since the state is Markovian, maintaining a belief over the states solely requires knowledge of the previous belief state, the action taken, and the current observation. The operation is denoted .
Belief MDP
The policy maps a belief state space into the action space. The optimal policy can be understood as the solution of a continuous space so-called belief Markov Decision Process [L.P. Kaelbling and M.L. Littman and A.R. Cassandra, Planning and acting in partially observable stochastic domains, Artificial Intelligence Journal, vol. 101, pages 99-134, 1998] . It is defined as a tuple where
* is the set of belief states over the POMDP states,
* is the same finite set of action as for the original POMDP,
* is the belief state transition function,
* is the reward function on belief states. It writes :.Note that this MDP is defined over a continuous state space.
Policy and Value Function
The agent's policy specifies an action for any belief . Here it is assumed the objective is to maximize the expected total discounted reward over an infinite horizon. When defines a cost, the objective becomes the minimization of the expected cost.
The expected reward for policy starting from belief is defined as:where is the discount factor. The optimal policy is obtained by optimizing the long-term reward.:where is the initial belief.
The optimal policy, noted yields the highest expected reward value for each belief state, compactly represented by the optimal value function, noted . This value function is solution to the Bellman optimality equation::For finite-horizon POMDPs, the optimal value function is piecewise-linear and convex [ The optimal control of partially observable Markov processes, E.J. Sondik, PhD Thesis, Standford University, 1971] . It can be represented as a finite set of vectors. In the infinite-horizon formulation, a finite vector set can approximate arbitrarily closely, whose shape remains convex. Value iteration applies dynamic programming update to gradually improve on the value until convergence to an -optimal value function, and preserves its piecewise linearity and convexity [R.D. Smallwood and E.J. Sondik, The optimal control of partially observable Markov decision processes over a finite horizon, Operations Research, 21, 1071-1088, 1973.] . By improving the value, the policy is implicitly improved. Another dynamic programming technique called policy iteration explicitly represents and improves the policy instead [E.J. Sondik, The optimal control of partially observable Markov processes over the infinite horizon: discounted cost, Operations Research, 26, 282-304, 1978.] [E. Hansen, Solving POMDPs by searching in policy space, In Proceedings of the Fourteenth International Conference on Uncertainty In Artificial Intelligence (UAI-98), 1998.] .
Approximate POMDP solutions
In practice, POMDPs are often computationally
intractable to solve exactly, so computer scientists have developed methods that approximate solutions for POMDPs.Grid-based algorithms [Computationally feasible bounds for partially observed Markov decision processes, Lovejoy, W., Operations Research, 39, 162--175, 1991.] comprise one approximate solution technique. In this approach, the value function is computed for a set of points in the belief space, and interpolation is used to determine the optimal action to take for other belief states that are encountered and that aren't in the set of grid points. More recent work makes use of sampling techniques, generalisation techniques and exploitation of problem structure, and has extended POMDP solving into large domains with millions of states Assisting Persons with Dementia during Handwashing Using a Partially Observable Markov Decision Process Jesse Hoey, Axel von Bertoldi, Pascal Poupart, and Alex Mihailidis. Full text available [http://biecoll.ub.uni-bielefeld.de/volltexte/2007/12/ here] .] . Dimensionality reduction using
PCA has also been explored [Exponential Family PCA for Belief Compression in POMDPs (2003). Nicholas Roy, Geoffrey Gordon. In Advances in Neural Information Processing Systems.] .POMDP uses
POMDPs model many kinds of real-world problems. Notable work includes the use of a POMDP in assistive technology for persons with dementia .
References
External links
* [http://www.cassandra.org/pomdp/index.shtml Tony Cassandra's POMDP pages] with a tutorial, examples of problems modeled as POMDPs, and software for solving them.
* [http://www.cs.cmu.edu/~trey/zmdp/ zmdp] , a POMDP solver by Trey Smith
* [http://motion.comp.nus.edu.sg/software/appl/appl.html APPL] , a fast point-based POMDP solver
Wikimedia Foundation. 2010.