LGJan 11, 2024

The Distributional Reward Critic Framework for Reinforcement Learning Under Perturbed Rewards

arXiv:2401.05710v3h-index: 1AAAI
Originality Incremental advance
AI Analysis

This addresses the challenge of robust RL for agents in environments with corrupted or noisy rewards, which is incremental as it extends prior work to more general perturbations.

The paper tackles the problem of reinforcement learning under unknown reward perturbations by introducing a distributional reward critic framework that estimates reward distributions and perturbations during training. The method achieves comparable or better rewards than existing methods, winning or tying the highest return in 44 out of 48 tested settings.

The reward signal plays a central role in defining the desired behaviors of agents in reinforcement learning (RL). Rewards collected from realistic environments could be perturbed, corrupted, or noisy due to an adversary, sensor error, or because they come from subjective human feedback. Thus, it is important to construct agents that can learn under such rewards. Existing methodologies for this problem make strong assumptions, including that the perturbation is known in advance, clean rewards are accessible, or that the perturbation preserves the optimal policy. We study a new, more general, class of unknown perturbations, and introduce a distributional reward critic framework for estimating reward distributions and perturbations during training. Our proposed methods are compatible with any RL algorithm. Despite their increased generality, we show that they achieve comparable or better rewards than existing methods in a variety of environments, including those with clean rewards. Under the challenging and generalized perturbations we study, we win/tie the highest return in 44/48 tested settings (compared to 11/48 for the best baseline). Our results broaden and deepen our ability to perform RL in reward-perturbed environments.

Code Implementations1 repo
Foundations

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

Your Notes