Jump to content

Predictive state representation

From Wikipedia, the free encyclopedia

In computer science, a predictive state representation (PSR) is a way to model a state of controlled dynamical system from a history of actions taken and resulting observations. PSR captures the state of a system as a vector of predictions for future tests (experiments) that can be done on the system.[1] A test is a sequence of action-observation pairs and its prediction is the probability of the test's observation-sequence happening if the test's action-sequence were to be executed on the system. One of the advantage of using PSR is that the predictions are directly related to observable quantities. This is in contrast to other models of dynamical systems, such as partially observable Markov decision processes (POMDPs) where the state of the system is represented as a probability distribution over unobserved nominal states.[2]

Definition

[edit]

Consider a dynamic system based on a discrete set of actions and a discrete set of observations.[3] A history is a sequence where are the actions taken by the agent in that order and are the observations made up by the agent. Let us write to be the conditional probability of observing given that the actions taken are .

We now want to characterize a given hidden state reached after some history . To do that, we introduce the notion of test. A test is of the same type that a history: it is a sequence of action-observation pairs. The idea is now to consider a set of tests to full characterize a hidden state. To do that, we first define the probability of a test conditional on a history : .

We now define the prediction vector . We say that is a predictive state representation (PSR) if and only if it forms a sufficient statistic for the system. In other words, is a predictive state representation (PSR) if and only if for all possible tests , there exists a function such that for all histories , .

The functions are called projection functions. We say that the PSR is linear when the function is linear for all possible tests . The main theorem proved in [3] is stated as follows.

Theorem. Consider a finite POMDP with states. Then there exists a linear PSR with a number of tests smaller that .

References

[edit]
  1. ^ James, Michael R.; Singh, Satinder (2004). "Learning and discovery of predictive state representations in dynamical systems with reset". Twenty-first international conference on Machine learning - ICML '04. p. 53. CiteSeerX 10.1.1.67.5179. doi:10.1145/1015330.1015359. ISBN 978-1-58113-838-2. S2CID 9111832.
  2. ^ Izadi, Masoumeh T.; Precup, Doina (9 August 2003). "A planning algorithm for predictive state representations". Proceedings of the 18th International Joint Conference on Artificial Intelligence. Ijcai'03: 1520–1521.
  3. ^ a b Littman, Michael; Sutton, Richard S (2001). "Predictive Representations of State". Advances in Neural Information Processing Systems. 14. MIT Press.