Tractable Offline Learning of Regular Decision Processes
Ahana Deb, Roberto Cipollone, Anders Jonsson, Alessandro Ronca, Mohammad Sadegh Talebi
TL;DR
The paper tackles offline reinforcement learning in Regular Decision Processes, where future dynamics depend on histories via an automaton. It introduces two tractable improvements: a language-based pseudometric framework that organizes pattern testing into a hierarchy of language classes to reduce sample complexity, and Count-Min-Sketch (CMS) to dramatically reduce memory requirements for long planning horizons. The authors provide PAC-style guarantees for both approaches, derive corresponding sample complexity bounds, and validate the methods experimentally against a state-of-the-art automata-learning baseline. The results show that the language-class approach yields smaller models and competitive policies, while CMS offers memory efficiency at the cost of slower runtimes, underscoring practical trade-offs for offline RDP learning. Together, these contributions advance provably correct, scalable offline learning for non-Markovian decision processes with potential impact on complex, history-dependent domains.
Abstract
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.
