Learning Embeddings for Sequential Tasks Using Population of Agents
Mridul Mahajan, Georgios Tzannetos, Goran Radanovic, Adish Singla
TL;DR
The paper introduces an information-theoretic framework to learn fixed-dimensional task embeddings for sequential decision tasks in reinforcement learning by leveraging a diverse population of agents. Task similarity is quantified via mutual information between task optimality events, and embeddings are learned through ordinal constraints that combine a triplet-based similarity term with a norm-based difficulty ordering under a Bradley-Terry-Luce model. The approach is validated across multiple environments, showing interpretable embedding spaces, superior clustering compared to baselines, and practical utility in two downstream tasks: predicting agent performance on new tasks and selecting tasks with desired characteristics. The results suggest that the inner product of embeddings accurately captures task similarity, while the embedding norm encodes relative difficulty, enabling scalable, one-shot reasoning about sequential tasks with potential for curriculum design and task selection in RL systems.
Abstract
We present an information-theoretic framework to learn fixed-dimensional embeddings for tasks in reinforcement learning. We leverage the idea that two tasks are similar if observing an agent's performance on one task reduces our uncertainty about its performance on the other. This intuition is captured by our information-theoretic criterion which uses a diverse agent population as an approximation for the space of agents to measure similarity between tasks in sequential decision-making settings. In addition to qualitative assessment, we empirically demonstrate the effectiveness of our techniques based on task embeddings by quantitative comparisons against strong baselines on two application scenarios: predicting an agent's performance on a new task by observing its performance on a small quiz of tasks, and selecting tasks with desired characteristics from a given set of options.
