Offline Reinforcement Learning with Closed-Form Policy Improvement Operators

Abstract

Behavior constrained policy optimization has been demonstrated to be a successful paradigm for tackling Offline Reinforcement Learning. By exploiting historical transitions, a policy is trained to maximize a learned value function while constrained by the behavior policy to avoid a significant distributional shift. In this paper, we propose our closed-form policy improvement operators. We make a novel observation that the behavior constraint naturally motivates the use of first-order Taylor approximation, leading to a linear approximation of the policy objective. Additionally, as practical datasets are usually collected by heterogeneous policies, we model the behavior policies as a Gaussian Mixture and overcome the induced optimization difficulties by leveraging the LogSumExp’s lower bound and Jensen’s Inequality, giving rise to a closed-form policy improvement operator. We instantiate both one-step and iterative offline RL algorithms with our novel policy improvement operators and empirically demonstrate their effectiveness over state-of-the-art algorithms on the standard D4RL benchmark. Our code is available at https://cfpi-icml23.github.io/.

Cite

Text

Li et al. "Offline Reinforcement Learning with Closed-Form Policy Improvement Operators." International Conference on Machine Learning, 2023.

Markdown

[Li et al. "Offline Reinforcement Learning with Closed-Form Policy Improvement Operators." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/li2023icml-offline/)

BibTeX

@inproceedings{li2023icml-offline,
  title     = {{Offline Reinforcement Learning with Closed-Form Policy Improvement Operators}},
  author    = {Li, Jiachen and Zhang, Edwin and Yin, Ming and Bai, Qinxun and Wang, Yu-Xiang and Wang, William Yang},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {20485-20528},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/li2023icml-offline/}
}