LGAIROJan 18, 2024

Reconciling Spatial and Temporal Abstractions for Goal Representation

arXiv:2401.09870v28 citationsHas CodeICLR
Originality Incremental advance
AI Analysis

This work addresses scalability issues in HRL for complex tasks, though it appears incremental by combining existing abstraction types.

The paper tackles the challenge of scaling Hierarchical Reinforcement Learning (HRL) to complex environments by proposing a three-layer algorithm that integrates both spatial and temporal goal abstractions, demonstrating effectiveness on continuous control tasks with theoretical regret bounds.

Goal representation affects the performance of Hierarchical Reinforcement Learning (HRL) algorithms by decomposing the complex learning problem into easier subtasks. Recent studies show that representations that preserve temporally abstract environment dynamics are successful in solving difficult problems and provide theoretical guarantees for optimality. These methods however cannot scale to tasks where environment dynamics increase in complexity i.e. the temporally abstract transition relations depend on larger number of variables. On the other hand, other efforts have tried to use spatial abstraction to mitigate the previous issues. Their limitations include scalability to high dimensional environments and dependency on prior knowledge. In this paper, we propose a novel three-layer HRL algorithm that introduces, at different levels of the hierarchy, both a spatial and a temporal goal abstraction. We provide a theoretical study of the regret bounds of the learned policies. We evaluate the approach on complex continuous control tasks, demonstrating the effectiveness of spatial and temporal abstractions learned by this approach. Find open-source code at https://github.com/cosynus-lix/STAR.

Code Implementations1 repo
Foundations

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

Your Notes