LGApr 22, 2021

Reinforcement Learning using Guided Observability

arXiv:2104.10986v15 citations
Originality Incremental advance
AI Analysis

This addresses a key challenge in applying RL to real-world problems where partial observability is common, offering a simple and efficient approach that can be integrated with various RL methods.

The paper tackles the problem of reinforcement learning under partial observability by proposing a method that transitions from full to partial observability during training, resulting in improved performance across discrete and continuous benchmark tasks and a real robot task.

Due to recent breakthroughs, reinforcement learning (RL) has demonstrated impressive performance in challenging sequential decision-making problems. However, an open question is how to make RL cope with partial observability which is prevalent in many real-world problems. Contrary to contemporary RL approaches, which focus mostly on improved memory representations or strong assumptions about the type of partial observability, we propose a simple but efficient approach that can be applied together with a wide variety of RL methods. Our main insight is that smoothly transitioning from full observability to partial observability during the training process yields a high performance policy. The approach, called partially observable guided reinforcement learning (PO-GRL), allows to utilize full state information during policy optimization without compromising the optimality of the final policy. A comprehensive evaluation in discrete partially observableMarkov decision process (POMDP) benchmark problems and continuous partially observable MuJoCo and OpenAI gym tasks shows that PO-GRL improves performance. Finally, we demonstrate PO-GRL in the ball-in-the-cup task on a real Barrett WAM robot under partial observability.

Foundations

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

Your Notes