Probabilistic Performance Guarantees for Multi-Task Reinforcement Learning
Yannik Schnitzer, Mathias Jackermeier, Alessandro Abate, David Parker
TL;DR
This work introduces a probabilistic certification method for multi-task reinforcement learning that yields high-confidence guarantees on a policy’s performance on unseen tasks drawn from an unknown distribution. It couples rollout-based lower confidence bounds for per-task performance with a distribution-level generalisation bound, producing a unified certificate that accounts for both finite task sampling and finite rollout estimation. The approach is algorithm-agnostic, computationally lightweight, and applicable to high-dimensional domains, offering interpretable safety guarantees without requiring exhaustive data. Empirical results across grid-world and continuous-control environments demonstrate soundness and informative certificates at practical data budgets. The framework advances safe deployment of generalist policies by enabling principled, quantitative assurances about zero-shot task generalisation.
Abstract
Multi-task reinforcement learning trains generalist policies that can execute multiple tasks. While recent years have seen significant progress, existing approaches rarely provide formal performance guarantees, which are indispensable when deploying policies in safety-critical settings. We present an approach for computing high-confidence guarantees on the performance of a multi-task policy on tasks not seen during training. Concretely, we introduce a new generalisation bound that composes (i) per-task lower confidence bounds from finitely many rollouts with (ii) task-level generalisation from finitely many sampled tasks, yielding a high-confidence guarantee for new tasks drawn from the same arbitrary and unknown distribution. Across state-of-the-art multi-task RL methods, we show that the guarantees are theoretically sound and informative at realistic sample sizes.
