LGAIOct 25, 2024

Offline Reinforcement Learning with OOD State Correction and OOD Action Suppression

Tsinghua
arXiv:2410.19400v424 citationsh-index: 15NIPS
Originality Incremental advance
AI Analysis

This addresses performance degradation in offline RL for agents encountering OOD states, offering a unified solution that is incremental but effective.

The paper tackles the problem of out-of-distribution (OOD) states and actions in offline reinforcement learning, proposing SCAS to correct OOD states to high-value in-distribution states and suppress OOD actions, achieving excellent performance on standard benchmarks with enhanced robustness against perturbations.

In offline reinforcement learning (RL), addressing the out-of-distribution (OOD) action issue has been a focus, but we argue that there exists an OOD state issue that also impairs performance yet has been underexplored. Such an issue describes the scenario when the agent encounters states out of the offline dataset during the test phase, leading to uncontrolled behavior and performance degradation. To this end, we propose SCAS, a simple yet effective approach that unifies OOD state correction and OOD action suppression in offline RL. Technically, SCAS achieves value-aware OOD state correction, capable of correcting the agent from OOD states to high-value in-distribution states. Theoretical and empirical results show that SCAS also exhibits the effect of suppressing OOD actions. On standard offline RL benchmarks, SCAS achieves excellent performance without additional hyperparameter tuning. Moreover, benefiting from its OOD state correction feature, SCAS demonstrates enhanced robustness against environmental perturbations.

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