LGAIJun 7, 2021

Average-Reward Reinforcement Learning with Trust Region Methods

arXiv:2106.03442v226 citations
Originality Incremental advance
AI Analysis

This work addresses engineering problems that require equal treatment of future rewards, offering a complementary framework to discounted objectives in reinforcement learning.

The paper tackles reinforcement learning with the long-run average criterion, developing a unified trust region theory and proposing the Average Policy Optimization (APO) algorithm, which outperforms discounted PPO in most MuJoCo tasks.

Most of reinforcement learning algorithms optimize the discounted criterion which is beneficial to accelerate the convergence and reduce the variance of estimates. Although the discounted criterion is appropriate for certain tasks such as financial related problems, many engineering problems treat future rewards equally and prefer a long-run average criterion. In this paper, we study the reinforcement learning problem with the long-run average criterion. Firstly, we develop a unified trust region theory with discounted and average criteria and derive a novel performance bound within the trust region with the Perturbation Analysis (PA) theory. Secondly, we propose a practical algorithm named Average Policy Optimization (APO), which improves the value estimation with a novel technique named Average Value Constraint. Finally, experiments are conducted in the continuous control environment MuJoCo. In most tasks, APO performs better than the discounted PPO, which demonstrates the effectiveness of our approach. Our work provides a unified framework of the trust region approach including both the discounted and average criteria, which may complement the framework of reinforcement learning beyond the discounted objectives.

Foundations

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

Your Notes