Multi-Task Reinforcement Learning with Soft Modularization
Ruihan Yang, Huazhe Xu, Yi Wu, Xiaolong Wang

TL;DR
This paper introduces a soft modularization approach for multi-task reinforcement learning that dynamically reconfigures a base policy network for different tasks, improving efficiency and performance.
Contribution
It proposes a novel soft modularization technique with a routing network to better share parameters across tasks in reinforcement learning.
Findings
Improves sample efficiency in robotics manipulation tasks.
Achieves higher performance compared to strong baselines.
Effective in sequential multi-task learning scenarios.
Abstract
Multi-task learning is a very challenging problem in reinforcement learning. While training multiple tasks jointly allow the policies to share parameters across different tasks, the optimization problem becomes non-trivial: It remains unclear what parameters in the network should be reused across tasks, and how the gradients from different tasks may interfere with each other. Thus, instead of naively sharing parameters across tasks, we introduce an explicit modularization technique on policy representation to alleviate this optimization issue. Given a base policy network, we design a routing network which estimates different routing strategies to reconfigure the base network for each task. Instead of directly selecting routes for each task, our task-specific policy uses a method called soft modularization to softly combine all the possible routes, which makes it suitable for sequential…
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 · Robot Manipulation and Learning · Adversarial Robustness in Machine Learning
