IJCAI 2020poster0 citations

Learning and Solving Regular Decision Processes

Eden Abadi, Ronen I. Brafman

Abstract

Regular Decision Processes (RDPs) are a recently introduced model that extends MDPs with non-Markovian dynamics and rewards. The non-Markovian behavior is restricted to depend on regular properties of the history. These can be specified using regular expressions or formulas in linear dynamic logic over finite traces. Fully specified RDPs can be solved by compiling them into an appropriate MDP. Learning RDPs from data is a challenging problem that has yet to be addressed, on which we focus in this paper. Our approach rests on a new representation for RDPs using Mealy Machines that emit a distribution and an expected reward for each state-action pair. Building on this representation, we combine automata learning techniques with history clustering to learn such a Mealy machine and solve it by adapting MCTS to it. We empirically evaluate this approach, demonstrating its feasibility.

Machine Learning: Reinforcement LearningPlanning and Scheduling: Markov Decisions ProcessesKnowledge Representation and Reasoning: Action, Change and Causality
BibTeX
@inproceedings{ijcai2020p270,
  title     = {Learning and Solving Regular Decision Processes},
  author    = {Abadi, Eden and Brafman, Ronen I.},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {1948--1954},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/270},
  url       = {https://doi.org/10.24963/ijcai.2020/270},
}