LGAIMay 23, 2024

Variational Delayed Policy Optimization

arXiv:2405.14226v210 citationsh-index: 16NIPS
Originality Incremental advance
AI Analysis

This addresses learning inefficiency in delayed RL for robotics and control applications, representing an incremental improvement over existing methods.

The paper tackles reinforcement learning in environments with delayed observations by introducing Variational Delayed Policy Optimization (VDPO), which reformulates the problem as variational inference to improve sample efficiency, achieving performance comparable to state-of-the-art methods with about 50% fewer samples on the MuJoCo benchmark.

In environments with delayed observation, state augmentation by including actions within the delay window is adopted to retrieve Markovian property to enable reinforcement learning (RL). However, state-of-the-art (SOTA) RL techniques with Temporal-Difference (TD) learning frameworks often suffer from learning inefficiency, due to the significant expansion of the augmented state space with the delay. To improve learning efficiency without sacrificing performance, this work introduces a novel framework called Variational Delayed Policy Optimization (VDPO), which reformulates delayed RL as a variational inference problem. This problem is further modelled as a two-step iterative optimization problem, where the first step is TD learning in the delay-free environment with a small state space, and the second step is behaviour cloning which can be addressed much more efficiently than TD learning. We not only provide a theoretical analysis of VDPO in terms of sample complexity and performance, but also empirically demonstrate that VDPO can achieve consistent performance with SOTA methods, with a significant enhancement of sample efficiency (approximately 50\% less amount of samples) in the MuJoCo benchmark.

Code Implementations1 repo
Foundations

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

Your Notes