paper-with-me

홈 › Papers

An In-Depth Analysis of Discretization Methods for Communication Learning using Backpropagation with Multi-Agent Reinforcement Learning

2023-08-09 · Astrid Vanneste, Simon Vanneste, Kevin Mets, Tom De Schepper, Siegfried Mercelis, Peter Hellinckx

Communication is crucial in multi-agent reinforcement learning when agents are not able to observe the full state of the environment. The most common approach to allow learned communication between agents is the use of a differentiable communication channel that allows gradients to flow between agents as a form of feedback. However, this is challenging when we want to use discrete messages to reduce the message size, since gradients cannot flow through a discrete communication channel. Previous work proposed methods to deal with this problem. However, these methods are tested in different communication learning architectures and environments, making it hard to compare them. In this paper, we compare several state-of-the-art discretization methods as well as a novel approach. We do this comparison in the context of communication learning using gradients from other agents and perform tests on several environments. In addition, we present COMA-DIAL, a communication learning approach based on DIAL and COMA extended with learning rate scaling and adapted exploration. Using COMA-DIAL allows us to perform experiments on more complex environments. Our results show that the novel ST-DRU method, proposed in this paper, achieves the best results out of all discretization methods across the different environments. It achieves the best or close to the best performance in each of the experiments and is the only method that does not fail on any of the tested environments.

📄 PDF Abstract BibTeX arXiv:2308.04938

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Non Vanishing Gradients for Arbitrarily Deep Neural Networks: a Hamiltonian System Approach

2021-09-27 · NeurIPS Workshop DLDE 2021 12 · Clara Galimberti, Luca Furieri, Liang Xu, Giancarlo Ferrari-Trecate

Deep Neural Networks (DNNs) training can be difficult due to vanishing or exploding gradients during weight optimization through backpropagation. To address this problem, we propose a general class of Hamiltonian DNNs (…

Sensitivity

Discretization Invariant Networks for Learning Maps between Neural Fields

2022-06-02 · Clinton J. Wang, Polina Golland

With the emergence of powerful representations of continuous data in the form of neural fields, there is a need for discretization invariant learning: an approach for learning maps between functions on continuous domains…

Numerical Integration

An Analysis of Discretization Methods for Communication Learning with Multi-Agent Reinforcement Learning

2022-04-12 · Astrid Vanneste, Simon Vanneste, Kevin Mets, Tom De Schepper 외

Communication is crucial in multi-agent reinforcement learning when agents are not able to observe the full state of the environment. The most common approach to allow learned communication between agents is the use of a…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

LBI: Parallel Scan Backpropagation via Latent Bounded Interfaces

2026-05-09 · Shaun Christopher Lee, Sangeetha Abdu Jyothi arxiv

Backpropagation is inherently sequential across depth, creating an $O(K)$-deep dependency chain that bottlenecks parallel training. While parallel-scan formulations theoretically reduce this depth to $O(\log K)$, they ar…

Hamiltonian Deep Neural Networks Guaranteeing Non-vanishing Gradients by Design

2021-05-27 · Clara Lucía Galimberti, Luca Furieri, Liang Xu, Giancarlo Ferrari-Trecate

Deep Neural Networks (DNNs) training can be difficult due to vanishing and exploding gradients during weight optimization through backpropagation. To address this problem, we propose a general class of Hamiltonian DNNs (…

image-classificationImage ClassificationSensitivity