SOTAVerified

Corruption-Robust Offline Reinforcement Learning with General Function Approximation

2023-10-23NeurIPS 2023Code Available0· sign in to hype

Chenlu Ye, Rui Yang, Quanquan Gu, Tong Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We investigate the problem of corruption robustness in offline reinforcement learning (RL) with general function approximation, where an adversary can corrupt each sample in the offline dataset, and the corruption level 0 quantifies the cumulative corruption amount over n episodes and H steps. Our goal is to find a policy that is robust to such corruption and minimizes the suboptimality gap with respect to the optimal policy for the uncorrupted Markov decision processes (MDPs). Drawing inspiration from the uncertainty-weighting technique from the robust online RL setting he2022nearly,ye2022corruptionrobust, we design a new uncertainty weight iteration procedure to efficiently compute on batched samples and propose a corruption-robust algorithm for offline RL. Notably, under the assumption of single policy coverage and the knowledge of , our proposed algorithm achieves a suboptimality bound that is worsened by an additive factor of O( (C(F,)n)^-1) due to the corruption. Here F is the confidence set, and the dataset Z_n^H, and C(F,) is a coefficient that depends on F and the underlying data distribution . When specialized to linear MDPs, the corruption-dependent error term reduces to O( d n^-1) with d being the dimension of the feature map, which matches the existing lower bound for corrupted linear MDPs. This suggests that our analysis is tight in terms of the corruption-dependent term.

Tasks

Reproductions