paper-with-me

홈 › Papers

Multi-Task Reinforcement Learning with Soft Modularization

2020-03-30 · NeurIPS 2020 12 · Ruihan Yang, Huazhe Xu, Yi Wu, Xiaolong Wang

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 tasks. We experiment with various robotics manipulation tasks in simulation and show our method improves both sample efficiency and performance over strong baselines by a large margin.

📄 PDF Abstract BibTeX arXiv:2003.13661

Code (1)

RchalYang/Soft-Module pytorch

Tasks

Meta-LearningMulti-Task Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Many-Objective Software Remodularization using NSGA-III

2020-05-13 · Mohamed Wiem Mkaouer, Marouane Kessentini, Adnan Shaout, Patrice Koligheu 외

Software systems nowadays are complex and difficult to maintain due to continuous changes and bad design choices. To handle the complexity of systems, software products are, in general, decomposed in terms of packages/mo…

Adaptable Automation with Modular Deep Reinforcement Learning and Policy Transfer

2020-11-27 · Zohreh Raziei, Mohsen Moghaddam

Recent advances in deep Reinforcement Learning (RL) have created unprecedented opportunities for intelligent automation, where a machine can autonomously learn an optimal policy for performing a given task. However, curr…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Patching Weak Convolutional Neural Network Models through Modularization and Composition

2022-09-11 · Binhang Qi, Hailong Sun, Xiang Gao, Hongyu Zhang

Despite great success in many applications, deep neural networks are not always robust in practice. For instance, a convolutional neuron network (CNN) model for classification tasks often performs unsatisfactorily in cla…

A Review of Modularization Techniques in Artificial Neural Networks

2019-04-29 · Mohammed Amer, Tomás Maul

Artificial neural networks (ANNs) have achieved significant success in tackling classical and modern machine learning problems. As learning problems grow in scale and complexity, and expand into multi-disciplinary territ…

Unsupervised Skill Discovery through Skill Regions Differentiation

2025-06-17 · Ting Xiao, Jiakun Zheng, Rushuai Yang, Kang Xu 외

Unsupervised Reinforcement Learning (RL) aims to discover diverse behaviors that can accelerate the learning of downstream tasks. Previous methods typically focus on entropy-based exploration or empowerment-driven skill …

Density EstimationReinforcement Learning (RL)Unsupervised Reinforcement Learning