LGMLJul 4, 2012

A Function Approximation Approach to Estimation of Policy Gradient for POMDP with Structured Policies

arXiv:1207.1421v118 citations
Originality Highly original
AI Analysis

This provides a novel method for policy gradient estimation in POMDPs, addressing a bottleneck for researchers and practitioners in reinforcement learning dealing with partial observability.

The paper tackles the problem of estimating policy gradients in partially observable Markov decision processes (POMDPs) with structured policies, showing that this can be achieved using an Actor-Critic framework with temporal difference methods and linear function approximations, without requiring state-dependent value functions.

We consider the estimation of the policy gradient in partially observable Markov decision processes (POMDP) with a special class of structured policies that are finite-state controllers. We show that the gradient estimation can be done in the Actor-Critic framework, by making the critic compute a "value" function that does not depend on the states of POMDP. This function is the conditional mean of the true value function that depends on the states. We show that the critic can be implemented using temporal difference (TD) methods with linear function approximations, and the analytical results on TD and Actor-Critic can be transfered to this case. Although Actor-Critic algorithms have been used extensively in Markov decision processes (MDP), up to now they have not been proposed for POMDP as an alternative to the earlier proposal GPOMDP algorithm, an actor-only method. Furthermore, we show that the same idea applies to semi-Markov problems with a subset of finite-state controllers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes