Q-Learning in enormous action spaces via amortized approximate maximization
Tom Van de Wiele, David Warde-Farley, Andriy Mnih, Volodymyr Mnih

TL;DR
This paper introduces Amortized Q-learning (AQL), a method that efficiently handles high-dimensional and hybrid action spaces by replacing costly maximization with a learned proposal distribution, improving performance on continuous and discrete tasks.
Contribution
The paper proposes AQL, a novel approach that combines Q-learning with amortized inference techniques to efficiently optimize over large or continuous action spaces.
Findings
AQL outperforms D3PG and QT-Opt on continuous control tasks with high-dimensional actions.
AQL efficiently learns policies in large discrete action spaces with thousands of actions.
AQL maintains the benefits of Q-learning while scaling to complex action spaces.
Abstract
Applying Q-learning to high-dimensional or continuous action spaces can be difficult due to the required maximization over the set of possible actions. Motivated by techniques from amortized inference, we replace the expensive maximization over all actions with a maximization over a small subset of possible actions sampled from a learned proposal distribution. The resulting approach, which we dub Amortized Q-learning (AQL), is able to handle discrete, continuous, or hybrid action spaces while maintaining the benefits of Q-learning. Our experiments on continuous control tasks with up to 21 dimensional actions show that AQL outperforms D3PG (Barth-Maron et al, 2018) and QT-Opt (Kalashnikov et al, 2018). Experiments on structured discrete action spaces demonstrate that AQL can efficiently learn good policies in spaces with thousands of discrete actions.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsQ-Learning
