Optimization Solution Functions as Deterministic Policies for Offline Reinforcement Learning
Vanshaj Khattar, Ming Jin
TL;DR
Offline reinforcement learning suffers from limited data coverage and value overestimation. This paper introduces an offline framework called implicit actor-critic (iAC) that uses optimization-solution functions as a deterministic actor and a monotone reward-warped critic, with robustness guaranteed by exponentially decaying sensitivity (EDS) and enhanced by relative pessimism. Theoretical results provide a performance bound that quantifies the benefit of a longer horizon and the EDS parameter, and empirical evaluations on building energy management and supply chain tasks show iAC beating state-of-the-art offline RL baselines. The approach blends optimization-based control with pessimistic offline RL to deliver improved stability and performance in real-world datasets.
Abstract
Offline reinforcement learning (RL) is a promising approach for many control applications but faces challenges such as limited data coverage and value function overestimation. In this paper, we propose an implicit actor-critic (iAC) framework that employs optimization solution functions as a deterministic policy (actor) and a monotone function over the optimal value of optimization as a critic. By encoding optimality in the actor policy, we show that the learned policies are robust to the suboptimality of the learned actor parameters via the exponentially decaying sensitivity (EDS) property. We obtain performance guarantees for the proposed iAC framework and show its benefits over general function approximation schemes. Finally, we validate the proposed framework on two real-world applications and show a significant improvement over state-of-the-art (SOTA) offline RL methods.
