LGAIJun 28, 2020

Active Finite Reward Automaton Inference and Reinforcement Learning Using Queries and Counterexamples

arXiv:2006.15714v440 citations
Originality Incremental advance
AI Analysis

This work addresses data inefficiency and interpretability issues in reinforcement learning for tasks with non-Markovian rewards, offering a novel method that is incremental in its approach.

The paper tackles the challenges of data inefficiency and lack of interpretability in deep reinforcement learning by proposing a framework that learns a finite reward automaton to guide exploration, resulting in faster convergence to optimal policies compared to state-of-the-art methods like JIRP, LRM, and PPO2.

Despite the fact that deep reinforcement learning (RL) has surpassed human-level performances in various tasks, it still has several fundamental challenges. First, most RL methods require intensive data from the exploration of the environment to achieve satisfactory performance. Second, the use of neural networks in RL renders it hard to interpret the internals of the system in a way that humans can understand. To address these two challenges, we propose a framework that enables an RL agent to reason over its exploration process and distill high-level knowledge for effectively guiding its future explorations. Specifically, we propose a novel RL algorithm that learns high-level knowledge in the form of a finite reward automaton by using the L* learning algorithm. We prove that in episodic RL, a finite reward automaton can express any non-Markovian bounded reward functions with finitely many reward values and approximate any non-Markovian bounded reward function (with infinitely many reward values) with arbitrary precision. We also provide a lower bound for the episode length such that the proposed RL approach almost surely converges to an optimal policy in the limit. We test this approach on two RL environments with non-Markovian reward functions, choosing a variety of tasks with increasing complexity for each environment. We compare our algorithm with the state-of-the-art RL algorithms for non-Markovian reward functions, such as Joint Inference of Reward machines and Policies for RL (JIRP), Learning Reward Machine (LRM), and Proximal Policy Optimization (PPO2). Our results show that our algorithm converges to an optimal policy faster than other baseline methods.

Foundations

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

Your Notes