RLAI Reinforcement Learning and Artificial Intelligence (RLAI)
A. Ng and M. Jordan. PEGASUS: A policy search method for large MDPs and POMDPs. In UAI, 2000
 
Author: Anna October, 2004
Download Here
First Author HomePage


Abstract:
 
         We propose a new approach to the problem of searching a space of policies for a Markov decision process (MDP) or a partially observable Markov decision process (POMDP), given a model. Our approach is based on the following observation: Any (PO)MDP can be transformed into an “equivalent” POMDP in which all state transitions (given the current state and action) are deterministic. This reduces the general problem of policy search to one in which we need only consider POMDPs with deterministic transitions. We give a natural way of estimating the value of all policies in these transformed POMDPs. Policy search is then simply performed by searching for a policy with high estimated value. We also establish conditions under which our value estimates will be good, recovering theoretical results similar to those of Kearns, Mansour and Ng [7], but with “sample complexity” bounds that have only a polynomial rather than exponential dependence on the horizon time. Our method applies to arbitrary POMDPs, including ones with infinite state and action spaces. We also present empirical results for our approach on a small discrete problem, and on a complex continuous state/continuous action problem involving learning to ride a bicycle.

Keywords:
reinforcement learning, policy search, MDP, POMDP
 

Bibtex:

@inproceedings{ pegasus,
author = "Andrew Y. Ng and Michael Jordan",
title = "{PEGASUS}:{A} policy search method for large {MDPs} and {POMDPs}",
pages = "406--415",
url = "citeseer.ist.psu.edu/ng00pegasus.html"
year = "2000" }



Comments:

* Direct Policy Search: Choose a good policy from some restricted class of policies.

* Is there a case that we want the p (probability vector) to have more than one dimension?

* I think there should be more discussion about the basic idea of PEGASUS (converting stochastic (PO)MDPs to deterministic POMDPS by putting random seeds as part of state representation).

* Shaping the reward function in order to make it differentiable might not be an easy task.  (Alborz)