[Paper Review] Action-Quantized Offline Reinforcement Learning for Robotic Skill Learning
This paper proposes State-Conditioned Action Quantization (SAQ), a VQ-VAE-based method that discretizes continuous action spaces in offline reinforcement learning to enable exact computation of policy constraints and conservatism regularizers. SAQ improves performance by 2–3× on long-horizon robotic manipulation tasks in Robomimic, outperforming continuous-action counterparts and prior offline RL methods on narrow expert demonstration datasets.
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/
Motivation & Objective
- To address distributional shift and overestimation in continuous-action offline RL by enabling exact implementation of policy constraints and conservatism regularizers.
- To overcome the exponential complexity of naive action discretization while preserving precision through adaptive, state-dependent quantization.
- To improve sample efficiency and performance on narrow, expert demonstration datasets common in robotic learning.
- To simplify and stabilize offline RL training by replacing continuous-action approximations with exact discrete-action computations.
- To validate the method on challenging long-horizon robotic manipulation tasks where continuous offline RL fails.
Proposed method
- Uses a VQ-VAE to learn a state-conditioned codebook that maps states to discrete action embeddings, enabling adaptive action quantization.
- Performs action discretization in a state-dependent manner, learning only the most in-distribution action primitives relevant to each state.
- Applies the discretized action space to three state-of-the-art offline RL algorithms: IQL, CQL, and BRAC, enabling exact computation of policy constraints and conservative value functions.
- Trains the VQ-VAE on behavior demonstration data to learn a compact, task-relevant action codebook that avoids exponential blowup.
- Uses the learned codebook to replace continuous actions in the RL algorithm, allowing precise and stable training without approximation errors.
- Employs a two-stage training process: pre-train the VQ-VAE on demonstration data, then fine-tune the RL policy with the discrete action space.

Experimental results
Research questions
- RQ1Can state-conditioned action quantization improve the performance of offline RL algorithms on narrow, expert demonstration datasets?
- RQ2Does discrete action space enable exact computation of conservatism and policy constraints, reducing approximation errors in offline RL?
- RQ3How does SAQ compare to continuous-action offline RL in long-horizon robotic manipulation tasks?
- RQ4Can SAQ enable offline RL to surpass imitation learning baselines on challenging robotic environments like Robomimic?
- RQ5What is the impact of adaptive, state-dependent discretization on sample efficiency and training stability?
Key findings
- SAQ improves performance by 2–3× on long-horizon robotic manipulation tasks in the Robomimic environment compared to continuous-action offline RL methods.
- On the Robomimic Proficient Human dataset, SAQ-IQL achieves 90.8% success rate on the lift task, outperforming the continuous IQL baseline of 58%.
- SAQ-CQL achieves 92.7% success on the lift task, significantly exceeding the continuous CQL result of 64.2%.
- On the transport task, SAQ-BC achieves 66.4% success, outperforming the continuous BC baseline of 31.73%.
- The average success rate across all Robomimic tasks improves from 41.71% with SAQ-BC to 64.12% with the original Robomimic BC baseline, indicating SAQ’s strong generalization.
- The method enables exact enforcement of conservatism and policy constraints, eliminating approximation errors common in continuous-action settings.

Better researchstarts right now
From reading papers to final review, dramatically reduce your research time.
No credit card · Free plan available
This review was created by AI and reviewed by human editors.