paper-with-me

Papers

Is Pure Exploitation Sufficient in Exogenous MDPs with Linear Function Approximation?

2026-01-28 · Hao Liang, Jiayu Cheng, Sean R. Sinclair, Yali Du arxiv

Exogenous MDPs (Exo-MDPs) capture sequential decision-making where uncertainty comes solely from exogenous inputs that evolve independently of the learner's actions. This structure is especially common in operations research applications such as inventory control, energy storage, and resource allocation, where exogenous randomness (e.g., demand, arrivals, or prices) drives system behavior. Despite decades of empirical evidence that greedy, exploitation-only methods work remarkably well in these settings, theory has lagged behind: all existing regret guarantees for Exo-MDPs rely on explicit exploration or tabular assumptions. We show that exploration is unnecessary. We propose Pure Exploitation Learning (PEL) and prove the first general finite-sample regret bounds for exploitation-only algorithms in Exo-MDPs. In the tabular case, PEL achieves $\widetilde{O}(H^2|Ξ|\sqrt{K})$. For large, continuous endogenous state spaces, we introduce LSVI-PE, a simple linear-approximation method whose regret is polynomial in the feature dimension, exogenous state space, and horizon, independent of the endogenous state and action spaces. Our analysis introduces two new tools: counterfactual trajectories and Bellman-closed feature transport, which together allow greedy policies to have accurate value estimates without optimism. Experiments on synthetic and resource-management tasks show that PEL consistently outperforming baselines. Overall, our results overturn the conventional wisdom that exploration is required, demonstrating that in Exo-MDPs, pure exploitation is enough.

📄 PDF Abstract BibTeX arXiv:2601.20694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploiting Exogenous Structure for Sample-Efficient Reinforcement Learning

2024-09-22 · Jia Wan, Sean R. Sinclair, Devavrat Shah, Martin J. Wainwright

We study Exo-MDPs, a structured class of Markov Decision Processes (MDPs) where the state space is partitioned into exogenous and endogenous components. Exogenous states evolve stochastically, independent of the agent's …

reinforcement-learningReinforcement Learning

Exploration-Exploitation in Constrained MDPs

2020-03-04 · Yonathan Efroni, Shie Mannor, Matteo Pirotta

In many sequential decision-making problems, the goal is to optimize a utility function while satisfying a set of constraints on different utilities. This learning problem is formalized through Constrained Markov Decisio…

Decision MakingSequential Decision Making

Offline Oracle-Efficient Learning for Contextual MDPs via Layerwise Exploration-Exploitation Tradeoff

2024-05-28 · Jian Qian, Haichen Hu, David Simchi-Levi

Motivated by the recent discovery of a statistical and computational reduction from contextual bandits to offline regression (Simchi-Levi and Xu, 2021), we address the general (stochastic) Contextual Markov Decision Proc…

Density EstimationMulti-Armed Bandits

Offline-Online Reinforcement Learning for Linear Mixture MDPs

2026-04-13 · Zhongjun Zhang, Sean R. Sinclair arxiv

We study offline-online reinforcement learning in linear mixture Markov decision processes (MDPs) under environment shift. In the offline phase, data are collected by an unknown behavior policy and may come from a mismat…

Reinforcement Learning

Reinforcement Learning with Exogenous States and Rewards

2023-03-22 · George Trimponias, Thomas G. Dietterich

Exogenous state variables and rewards can slow reinforcement learning by injecting uncontrolled variation into the reward signal. This paper formalizes exogenous state variables and rewards and shows that if the reward f…

reinforcement-learningReinforcement Learning