AILGROFeb 6, 2024

Logical Specifications-guided Dynamic Task Sampling for Reinforcement Learning Agents

arXiv:2402.03678v33 citationsh-index: 28ICAPS
Originality Incremental advance
AI Analysis

This addresses sample inefficiency for RL agents in sequential decision-making problems, though it appears incremental as it builds on existing specification-guided approaches.

The paper tackles the high sample complexity in reinforcement learning by proposing LSTS, a method that uses logical specifications to dynamically sample tasks, achieving improved time-to-threshold and sample-efficiency compared to state-of-the-art baselines in gridworld and robotic tasks.

Reinforcement Learning (RL) has made significant strides in enabling artificial agents to learn diverse behaviors. However, learning an effective policy often requires a large number of environment interactions. To mitigate sample complexity issues, recent approaches have used high-level task specifications, such as Linear Temporal Logic (LTL$_f$) formulas or Reward Machines (RM), to guide the learning progress of the agent. In this work, we propose a novel approach, called Logical Specifications-guided Dynamic Task Sampling (LSTS), that learns a set of RL policies to guide an agent from an initial state to a goal state based on a high-level task specification, while minimizing the number of environmental interactions. Unlike previous work, LSTS does not assume information about the environment dynamics or the Reward Machine, and dynamically samples promising tasks that lead to successful goal policies. We evaluate LSTS on a gridworld and show that it achieves improved time-to-threshold performance on complex sequential decision-making problems compared to state-of-the-art RM and Automaton-guided RL baselines, such as Q-Learning for Reward Machines and Compositional RL from logical Specifications (DIRL). Moreover, we demonstrate that our method outperforms RM and Automaton-guided RL baselines in terms of sample-efficiency, both in a partially observable robotic task and in a continuous control robotic manipulation task.

Code Implementations1 repo
Foundations

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

Your Notes