LGAIDec 17, 2024

ParMod: A Parallel and Modular Framework for Learning Non-Markovian Tasks

arXiv:2412.12700v1h-index: 24
Originality Highly original
AI Analysis

This work addresses the challenge of non-Markovian tasks in reinforcement learning for applications requiring temporal logic, offering a novel framework that improves sample efficiency and performance.

The paper tackles the problem of learning non-Markovian tasks in reinforcement learning, which are more difficult due to long-term memory and sparse rewards, by proposing ParMod, a parallel and modular framework that achieves superior performance over other methods on challenging benchmarks.

The commonly used Reinforcement Learning (RL) model, MDPs (Markov Decision Processes), has a basic premise that rewards depend on the current state and action only. However, many real-world tasks are non-Markovian, which has long-term memory and dependency. The reward sparseness problem is further amplified in non-Markovian scenarios. Hence learning a non-Markovian task (NMT) is inherently more difficult than learning a Markovian one. In this paper, we propose a novel \textbf{Par}allel and \textbf{Mod}ular RL framework, ParMod, specifically for learning NMTs specified by temporal logic. With the aid of formal techniques, the NMT is modulaized into a series of sub-tasks based on the automaton structure (equivalent to its temporal logic counterpart). On this basis, sub-tasks will be trained by a group of agents in a parallel fashion, with one agent handling one sub-task. Besides parallel training, the core of ParMod lies in: a flexible classification method for modularizing the NMT, and an effective reward shaping method for improving the sample efficiency. A comprehensive evaluation is conducted on several challenging benchmark problems with respect to various metrics. The experimental results show that ParMod achieves superior performance over other relevant studies. Our work thus provides a good synergy among RL, NMT and temporal logic.

Foundations

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

Your Notes