AIOct 18, 2023

Action-Quantized Offline Reinforcement Learning for Robotic Skill Learning

arXiv:2310.11731v143 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in offline RL for robotics, enabling more effective skill learning from static datasets, though it is incremental as it builds on existing discretization ideas.

The paper tackles the challenge of applying offline reinforcement learning to continuous action spaces by proposing an adaptive action quantization scheme using a VQ-VAE, which improves performance of state-of-the-art methods by 2-3x on robotic manipulation tasks.

The offline reinforcement learning (RL) paradigm provides a general recipe to convert static behavior datasets into policies that can perform better than the policy that collected the data. While policy constraints, conservatism, and other methods for mitigating distributional shifts have made offline reinforcement learning more effective, the continuous action setting often necessitates various approximations for applying these techniques. Many of these challenges are greatly alleviated in discrete action settings, where offline RL constraints and regularizers can often be computed more precisely or even exactly. In this paper, we propose an adaptive scheme for action quantization. We use a VQ-VAE to learn state-conditioned action quantization, avoiding the exponential blowup that comes with naïve discretization of the action space. We show that several state-of-the-art offline RL methods such as IQL, CQL, and BRAC improve in performance on benchmarks when combined with our proposed discretization scheme. We further validate our approach on a set of challenging long-horizon complex robotic manipulation tasks in the Robomimic environment, where our discretized offline RL algorithms are able to improve upon their continuous counterparts by 2-3x. Our project page is at https://saqrl.github.io/

Foundations

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

Your Notes