LGAIFeb 26, 2025

Learning Policy Committees for Effective Personalization in MDPs with Diverse Tasks

arXiv:2503.01885v24 citationsh-index: 43Has CodeICML
Originality Highly original
AI Analysis

This addresses the problem of effective personalization in reinforcement learning for domains like robotic control where tasks are diverse and unknown at training time, offering a novel solution with theoretical guarantees.

The paper tackles the challenge of poor generalization in dynamic decision problems with diverse tasks by proposing a policy committee approach that guarantees at least one near-optimal policy with high probability, and it outperforms state-of-the-art baselines in experiments on MuJoCo and Meta-World, often by a large margin.

Many dynamic decision problems, such as robotic control, involve a series of tasks, many of which are unknown at training time. Typical approaches for these problems, such as multi-task and meta reinforcement learning, do not generalize well when the tasks are diverse. On the other hand, approaches that aim to tackle task diversity, such as using task embedding as policy context and task clustering, typically lack performance guarantees and require a large number of training tasks. To address these challenges, we propose a novel approach for learning a policy committee that includes at least one near-optimal policy with high probability for tasks encountered during execution. While we show that this problem is in general inapproximable, we present two practical algorithmic solutions. The first yields provable approximation and task sample complexity guarantees when tasks are low-dimensional (the best we can do due to inapproximability), whereas the second is a general and practical gradient-based approach. In addition, we provide a provable sample complexity bound for few-shot learning. Our experiments on MuJoCo and Meta-World show that the proposed approach outperforms state-of-the-art multi-task, meta-, and task clustering baselines in training, generalization, and few-shot learning, often by a large margin. Our code is available at https://github.com/CERL-WUSTL/PACMAN.

Foundations

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

Your Notes