PolyTask: Learning Unified Policies through Behavior Distillation
Siddhant Haldar, Lerrel Pinto
TL;DR
PolyTask addresses the challenge of learning a single unified policy capable of solving many embodied tasks by first training task-specific policies with demonstrations and RL, then distilling these into a single conditioned policy via Behavior Distillation. The method enables lifelong learning through offline distillation that does not require concurrent task environments, and it preserves a constant parameter count while mitigating forgetting. Empirical results across three simulated suites and a real-robot setup show PolyTask outperforms prior multi-task and lifelong-learning baselines, with strong robustness to design choices such as rewards, network size, and goal conditioning modalities. The work highlights practical pathways for scalable, lifelong embodied AI, while noting storage and forward-transfer aspects as avenues for future improvement.
Abstract
Unified models capable of solving a wide variety of tasks have gained traction in vision and NLP due to their ability to share regularities and structures across tasks, which improves individual task performance and reduces computational footprint. However, the impact of such models remains limited in embodied learning problems, which present unique challenges due to interactivity, sample inefficiency, and sequential task presentation. In this work, we present PolyTask, a novel method for learning a single unified model that can solve various embodied tasks through a 'learn then distill' mechanism. In the 'learn' step, PolyTask leverages a few demonstrations for each task to train task-specific policies. Then, in the 'distill' step, task-specific policies are distilled into a single policy using a new distillation method called Behavior Distillation. Given a unified policy, individual task behavior can be extracted through conditioning variables. PolyTask is designed to be conceptually simple while being able to leverage well-established algorithms in RL to enable interactivity, a handful of expert demonstrations to allow for sample efficiency, and preventing interactive access to tasks during distillation to enable lifelong learning. Experiments across three simulated environment suites and a real-robot suite show that PolyTask outperforms prior state-of-the-art approaches in multi-task and lifelong learning settings by significant margins.
