paper-with-me

홈 › Papers

Tractable Offline Learning of Regular Decision Processes

2024-09-04 · Ahana Deb, Roberto Cipollone, Anders Jonsson, Alessandro Ronca, Mohammad Sadegh Talebi

This work studies offline Reinforcement Learning (RL) in a class of non-Markovian environments called Regular Decision Processes (RDPs). In RDPs, the unknown dependency of future observations and rewards from the past interactions can be captured by some hidden finite-state automaton. For this reason, many RDP algorithms first reconstruct this unknown dependency using automata learning techniques. In this paper, we show that it is possible to overcome two strong limitations of previous offline RL algorithms for RDPs, notably RegORL. This can be accomplished via the introduction of two original techniques: the development of a new pseudometric based on formal languages, which removes a problematic dependency on $L_\infty^\mathsf{p}$-distinguishability parameters, and the adoption of Count-Min-Sketch (CMS), instead of naive counting. The former reduces the number of samples required in environments that are characterized by a low complexity in language-theoretic terms. The latter alleviates the memory requirements for long planning horizons. We derive the PAC sample complexity bounds associated to each of these techniques, and we validate the approach experimentally.

📄 PDF Abstract BibTeX arXiv:2409.02747

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Provably Efficient Offline Reinforcement Learning in Regular Decision Processes

2023-09-21 · NeurIPS 2023 11

This paper deals with offline (or batch) Reinforcement Learning (RL) in episodic Regular Decision Processes (RDPs). RDPs are the subclass of Non-Markov Decision Processes where the dependency on the history of past event…

Entropy-Regularized Partially Observed Markov Decision Processes

2021-12-22 · Timothy L. Molloy, Girish N. Nair

We investigate partially observed Markov decision processes (POMDPs) with cost functions regularized by entropy terms describing state, observation, and control uncertainty. Standard POMDP techniques are shown to offer b…

State Estimation

Model-Based Reinforcement Learning with Double Oracle Efficiency in Policy Optimization and Offline Estimation

2026-05-01 · Haichen Hu, Jian Qian, David Simchi-Levi arxiv

Reinforcement learning (RL) in large environments often suffers from severe computational bottlenecks, as conventional regret minimization algorithms require repeated, costly calls to planning and statistical estimation …

Reinforcement Learning

On the connection between Bregman divergence and value in regularized Markov decision processes

2022-10-21 · Brendan O'Donoghue

In this short note we derive a relationship between the Bregman divergence from the current policy to the optimal policy and the suboptimality of the current value function in a regularized Markov decision process. This …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Robust Regularized Policy Iteration under Transition Uncertainty

2026-03-10 · Hongqiang Lin, Zhenghui Fu, Weihao Tang, Pengfei Wang 외 arxiv

Offline reinforcement learning (RL) enables data-efficient and safe policy learning without online exploration, but its performance often degrades under distribution shift. The learned policy may visit out-of-distributio…

Reinforcement LearningOffline RL