LGAIMay 20

Behavior-Consistent Deep Reinforcement Learning

arXiv:2605.2121417.5
Predicted impact top 42% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying RL in real-world domains, this work provides a method to obtain more reliable and consistent policies across training runs, addressing a key barrier to deployment.

The paper formalizes behavior-consistent RL to reduce cross-run policy divergence and proposes QED, a state-dependent temperature schedule that reduces across-run divergence by two orders of magnitude across 18 continuous-control tasks without sacrificing performance.

Reinforcement learning (RL) often exhibits high variance across training runs, leading to unreliable performance and posing a major challenge to deployment in real-world domains. In this work, we address the challenge of cross-run policy divergence by formalizing the problem of behavior-consistent RL, where the objective is to obtain policies that are both high-performing and distributionally similar across training runs. Our key observation is that maximum-entropy RL provides a direct mechanism for controlling behavioral divergence by anchoring runs to a common (uniform) prior. We prove that, for Boltzmann policies, choosing the temperature proportional to $Q$-function disagreement bounds the pairwise KL divergence between the induced policies. However, we also show that naïvely increasing entropy might impair policy optimization while amplifying off-policy error. Building upon these observations, we propose $Q$-value Expectile Disagreement (QED), a state-dependent temperature schedule that uses double-critic disagreement as a single-run proxy for cross-run disagreement. Empirically, we demonstrate that across 18 continuous-control tasks, QED reduces across-run divergence by two orders of magnitude without sacrificing performance, resulting in a considerable reduction in return variance at modest sample-efficiency costs.

Foundations

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

Your Notes