paper-with-me

Papers

Multi-agent Deep Reinforcement Learning with Extremely Noisy Observations

2018-12-03 · Ozsel Kilinc, Giovanni Montana

Multi-agent reinforcement learning systems aim to provide interacting agents with the ability to collaboratively learn and adapt to the behaviour of other agents. In many real-world applications, the agents can only acquire a partial view of the world. Here we consider a setting whereby most agents' observations are also extremely noisy, hence only weakly correlated to the true state of the environment. Under these circumstances, learning an optimal policy becomes particularly challenging, even in the unrealistic case that an agent's policy can be made conditional upon all other agents' observations. To overcome these difficulties, we propose a multi-agent deep deterministic policy gradient algorithm enhanced by a communication medium (MADDPG-M), which implements a two-level, concurrent learning mechanism. An agent's policy depends on its own private observations as well as those explicitly shared by others through a communication medium. At any given point in time, an agent must decide whether its private observations are sufficiently informative to be shared with others. However, our environments provide no explicit feedback informing an agent whether a communication action is beneficial, rather the communication policies must also be learned through experience concurrently to the main policies. Our experimental results demonstrate that the algorithm performs well in six highly non-stationary environments of progressively higher complexity, and offers substantial performance gains compared to the baselines.

📄 PDF Abstract BibTeX arXiv:1812.00922

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Noise Distribution Decomposition based Multi-Agent Distributional Reinforcement Learning

2023-12-12 · Wei Geng, Baidi Xiao, Rongpeng Li, Ning Wei 외

Generally, Reinforcement Learning (RL) agent updates its policy by repetitively interacting with the environment, contingent on the received rewards to observed states and undertaken actions. However, the environmental d…

Distributional Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Deep Transformer Q-Networks for Partially Observable Reinforcement Learning

2022-06-02 · Kevin Esslinger, Robert Platt, Christopher Amato

Real-world reinforcement learning tasks often involve some form of partial observability where the observations only give a partial or noisy view of the true state of the world. Such tasks typically require some form of …

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Exploring the Training Robustness of Distributional Reinforcement Learning against Noisy State Observations

2021-09-17 · Ke Sun, Yingnan Zhao, Shangling Jui, Linglong Kong

In real scenarios, state observations that an agent observes may contain measurement errors or adversarial noises, misleading the agent to take suboptimal actions or even collapse while training. In this paper, we study …

Density EstimationDistributional Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Distributionally Robust Inverse Reinforcement Learning for Identifying Multi-Agent Coordinated Sensing

2024-09-22 · Luke Snow, Vikram Krishnamurthy

We derive a minimax distributionally robust inverse reinforcement learning (IRL) algorithm to reconstruct the utility functions of a multi-agent sensing system. Specifically, we construct utility estimators which minimiz…

SIGMA: Structured Noise-Effect-Aware Grouped Multi-Agent Aggregation

2026-08-27 · Li Mingqian arxiv

Cooperative multi-agent reinforcement learning (MARL) faces significant challenges in maintaining robust coordination under noisy observations. Although observation disturbances are often introduced independently across …

Multi-agent Reinforcement LearningStarcraft II