paper-with-me

Papers

End-to-End Efficient RL for Linear Bellman Complete MDPs with Deterministic Transitions

2026-03-24 · Zakaria Mhammedi, Alexander Rakhlin, Nneka Okolo arxiv

We study reinforcement learning (RL) with linear function approximation in Markov Decision Processes (MDPs) satisfying \emph{linear Bellman completeness} -- a fundamental setting where the Bellman backup of any linear value function remains linear. While statistically tractable, prior computationally efficient algorithms are either limited to small action spaces or require strong oracle assumptions over the feature space. We provide a computationally efficient algorithm for linear Bellman complete MDPs with \emph{deterministic transitions}, stochastic initial states, and stochastic rewards. For finite action spaces, our algorithm is end-to-end efficient; for large or infinite action spaces, we require only a standard argmax oracle over actions. Our algorithm learns an $\varepsilon$-optimal policy with sample and computational complexity polynomial in the horizon, feature dimension, and $1/\varepsilon$.

📄 PDF Abstract BibTeX arXiv:2603.23461

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Computationally Efficient RL under Linear Bellman Completeness for Deterministic Dynamics

2024-06-17 · Runzhe Wu, Ayush Sekhari, Akshay Krishnamurthy, Wen Sun

We study computationally and statistically efficient Reinforcement Learning algorithms for the linear Bellman Complete setting. This setting uses linear function approximation to capture value functions and unifies exist…

Logarithmic Switching Cost in Reinforcement Learning beyond Linear MDPs

2023-02-24 · Dan Qiao, Ming Yin, Yu-Xiang Wang

In many real-life reinforcement learning (RL) problems, deploying new policies is costly. In those scenarios, algorithms must solve exploration (which requires adaptivity) while switching the deployed policy sparsely (wh…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Infinite-Horizon Average-Reward Linear Mixture MDPs of Bounded Span

2024-10-19 · Woojin Chae, Kihyuk Hong, Yufan Zhang, Ambuj Tewari 외

This paper proposes a computationally tractable algorithm for learning infinite-horizon average-reward linear mixture Markov decision processes (MDPs) under the Bellman optimality condition. Our algorithm for linear mixt…

parameter estimation

An Improved Model-Free Decision-Estimation Coefficient with Applications in Adversarial MDPs

2025-10-10 · Haolin Liu, Chen-Yu Wei, Julian Zimmert arxiv

We study decision making with structured observation (DMSO). Previous work (Foster et al., 2021b, 2023a) has characterized the complexity of DMSO via the decision-estimation coefficient (DEC), but left a gap between the …

Decision Making

A Contraction Approach to Model-based Reinforcement Learning

2020-09-18 · Ting-Han Fan, Peter J. Ramadge

Despite its experimental success, Model-based Reinforcement Learning still lacks a complete theoretical understanding. To this end, we analyze the error in the cumulative reward using a contraction approach. We consider …

Imitation LearningmodelModel-based Reinforcement Learningreinforcement-learning+2