paper-with-me

Papers

Agent-Temporal Credit Assignment for Optimal Policy Preservation in Sparse Multi-Agent Reinforcement Learning

2024-12-19 · Aditya Kapoor, Sushant Swamy, Kale-ab Tessera, Mayank Baranwal, Mingfei Sun, Harshad Khadilkar, Stefano V. Albrecht

In multi-agent environments, agents often struggle to learn optimal policies due to sparse or delayed global rewards, particularly in long-horizon tasks where it is challenging to evaluate actions at intermediate time steps. We introduce Temporal-Agent Reward Redistribution (TAR$^2$), a novel approach designed to address the agent-temporal credit assignment problem by redistributing sparse rewards both temporally and across agents. TAR$^2$ decomposes sparse global rewards into time-step-specific rewards and calculates agent-specific contributions to these rewards. We theoretically prove that TAR$^2$ is equivalent to potential-based reward shaping, ensuring that the optimal policy remains unchanged. Empirical results demonstrate that TAR$^2$ stabilizes and accelerates the learning process. Additionally, we show that when TAR$^2$ is integrated with single-agent reinforcement learning algorithms, it performs as well as or better than traditional multi-agent reinforcement learning methods.

📄 PDF Abstract BibTeX arXiv:2412.14779

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningTAR

Similar Papers 제목 키워드 기반

Occupancy Reward Shaping: Improving Credit Assignment for Offline Goal-Conditioned Reinforcement Learning

2026-04-22 · Aravind Venugopal, Jiayu Chen, Xudong Wu, Chongyi Zheng 외 arxiv

The temporal lag between actions and their long-term consequences makes credit assignment a challenge when learning goal-directed behaviors from data. Generative world models capture the distribution of future states an …

Reinforcement Learning

$TAR^2$: Temporal-Agent Reward Redistribution for Optimal Policy Preservation in Multi-Agent Reinforcement Learning

2025-02-07 · Aditya Kapoor, Kale-ab Tessera, Mayank Baranwal, Harshad Khadilkar 외

In cooperative multi-agent reinforcement learning (MARL), learning effective policies is challenging when global rewards are sparse and delayed. This difficulty arises from the need to assign credit across both agents an…

Multi-agent Reinforcement LearningTAR

CORA: Coalitional Rational Advantage Decomposition for Multi-Agent Policy Gradients

2025-06-03 · Mengda Ji, Genjiu Xu, Liying Wang

This work focuses on the credit assignment problem in cooperative multi-agent reinforcement learning (MARL). Sharing the global advantage among agents often leads to suboptimal policy updates as it fails to account for t…

Multi-agent Reinforcement Learning

Retrospective In-Context Learning for Temporal Credit Assignment with Large Language Models

2026-02-19 · Wen-Tse Chen, Jiayu Chen, Fahim Tajwar, Hao Zhu 외 arxiv

Learning from self-sampled data and sparse environmental feedback remains a fundamental challenge in training self-evolving agents. Temporal credit assignment mitigates this issue by transforming sparse feedback into den…

RTPO: Reverse-Turn Policy Optimization for Stabilizing Agentic RL Training

2026-08-19 · Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu arxiv

Training multi-turn agentic workflows with reinforcement learning (RL) enables large language models to perform complex reasoning, use external tools, and conduct iterative search beyond single-turn settings. Yet multi-t…

Reinforcement Learning