AIJan 25, 2020

Learning Non-Markovian Reward Models in MDPs

arXiv:2001.09293v119 citations
AI Analysis

This addresses the challenge of modeling history-dependent rewards for agents in sequential decision-making, which is incremental as it builds on existing learning and optimization methods.

The paper tackles the problem of learning non-Markovian reward functions in Markov decision processes (MDPs), where rewards depend on a series of tasks, by using a Mealy machine representation and combining Angluin's L* algorithm with testing and optimization techniques, resulting in a framework that can be integrated with heuristics like Monte Carlo Tree Search and demonstrated on AI examples.

There are situations in which an agent should receive rewards only after having accomplished a series of previous tasks. In other words, the reward that the agent receives is non-Markovian. One natural and quite general way to represent history-dependent rewards is via a Mealy machine; a finite state automaton that produces output sequences (rewards in our case) from input sequences (state/action observations in our case). In our formal setting, we consider a Markov decision process (MDP) that models the dynamic of the environment in which the agent evolves and a Mealy machine synchronised with this MDP to formalise the non-Markovian reward function. While the MDP is known by the agent, the reward function is unknown from the agent and must be learnt. Learning non-Markov reward functions is a challenge. Our approach to overcome this challenging problem is a careful combination of the Angluin's L* active learning algorithm to learn finite automata, testing techniques for establishing conformance of finite model hypothesis and optimisation techniques for computing optimal strategies in Markovian (immediate) reward MDPs. We also show how our framework can be combined with classical heuristics such as Monte Carlo Tree Search. We illustrate our algorithms and a preliminary implementation on two typical examples for AI.

Foundations

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

Your Notes