LGAIAug 14, 2023

IOB: Integrating Optimization Transfer and Behavior Transfer for Multi-Policy Reuse

Tsinghua
arXiv:2308.07351v13 citationsh-index: 33
Originality Highly original
AI Analysis

This addresses a key bottleneck in transfer RL for agents reusing policies across tasks, offering a more efficient solution with proven guarantees.

The paper tackles the challenge of selecting appropriate source policies for transfer reinforcement learning without additional components, proposing a method that integrates optimization and behavior transfer to enhance effectiveness. The approach outperforms state-of-the-art baselines in benchmark tasks and improves performance in continual learning scenarios.

Humans have the ability to reuse previously learned policies to solve new tasks quickly, and reinforcement learning (RL) agents can do the same by transferring knowledge from source policies to a related target task. Transfer RL methods can reshape the policy optimization objective (optimization transfer) or influence the behavior policy (behavior transfer) using source policies. However, selecting the appropriate source policy with limited samples to guide target policy learning has been a challenge. Previous methods introduce additional components, such as hierarchical policies or estimations of source policies' value functions, which can lead to non-stationary policy optimization or heavy sampling costs, diminishing transfer effectiveness. To address this challenge, we propose a novel transfer RL method that selects the source policy without training extra components. Our method utilizes the Q function in the actor-critic framework to guide policy selection, choosing the source policy with the largest one-step improvement over the current target policy. We integrate optimization transfer and behavior transfer (IOB) by regularizing the learned policy to mimic the guidance policy and combining them as the behavior policy. This integration significantly enhances transfer effectiveness, surpasses state-of-the-art transfer RL baselines in benchmark tasks, and improves final performance and knowledge transferability in continual learning scenarios. Additionally, we show that our optimization transfer technique is guaranteed to improve target policy learning.

Foundations

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

Your Notes