LGAIFeb 15

Zero-Shot Instruction Following in RL via Structured LTL Representations

arXiv:2602.14344v13 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of enabling agents to execute novel tasks not seen during training, which is incremental by improving on existing LTL-based methods.

The paper tackles the problem of zero-shot instruction following in multi-task reinforcement learning by using linear temporal logic (LTL) to specify structured tasks, resulting in strong generalization and superior performance in complex environments.

We study instruction following in multi-task reinforcement learning, where an agent must zero-shot execute novel tasks not seen during training. In this setting, linear temporal logic (LTL) has recently been adopted as a powerful framework for specifying structured, temporally extended tasks. While existing approaches successfully train generalist policies, they often struggle to effectively capture the rich logical and temporal structure inherent in LTL specifications. In this work, we address these concerns with a novel approach to learn structured task representations that facilitate training and generalisation. Our method conditions the policy on sequences of Boolean formulae constructed from a finite automaton of the task. We propose a hierarchical neural architecture to encode the logical structure of these formulae, and introduce an attention mechanism that enables the policy to reason about future subgoals. Experiments in a variety of complex environments demonstrate the strong generalisation capabilities and superior performance of our approach.

Foundations

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

Your Notes