合作多智能体强化学习的在线变化点检测
Online Change-point Detection for Cooperative Multi-Agent Reinforcement Learning
清华团队推出PPR算法,让多智能体系统在训练中自动识别环境变化,比传统方法更稳定可靠。
该研究提出了一种名为"过去奖励模式"(PPR)的轻量级算法,用于检测合作多智能体强化学习中的环境变化。研究在基于多智能体粒子环境的自定义Speaker-Listener环境中进行了测试,采用两种受控非平稳场景。结果显示PPR在检测速度和警报稳定性之间取得了平衡,比平滑返回基线减少了重复警报,同时比直接应用于原始返回的检测器更能识别变化。
Online Change-point Detection for Cooperative Multi-Agent Reinforcement Learning
Cooperative multi-agent reinforcement learning (MARL) systems rely on past experience for learning coordinated behaviour, but this experience may become unreliable if the environment or task objective changes during training. In such cases, agents first need a way to recognize that the situation has changed before deciding how to adapt. This paper studies online change-point detection for cooperative MARL using reward-derived signals. We propose \emph{Patterns of Past Rewards} (PPR), a lightweight algorithm-agnostic detector that smooths agents' return streams, highlights recent changes, and applies a statistical drift detector to flag significant shifts. We evaluate PPR in a custom Speaker-Listener environment based on the Multi-Agent Particle Environment under two controlled non-stationarity scenarios. Our results show a trade-off between detection speed and alarm stability. A smoothed-return baseline detects earlier but produces many repeated alarms. In contrast, applying the detector directly to raw returns often misses the shift. PPR offers a more balanced approach by limiting redundant detections while still identifying the controlled shifts. These findings highlight PPR as a lightweight, reward-based monitoring tool that enables cooperative MARL systems to reliably identify major changes during training.