paper-with-me

Papers

Collaborative Deep Reinforcement Learning

2017-02-19 · Kaixiang Lin, Shu Wang, Jiayu Zhou

Besides independent learning, human learning process is highly improved by summarizing what has been learned, communicating it with peers, and subsequently fusing knowledge from different sources to assist the current learning goal. This collaborative learning procedure ensures that the knowledge is shared, continuously refined, and concluded from different perspectives to construct a more profound understanding. The idea of knowledge transfer has led to many advances in machine learning and data mining, but significant challenges remain, especially when it comes to reinforcement learning, heterogeneous model structures, and different learning tasks. Motivated by human collaborative learning, in this paper we propose a collaborative deep reinforcement learning (CDRL) framework that performs adaptive knowledge transfer among heterogeneous learning agents. Specifically, the proposed CDRL conducts a novel deep knowledge distillation method to address the heterogeneity among different learning tasks with a deep alignment network. Furthermore, we present an efficient collaborative Asynchronous Advantage Actor-Critic (cA3C) algorithm to incorporate deep knowledge distillation into the online training of agents, and demonstrate the effectiveness of the CDRL framework using extensive empirical evaluation on OpenAI gym.

📄 PDF Abstract BibTeX arXiv:1702.05796

Code (1)

illidanlab/cdrl 공식 구현 tf

Tasks

Deep Reinforcement LearningKnowledge DistillationOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Heterogeneous Agent Collaborative Reinforcement Learning

2026-03-03 · Zhixia Zhang, Zixuan Huang, Gongxun Li, Huaiyang Wang 외 arxiv

We introduce Heterogeneous Agent Collaborative Reinforcement Learning (HACRL), a new Reinforcement Learning from Verifiable Reward (RLVR) problem that addresses the inefficiencies of isolated multi-agent on-policy optimi…

Multi-agent Reinforcement Learning

COLLABORATIVE MULTIAGENT REINFORCEMENT LEARNING IN HOMOGENEOUS SWARMS

2018-09-27 · Arbaaz Khan, Clark Zhang, Vijay Kumar, Alejandro Ribeiro

A deep reinforcement learning solution is developed for a collaborative multiagent system. Individual agents choose actions in response to the state of the environment, their own state, and possibly partial information a…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Graph Enhanced Reinforcement Learning for Effective Group Formation in Collaborative Problem Solving

2024-03-15 · Zheng Fang, Fucai Ke, Jae Young Han, Zhijie Feng 외

This study addresses the challenge of forming effective groups in collaborative problem-solving environments. Recognizing the complexity of human interactions and the necessity for efficient collaboration, we propose a n…

reinforcement-learningReinforcement Learning

Reinforcement Networks: novel framework for collaborative Multi-Agent Reinforcement Learning tasks

2025-12-28 · Maksim Kryzhanovskiy, Svetlana Glazyrina, Roman Ischenko, Konstantin Vorontsov arxiv

Modern AI systems often comprise multiple learnable components that can be naturally organized as graphs. A central challenge is the end-to-end training of such systems without restrictive architectural or training assum…

Multi-agent Reinforcement Learning

Dual-Quadruped Collaborative Transportation in Narrow Environments via Safe Reinforcement Learning

2026-02-18 · Zhezhi Lei, Zhihai Bi, Wenxin Wang, Jun Ma arxiv

Collaborative transportation, where multiple robots collaboratively transport a payload, has garnered significant attention in recent years. While ensuring safe and high-performance inter-robot collaboration is critical …

Reinforcement LearningCollision Avoidance