DAIL: Beyond Task Ambiguity for Language-Conditioned Reinforcement Learning
Runpeng Xie, Quanwei Wang, Hao Hu, Zherui Zhou, Ni Mu, Xiyun Li, Yiqin Yang, Shuang Xu, Qianchuan Zhao, Bo XU
TL;DR
DAIL addresses the ambiguity arising from flexible language instructions in language-conditioned RL by combining a distributional policy that preserves full return distributions with a trajectory-wise semantic alignment that maximizes mutual information between trajectories and instructions. The authors provide theoretical insights on sample efficiency for distributional vs value-based methods and validate that DAIL yields clearer, non-ambiguous task representations while improving performance on offline benchmarks like BabyAI SynthLoc and ALFRED. Empirically, DAIL outperforms strong baselines in both in-distribution and out-of-distribution settings, with visualization and clustering analyses illustrating sharper instruction-task alignment. The approach is modular and plug-in friendly, offering a practical route to tackle language-driven task ambiguity in offline and potentially online RL, albeit with acknowledged limitations around real-world deployment and online analysis in future work.
Abstract
Comprehending natural language and following human instructions are critical capabilities for intelligent agents. However, the flexibility of linguistic instructions induces substantial ambiguity across language-conditioned tasks, severely degrading algorithmic performance. To address these limitations, we present a novel method named DAIL (Distributional Aligned Learning), featuring two key components: distributional policy and semantic alignment. Specifically, we provide theoretical results that the value distribution estimation mechanism enhances task differentiability. Meanwhile, the semantic alignment module captures the correspondence between trajectories and linguistic instructions. Extensive experimental results on both structured and visual observation benchmarks demonstrate that DAIL effectively resolves instruction ambiguities, achieving superior performance to baseline methods. Our implementation is available at https://github.com/RunpengXie/Distributional-Aligned-Learning.
