paper-with-me

Papers

Sample and Oracle Efficient Reinforcement Learning for MDPs with Linearly-Realizable Value Functions

2024-09-07 · Zakaria Mhammedi

Designing sample-efficient and computationally feasible reinforcement learning (RL) algorithms is particularly challenging in environments with large or infinite state and action spaces. In this paper, we advance this effort by presenting an efficient algorithm for Markov Decision Processes (MDPs) where the state-action value function of any policy is linear in a given feature map. This challenging setting can model environments with infinite states and actions, strictly generalizes classic linear MDPs, and currently lacks a computationally efficient algorithm under online access to the MDP. Specifically, we introduce a new RL algorithm that efficiently finds a near-optimal policy in this setting, using a number of episodes and calls to a cost-sensitive classification (CSC) oracle that are both polynomial in the problem parameters. Notably, our CSC oracle can be efficiently implemented when the feature dimension is constant, representing a clear improvement over state-of-the-art methods, which require solving non-convex problems with horizon-many variables and can incur computational costs that are exponential in the horizon.

📄 PDF Abstract BibTeX arXiv:2409.04840

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Online RL in Linearly $q^π$-Realizable MDPs Is as Easy as in Linear MDPs If You Learn What to Ignore

2023-10-11 · Gellért Weisz, András György, Csaba Szepesvári

We consider online reinforcement learning (RL) in episodic Markov decision processes (MDPs) under the linear $q^\pi$-realizability assumption, where it is assumed that the action-values of all policies can be expressed a…

Reinforcement Learning (RL)

Online RL in Linearly $q^\pi$-Realizable MDPs Is as Easy as in Linear MDPs If You Learn What to Ignore

2023-09-21 · NeurIPS 2023 11

We consider online reinforcement learning (RL) in episodic Markov decision processes (MDPs) under the linear $q^\pi$-realizability assumption, where it is assumed that the action-values of all policies can be expressed …

An Exponential Lower Bound for Linearly-Realizable MDPs with Constant Suboptimality Gap

2021-03-23 · NeurIPS 2021 12 · Yuanhao Wang, Ruosong Wang, Sham M. Kakade

A fundamental question in the theory of reinforcement learning is: suppose the optimal $Q$-function lies in the linear span of a given $d$ dimensional feature mapping, is sample-efficient reinforcement learning (RL) poss…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Realizable Abstractions: Near-Optimal Hierarchical Reinforcement Learning

2025-12-04 · Roberto Cipollone, Luca Iocchi, Matteo Leonetti arxiv

The main focus of Hierarchical Reinforcement Learning (HRL) is studying how large Markov Decision Processes (MDPs) can be more efficiently solved when addressed in a modular way, by combining partial solutions computed f…

Hierarchical Reinforcement Learning

Offline RL via Feature-Occupancy Gradient Ascent

2024-05-22 · Gergely Neu, Nneka Okolo

We study offline Reinforcement Learning in large infinite-horizon discounted Markov Decision Processes (MDPs) when the reward and transition models are linearly realizable under a known feature map. Starting from the cla…

Offline RL