ReLOAD: Reinforcement Learning with Optimistic Ascent-Descent for Last-Iterate Convergence in Constrained MDPs
Ted Moskovitz, Brendan O'Donoghue, Vivek Veeriah, Sebastian, Flennerhag, Satinder Singh, Tom Zahavy

TL;DR
ReLOAD introduces a new constrained reinforcement learning algorithm that guarantees last-iterate convergence, effectively balancing reward maximization and constraint satisfaction in various complex environments.
Contribution
The paper proposes ReLOAD, a novel CRL method with guaranteed last-iterate convergence, addressing limitations of existing gradient-based approaches.
Findings
ReLOAD outperforms existing algorithms on diverse CRL benchmarks.
It guarantees convergence of the current policy to the optimal solution.
The paper establishes a new benchmark for challenging CRL problems.
Abstract
In recent years, Reinforcement Learning (RL) has been applied to real-world problems with increasing success. Such applications often require to put constraints on the agent's behavior. Existing algorithms for constrained RL (CRL) rely on gradient descent-ascent, but this approach comes with a caveat. While these algorithms are guaranteed to converge on average, they do not guarantee last-iterate convergence, i.e., the current policy of the agent may never converge to the optimal solution. In practice, it is often observed that the policy alternates between satisfying the constraints and maximizing the reward, rarely accomplishing both objectives simultaneously. Here, we address this problem by introducing Reinforcement Learning with Optimistic Ascent-Descent (ReLOAD), a principled CRL method with guaranteed last-iterate convergence. We demonstrate its empirical effectiveness on a wide…
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
Taxonomy
TopicsReinforcement Learning in Robotics · Adaptive Dynamic Programming Control · Advanced Bandit Algorithms Research
