← Search

Yifan Zang

10 accepted papers

2026

HyMTRL: A Hybrid Multi-Task Reinforcement Learning Framework via Phased Policy Evolution

ICML 2026poster

Multi-task reinforcement learning (MTRL) aims to improve sample efficiency by sharing knowledge across related tasks, but it often suffers from asynchronous learning progress caused by inherent differences in task difficulty. This imbalance places substantial representational strain on the shared cr…

Cited by 0SourceScholar
2025

Bi-Level Knowledge Transfer for Multi-Task Multi-Agent Reinforcement Learning

NeurIPS 2025poster

Multi-Agent Reinforcement Learning (MARL) has achieved remarkable success in various real-world scenarios, but its high cost of online training makes it impractical to learn each task from scratch. To enable effective policy reuse, we consider the problem of zero-shot generalization from offline da…

Cited by 0SourceScholar
2025

Goal-Oriented Skill Abstraction for Offline Multi-Task Reinforcement Learning

ICML 2025poster

Offline multi-task reinforcement learning aims to learn a unified policy capable of solving multiple tasks using only pre-collected task-mixed datasets, without requiring any online interaction with the environment. However, it faces significant challenges in effectively sharing knowledge across tas…

Cited by 0SourcePDFScholar
2024

Efficient Multi-task Reinforcement Learning with Cross-Task Policy Guidance

NeurIPS 2024poster

Multi-task reinforcement learning endeavors to efficiently leverage shared information across various tasks, facilitating the simultaneous learning of multiple tasks. Existing approaches primarily focus on parameter sharing with carefully designed network structures or tailored optimization procedur…

Cited by 1SourcePDFScholar
2024

Intrinsic Action Tendency Consistency for Cooperative Multi-Agent Reinforcement Learning

AAAI 2024technical

Efficient collaboration in the centralized training with decentralized execution (CTDE) paradigm remains a challenge in cooperative multi-agent systems. We identify divergent action tendencies among agents as a significant obstacle to CTDE's training efficiency, requiring a large number of training…

Cited by 3SourcePDFScholar
2024

Not All Tasks Are Equally Difficult: Multi-Task Deep Reinforcement Learning with Dynamic Depth Routing

AAAI 2024technical

Multi-task reinforcement learning endeavors to accomplish a set of different tasks with a single policy. To enhance data efficiency by sharing parameters across multiple tasks, a common practice segments the network into distinct modules and trains a routing network to recombine these modules into t…

2024

Towards Offline Opponent Modeling with In-context Learning

ICLR 2024poster

Opponent modeling aims at learning the opponent's behaviors, goals, or beliefs to reduce the uncertainty of the competitive environment and assist decision-making. Existing work has mostly focused on learning opponent models online, which is impractical and inefficient in practical scenarios. To thi…

Cited by 5SourcePDFScholar
2023

Automatic Grouping for Efficient Cooperative Multi-Agent Reinforcement Learning

NeurIPS 2023poster

Grouping is ubiquitous in natural systems and is essential for promoting efficiency in team coordination. This paper proposes a novel formulation of Group-oriented Multi-Agent Reinforcement Learning (GoMARL), which learns automatic grouping without domain knowledge for efficient cooperation. In cont…

2020

Potential Driven Reinforcement Learning for Hard Exploration Tasks

IJCAI 2020poster

Experience replay plays a crucial role in Reinforcement Learning (RL), enabling the agent to remember and reuse experience from the past. Most previous methods sample experience transitions using simple heuristics like uniformly sampling or prioritizing those good ones. Since humans can learn from b…