LGAug 22, 2022

Efficient Planning in a Compact Latent Action Space

arXiv:2208.10291v361 citationsh-index: 46
Originality Incremental advance
AI Analysis

This work addresses the computational overhead problem in planning for high-dimensional continuous control, which is incremental as it builds on existing planning and VQ-VAE methods.

The paper tackles the challenge of scaling planning-based reinforcement learning to high-dimensional continuous action spaces by proposing Trajectory Autoencoding Planner (TAP), which learns a low-dimensional latent action space and achieves low decision latency, surpassing existing model-based methods and beating strong model-free baselines on Adroit robotic hand manipulation tasks.

Planning-based reinforcement learning has shown strong performance in tasks in discrete and low-dimensional continuous action spaces. However, planning usually brings significant computational overhead for decision-making, and scaling such methods to high-dimensional action spaces remains challenging. To advance efficient planning for high-dimensional continuous control, we propose Trajectory Autoencoding Planner (TAP), which learns low-dimensional latent action codes with a state-conditional VQ-VAE. The decoder of the VQ-VAE thus serves as a novel dynamics model that takes latent actions and current state as input and reconstructs long-horizon trajectories. During inference time, given a starting state, TAP searches over discrete latent actions to find trajectories that have both high probability under the training distribution and high predicted cumulative reward. Empirical evaluation in the offline RL setting demonstrates low decision latency which is indifferent to the growing raw action dimensionality. For Adroit robotic hand manipulation tasks with high-dimensional continuous action space, TAP surpasses existing model-based methods by a large margin and also beats strong model-free actor-critic baselines.

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