LGAIRODec 8, 2021

CoMPS: Continual Meta Policy Search

arXiv:2112.04467v119 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of learning new tasks quickly in continual reinforcement learning for agents, though it is incremental as it builds on existing meta-reinforcement learning approaches.

The paper tackles the problem of sequential multi-task learning in reinforcement learning by introducing CoMPS, a continual meta-learning method that meta-trains incrementally without revisiting prior tasks, and it outperforms prior methods on challenging continuous control tasks.

We develop a new continual meta-learning method to address challenges in sequential multi-task learning. In this setting, the agent's goal is to achieve high reward over any sequence of tasks quickly. Prior meta-reinforcement learning algorithms have demonstrated promising results in accelerating the acquisition of new tasks. However, they require access to all tasks during training. Beyond simply transferring past experience to new tasks, our goal is to devise continual reinforcement learning algorithms that learn to learn, using their experience on previous tasks to learn new tasks more quickly. We introduce a new method, continual meta-policy search (CoMPS), that removes this limitation by meta-training in an incremental fashion, over each task in a sequence, without revisiting prior tasks. CoMPS continuously repeats two subroutines: learning a new task using RL and using the experience from RL to perform completely offline meta-learning to prepare for subsequent task learning. We find that CoMPS outperforms prior continual learning and off-policy meta-reinforcement methods on several sequences of challenging continuous control tasks.

Foundations

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

Your Notes