Contrastive Modules with Temporal Attention for Multi-Task Reinforcement Learning
Siming Lan, Rui Zhang, Qi Yi, Jiaming Guo, Shaohui Peng, Yunkai Gao,, Fan Wu, Ruizhi Chen, Zidong Du, Xing Hu, Xishan Zhang, Ling Li, Yunji Chen

TL;DR
This paper introduces CMTA, a novel multi-task reinforcement learning method that uses contrastive learning and temporal attention to improve module differentiation and task performance, addressing intra-task conflicts and enhancing generalization.
Contribution
The paper proposes Contrastive Modules with Temporal Attention (CMTA), a new approach that constrains modules to be distinct and combines shared modules at a finer granularity to improve multi-task RL.
Findings
CMTA outperforms individual task learning on Meta-World.
CMTA achieves significant performance improvements over baseline methods.
CMTA effectively reduces negative transfer within tasks.
Abstract
In the field of multi-task reinforcement learning, the modular principle, which involves specializing functionalities into different modules and combining them appropriately, has been widely adopted as a promising approach to prevent the negative transfer problem that performance degradation due to conflicts between tasks. However, most of the existing multi-task RL methods only combine shared modules at the task level, ignoring that there may be conflicts within the task. In addition, these methods do not take into account that without constraints, some modules may learn similar functions, resulting in restricting the model's expressiveness and generalization capability of modular methods. In this paper, we propose the Contrastive Modules with Temporal Attention(CMTA) method to address these limitations. CMTA constrains the modules to be different from each other by contrastive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Evolutionary Algorithms and Applications · Neural dynamics and brain function
MethodsContrastive Learning
