LGAIAug 3, 2025

Inferring Reward Machines and Transition Machines from Partially Observable Markov Decision Processes

arXiv:2508.01947v1h-index: 1
Originality Highly original
AI Analysis

This addresses the problem of computational inefficiency in automaton inference for non-Markovian observations in POMDPs, which is incremental but offers significant practical improvements.

The paper tackled the challenge of learning policies in partially observable environments by introducing Transition Machines and a unified inference algorithm, achieving speedups of up to three orders of magnitude over state-of-the-art baselines.

Partially Observable Markov Decision Processes (POMDPs) are fundamental to many real-world applications. Although reinforcement learning (RL) has shown success in fully observable domains, learning policies from traces in partially observable environments remains challenging due to non-Markovian observations. Inferring an automaton to handle the non-Markovianity is a proven effective approach, but faces two limitations: 1) existing automaton representations focus only on reward-based non-Markovianity, leading to unnatural problem formulations; 2) inference algorithms face enormous computational costs. For the first limitation, we introduce Transition Machines (TMs) to complement existing Reward Machines (RMs). To develop a unified inference algorithm for both automata types, we propose the Dual Behavior Mealy Machine (DBMM) that subsumes both TMs and RMs. We then introduce DB-RPNI, a passive automata learning algorithm that efficiently infers DBMMs while avoiding the costly reductions required by prior work. We further develop optimization techniques and identify sufficient conditions for inferring the minimal correct automata. Experimentally, our inference method achieves speedups of up to three orders of magnitude over SOTA baselines.

Foundations

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

Your Notes