English

Pushdown Reward Machines for Reinforcement Learning

Artificial Intelligence 2025-11-13 v2 Machine Learning

Abstract

Reward machines (RMs) are automata structures that encode (non-Markovian) reward functions for reinforcement learning (RL). RMs can reward any behaviour representable in regular languages and, when paired with RL algorithms that exploit RM structure, have been shown to significantly improve sample efficiency in many domains. In this work, we present pushdown reward machines (pdRMs), an extension of reward machines based on deterministic pushdown automata. pdRMs can recognise and reward temporally extended behaviours representable in deterministic context-free languages, making them more expressive than reward machines. We introduce two variants of pdRM-based policies, one which has access to the entire stack of the pdRM, and one which can only access the top kk symbols (for a given constant kk) of the stack. We propose a procedure to check when the two kinds of policies (for a given environment, pdRM, and constant kk) achieve the same optimal state values. We then provide theoretical results establishing the expressive power of pdRMs, and space complexity results for the proposed learning problems. Lastly, we propose an approach for off-policy RL algorithms that exploits counterfactual experiences with pdRMs. We conclude by providing experimental results showing how agents can be trained to perform tasks representable in deterministic context-free languages using pdRMs.

Keywords

Cite

@article{arxiv.2508.06894,
  title  = {Pushdown Reward Machines for Reinforcement Learning},
  author = {Giovanni Varricchione and Toryn Q. Klassen and Natasha Alechina and Mehdi Dastani and Brian Logan and Sheila A. McIlraith},
  journal= {arXiv preprint arXiv:2508.06894},
  year   = {2025}
}

Comments

Extended version of a paper accepted for publication at the 22nd International Conference on Principles of Knowledge Representation and Reasoning (KR 2025)

R2 v1 2026-07-01T04:42:21.659Z