LGAIFLSep 4, 2024

Tractable Offline Learning of Regular Decision Processes

arXiv:2409.02747v12 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses offline RL for environments with hidden finite-state dependencies, offering incremental improvements over prior methods like RegORL.

The paper tackles offline reinforcement learning in non-Markovian Regular Decision Processes by introducing a new pseudometric and Count-Min-Sketch to reduce sample complexity and memory requirements, achieving improved bounds and experimental validation.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes