Learning with Expert Abstractions for Efficient Multi-Task Continuous Control
Jeff Jewett, Sandhya Saisubramanian
TL;DR
This paper tackles the challenge of sample-inefficient learning in continuous, multi-task control with sparse rewards by leveraging expert-defined abstractions as high-level models. It introduces Goal-Conditioned Reward Shaping (GCRS), which plans over an abstract MDP to generate subgoals and uses plan-based potential shaping $\Phi^\tau(x)=V_{H^\tau}^{*}(\phi(x))$ to guide a single goal-conditioned controller $\pi(x,s_{next},\tau)$. The framework enables efficient learning, strong generalization, and zero-shot transfer across procedurally generated tasks, outperforming existing HRL and GCRL baselines in sample efficiency, scalability, and generalization. The empirical results on CocoGrid demonstrate the practical impact of incorporating expert abstractions, with implications for planning-informed policy learning in real-world continuous control problems.
Abstract
Decision-making in complex, continuous multi-task environments is often hindered by the difficulty of obtaining accurate models for planning and the inefficiency of learning purely from trial and error. While precise environment dynamics may be hard to specify, human experts can often provide high-fidelity abstractions that capture the essential high-level structure of a task and user preferences in the target environment. Existing hierarchical approaches often target discrete settings and do not generalize across tasks. We propose a hierarchical reinforcement learning approach that addresses these limitations by dynamically planning over the expert-specified abstraction to generate subgoals to learn a goal-conditioned policy. To overcome the challenges of learning under sparse rewards, we shape the reward based on the optimal state value in the abstract model. This structured decision-making process enhances sample efficiency and facilitates zero-shot generalization. Our empirical evaluation on a suite of procedurally generated continuous control environments demonstrates that our approach outperforms existing hierarchical reinforcement learning methods in terms of sample efficiency, task completion rate, scalability to complex tasks, and generalization to novel scenarios.
