LGAIMLJul 1, 2019

On mechanisms for transfer using landmark value functions in multi-task lifelong reinforcement learning

arXiv:1907.00884v11.81 citations
Originality Incremental advance
AI Analysis

This work addresses sample complexity and regret reduction for agents in goal-based multi-task RL, though it appears incremental as it builds on existing frameworks like LOVR.

The paper tackles the problem of sample efficiency in multi-task lifelong reinforcement learning by introducing a topological landmark covering that encodes state-space traversability, which leads to theoretical bounds on Q-values and enables action pruning. The result includes a greedy zombie policy achieving near-oracle performance in zero-shot transfer tasks.

Transfer learning across different reinforcement learning (RL) tasks is becoming an increasingly valuable area of research. We consider a goal-based multi-task RL framework and mechanisms by which previously solved tasks can reduce sample complexity and regret when the agent is faced with a new task. Specifically, we introduce two metrics on the state space that encode notions of traversibility of the state space for an agent. Using these metrics a topological covering is constructed by way of a set of landmark states in a fully self-supervised manner. We show that these landmark coverings confer theoretical advantages for transfer learning within the goal-based multi-task RL setting. Specifically, we demonstrate three mechanisms by which landmark coverings can be used for successful transfer learning. First, we extend the Landmark Options Via Reflection (LOVR) framework to this new topological covering; second, we use the landmark-centric value functions themselves as features and define a greedy zombie policy that achieves near oracle performance on a sequence of zero-shot transfer tasks; finally, motivated by the second transfer mechanism, we introduce a learned reward function that provides a more dense reward signal for goal-based RL. Our novel topological landmark covering confers beneficial theoretical results, bounding the Q values at each state-action pair. In doing so, we introduce a mechanism that performs action-pruning at infeasible actions which cannot possibly be part of an optimal policy for the current goal.

Foundations

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

Your Notes