Hierarchical Meta-Reinforcement Learning via Automated Macro-Action Discovery
Minjae Cho, Chuangchuang Sun
TL;DR
Meta-RL struggles with fast adaptation across complex, high-dimensional tasks. The authors propose HiMeta, a tri-level hierarchy that learns task representations, discovers task-agnostic macro-actions via a modified VAE bridging states to goals, and learns primitive actions with PPO, with independent training to avoid the curse of hierarchy. The approach reduces the information load on the policy and enables re-use of macro-actions across tasks, achieving superior sample efficiency and higher success rates on MetaWorld ML10 compared with SD and PEARL. This work advances scalable, few-shot adaptation for complex multi-task settings and suggests future extensions to offline, safe, and multi-modal RL.
Abstract
Meta-Reinforcement Learning (Meta-RL) enables fast adaptation to new testing tasks. Despite recent advancements, it is still challenging to learn performant policies across multiple complex and high-dimensional tasks. To address this, we propose a novel architecture with three hierarchical levels for 1) learning task representations, 2) discovering task-agnostic macro-actions in an automated manner, and 3) learning primitive actions. The macro-action can guide the low-level primitive policy learning to more efficiently transition to goal states. This can address the issue that the policy may forget previously learned behavior while learning new, conflicting tasks. Moreover, the task-agnostic nature of the macro-actions is enabled by removing task-specific components from the state space. Hence, this makes them amenable to re-composition across different tasks and leads to promising fast adaptation to new tasks. Also, the prospective instability from the tri-level hierarchies is effectively mitigated by our innovative, independently tailored training schemes. Experiments in the MetaWorld framework demonstrate the improved sample efficiency and success rate of our approach compared to previous state-of-the-art methods.
