paper-with-me

Papers

Trajectory-Class-Aware Multi-Agent Reinforcement Learning

2025-03-03 · Hyungho Na, Kwanghyeon Lee, Sumin Lee, Il-Chul Moon

In the context of multi-agent reinforcement learning, generalization is a challenge to solve various tasks that may require different joint policies or coordination without relying on policies specialized for each task. We refer to this type of problem as a multi-task, and we train agents to be versatile in this multi-task setting through a single training process. To address this challenge, we introduce TRajectory-class-Aware Multi-Agent reinforcement learning (TRAMA). In TRAMA, agents recognize a task type by identifying the class of trajectories they are experiencing through partial observations, and the agents use this trajectory awareness or prediction as additional information for action policy. To this end, we introduce three primary objectives in TRAMA: (a) constructing a quantized latent space to generate trajectory embeddings that reflect key similarities among them; (b) conducting trajectory clustering using these trajectory embeddings; and (c) building a trajectory-class-aware policy. Specifically for (c), we introduce a trajectory-class predictor that performs agent-wise predictions on the trajectory class; and we design a trajectory-class representation model for each trajectory class. Each agent takes actions based on this trajectory-class representation along with its partial observation for task-aware execution. The proposed method is evaluated on various tasks, including multi-task problems built upon StarCraft II. Empirical results show further performance improvements over state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2503.01440

Code (1)

aailab-kaist/trama 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningStarcraftStarcraft IITrajectory Clustering

Similar Papers 제목 키워드 기반

STAPO: Selective Trajectory-Aware Policy Optimization for LLM Agent Training

2026-07-06 · Qiuyi Qi, Tian Liang, Mutian Bao, Jinjian Zhang 외 arxiv

Reinforcement Learning (RL) is the dominant paradigm for training Large Language Model (LLM) agents on long-horizon tasks. However, sparse and delayed rewards often lead to trajectory neglect, in which agents lose focus …

Reinforcement Learning

Communication in Multi-Agent Reinforcement Learning: Intention Sharing

2021-01-01 · ICLR 2021 1 · Woojun Kim, Jongeui Park, Youngchul Sung

Communication is one of the core components for learning coordinated behavior in multi-agent systems. In this paper, we propose a new communication scheme named Intention Sharing (IS) for multi-agent reinforcement learn…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

NashFormer: Leveraging Local Nash Equilibria for Semantically Diverse Trajectory Prediction

2023-05-28 · Justin Lidard, Oswin So, Yanxia Zhang, Jonathan DeCastro 외

Interactions between road agents present a significant challenge in trajectory prediction, especially in cases involving multiple agents. Because existing diversity-aware predictors do not account for the interactive nat…

DiversityTrajectory Prediction

TRUAV: Distributed Multi-Agent Reinforcement Learning for Trajectory Planning and Routing Enhancement in UAV-Aided IoT-Enabled VANETs

2026-07-26 · Muhammad Umar Farooq Qaisar, Lin Zhang, Zhen Chen, Wajdy Othman 외 arxiv

Unmanned aerial vehicles (UAVs) have emerged as a key enabler of next-generation Internet of Things (IoT) ecosystems, offering flexible aerial relaying to extend connectivity across dynamic vehicular ad hoc networks (VAN…

Multi-agent Reinforcement LearningTrajectory Planning

RAGEN: Understanding Self-Evolution in LLM Agents via Multi-Turn Reinforcement Learning

2025-04-24 · Zihan Wang, Kangrui Wang, Qineng Wang, Pingyue Zhang 외

Training large language models (LLMs) as interactive agents presents unique challenges including long-horizon decision making and interacting with stochastic environment feedback. While reinforcement learning (RL) has en…

Decision MakingReinforcement Learning (RL)