LGAIROOct 21, 2022

PaCo: Parameter-Compositional Multi-Task Reinforcement Learning

Berkeley
arXiv:2210.11653v162 citationsh-index: 91
Originality Incremental advance
AI Analysis

This work addresses multi-task reinforcement learning problems for AI researchers, offering an incremental improvement in parameter sharing and optimization.

The paper tackles the challenges of multi-task reinforcement learning, such as determining parameter sharing and optimization, by introducing a parameter-compositional approach (PaCo) that learns a policy subspace for composing single-task policies, achieving state-of-the-art performance on Meta-World benchmarks.

The purpose of multi-task reinforcement learning (MTRL) is to train a single policy that can be applied to a set of different tasks. Sharing parameters allows us to take advantage of the similarities among tasks. However, the gaps between contents and difficulties of different tasks bring us challenges on both which tasks should share the parameters and what parameters should be shared, as well as the optimization challenges due to parameter sharing. In this work, we introduce a parameter-compositional approach (PaCo) as an attempt to address these challenges. In this framework, a policy subspace represented by a set of parameters is learned. Policies for all the single tasks lie in this subspace and can be composed by interpolating with the learned set. It allows not only flexible parameter sharing but also a natural way to improve training. We demonstrate the state-of-the-art performance on Meta-World benchmarks, verifying the effectiveness of the proposed approach.

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