LGAIMLSep 25, 2019

Multi-task Batch Reinforcement Learning with Metric Learning

arXiv:1909.11373v619 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient policy adaptation in multi-task RL without task identities, offering incremental improvements in convergence speed for domain-specific applications.

The paper tackles the multi-task batch reinforcement learning problem by training a policy to infer task identities from transitions without explicit task labels, using a novel triplet loss application to robustify inference and prevent spurious correlations, achieving up to 80% faster convergence when fine-tuning on unseen tasks across 5 Mujoco distributions.

We tackle the Multi-task Batch Reinforcement Learning problem. Given multiple datasets collected from different tasks, we train a multi-task policy to perform well in unseen tasks sampled from the same distribution. The task identities of the unseen tasks are not provided. To perform well, the policy must infer the task identity from collected transitions by modelling its dependency on states, actions and rewards. Because the different datasets may have state-action distributions with large divergence, the task inference module can learn to ignore the rewards and spuriously correlate $\textit{only}$ state-action pairs to the task identity, leading to poor test time performance. To robustify task inference, we propose a novel application of the triplet loss. To mine hard negative examples, we relabel the transitions from the training tasks by approximating their reward functions. When we allow further training on the unseen tasks, using the trained policy as an initialization leads to significantly faster convergence compared to randomly initialized policies (up to $80\%$ improvement and across 5 different Mujoco task distributions). We name our method $\textbf{MBML}$ ($\textbf{M}\text{ulti-task}$ $\textbf{B}\text{atch}$ RL with $\textbf{M}\text{etric}$ $\textbf{L}\text{earning}$).

Foundations

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

Your Notes