Context-Sensitive Abstractions for Reinforcement Learning with Parameterized Actions
Rashmeet Kaur Nayyar, Naman Shah, Siddharth Srivastava
TL;DR
Context-sensitive abstractions for RL with parameterized actions (SPA-CAT) enable online, hierarchical refinement of both state and action parameter spaces to improve learning efficiency in long-horizon, sparse-reward tasks. The approach combines Action Parameter Trees (APTs) with State and Parameterized Action Conditional Abstraction Trees, and learns refinements using a heterogeneous signal that blends TD-error dispersion and value dispersion via an annealing parameter $\beta$, all integrated with $TD(\lambda)$. PEARL alternates between a Learning phase that updates abstract Q-values and a Refinement phase that expands the abstraction where heterogeneity is high, including both uniform and flexible refinement strategies. Empirical results across OfficeWorld, Pinball, Multi-City Transport, and Soccer Goal show that PEARL-flexible achieves the best sample efficiency and policy performance among baselines like MP-DQN and HyAR, demonstrating the practical value of jointly learned state-action abstractions for parameterized actions. The work provides a principled framework for exploiting latent structure in parameterized-action spaces, reducing the need for environment-specific handcrafting and enabling scalable RL in complex domains.
Abstract
Real-world sequential decision-making often involves parameterized action spaces that require both, decisions regarding discrete actions and decisions about continuous action parameters governing how an action is executed. Existing approaches exhibit severe limitations in this setting -- planning methods demand hand-crafted action models, and standard reinforcement learning (RL) algorithms are designed for either discrete or continuous actions but not both, and the few RL methods that handle parameterized actions typically rely on domain-specific engineering and fail to exploit the latent structure of these spaces. This paper extends the scope of RL algorithms to long-horizon, sparse-reward settings with parameterized actions by enabling agents to autonomously learn both state and action abstractions online. We introduce algorithms that progressively refine these abstractions during learning, increasing fine-grained detail in the critical regions of the state-action space where greater resolution improves performance. Across several continuous-state, parameterized-action domains, our abstraction-driven approach enables TD($λ$) to achieve markedly higher sample efficiency than state-of-the-art baselines.
