paper-with-me

홈 › Papers

Matrix Estimation for Offline Reinforcement Learning with Low-Rank Structure

2023-05-24 · Xumei Xi, Christina Lee Yu, Yudong Chen

We consider offline Reinforcement Learning (RL), where the agent does not interact with the environment and must rely on offline data collected using a behavior policy. Previous works provide policy evaluation guarantees when the target policy to be evaluated is covered by the behavior policy, that is, state-action pairs visited by the target policy must also be visited by the behavior policy. We show that when the MDP has a latent low-rank structure, this coverage condition can be relaxed. Building on the connection to weighted matrix completion with non-uniform observations, we propose an offline policy evaluation algorithm that leverages the low-rank structure to estimate the values of uncovered state-action pairs. Our algorithm does not require a known feature representation, and our finite-sample error bound involves a novel discrepancy measure quantifying the discrepancy between the behavior and target policies in the spectral space. We provide concrete examples where our algorithm achieves accurate estimation while existing coverage conditions are not satisfied. Building on the above evaluation algorithm, we further design an offline policy optimization algorithm and provide non-asymptotic performance guarantees.

📄 PDF Abstract BibTeX arXiv:2305.15621

Code (0)

등록된 구현이 없습니다.

Tasks

Matrix Completionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Spectral Entry-wise Matrix Estimation for Low-Rank Reinforcement Learning

2023-10-10 · NeurIPS 2023 11

We study matrix estimation problems arising in reinforcement learning (RL) with low-rank structure. In low-rank bandits, the matrix to be recovered specifies the expected arm rewards, and for low-rank Markov Decision Pro…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Uncertainty-aware Low-Rank Q-Matrix Estimation for Deep Reinforcement Learning

2021-11-19 · Tong Sang, Hongyao Tang, Jianye Hao, Yan Zheng 외

Value estimation is one key problem in Reinforcement Learning. Albeit many successes have been achieved by Deep Reinforcement Learning (DRL) in different fields, the underlying structure and learning dynamics of value fu…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+3

Reinforcement Learning in Low-Rank MDPs with Density Features

2023-02-04 · Audrey Huang, Jinglin Chen, Nan Jiang

MDPs with low-rank transitions -- that is, the transition matrix can be factored into the product of two matrices, left and right -- is a highly representative structure that enables tractable learning. The left matrix e…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

RankQ: Offline-to-Online Reinforcement Learning via Self-Supervised Action Ranking

2026-05-11 · Andrew Choi, Wei Xu arxiv

Offline-to-online reinforcement learning (RL) improves sample efficiency by leveraging pre-collected datasets prior to online interaction. A key challenge, however, is learning an accurate critic in large state--action s…

Reinforcement Learning

Generalisation in Multitask Fitted Q-Iteration and Offline Q-learning

2025-12-23 · Kausthubh Manda, Raghuram Bharadwaj Diddigi arxiv

We study offline multitask reinforcement learning in settings where multiple tasks share a low-rank representation of their action-value functions. In this regime, a learner is provided with fixed datasets collected from…

Reinforcement Learning