Mirror Descent Actor Critic via Bounded Advantage Learning
Ryo Iwaki
TL;DR
This work addresses continuous-action reinforcement learning with regularized mirror-descent value iteration by introducing Mirror Descent Actor Critic (MDAC), an off-policy actor-critic instantiation that bounds the actor's log-density terms to stabilize learning. The core idea reframes the TD target using bounded soft advantages, yielding a Balancing Advantage Learning (BAL) framework that preserves convergence properties while increasing action gaps to mitigate approximation errors. Theoretical results show BAL can converge under suitable conditions and reduce inherent errors compared to unbounded schemes, while empirical results across MuJoCo, Adroit, and DMC dog demonstrate that MDAC with carefully chosen bounding functions outperforms strong baselines like SAC and TD3. The findings highlight the practical importance of bounding log-density terms in regularized MDVI and suggest robust, scalable improvements for continuous control tasks, with open questions about optimal bounding function design and extension beyond tabular analyses.
Abstract
Regularization is a core component of recent Reinforcement Learning (RL) algorithms. Mirror Descent Value Iteration (MDVI) uses both Kullback-Leibler divergence and entropy as regularizers in its value and policy updates. Despite its empirical success in discrete action domains and strong theoretical guarantees, the performance of KL-entroy-regularized methods do not surpass a strong entropy-only-regularized method in continuous action domains. In this study, we propose Mirror Descent Actor Critic (MDAC) as an actor-critic style instantiation of MDVI for continuous action domains, and show that its empirical performance is significantly boosted by bounding the actor's log-density terms in the critic's loss function, compared to a non-bounded naive instantiation. Further, we relate MDAC to Advantage Learning by recalling that the actor's log-probability is equal to the regularized advantage function in tabular cases, and theoretically discuss when and why bounding the advantage terms is validated and beneficial. We also empirically explore effective choices for the bounding functions, and show that MDAC performs better than strong non-regularized and entropy-only-regularized methods with an appropriate choice of the bounding functions.
