paper-with-me

Papers

Q-Mixing Network for Multi-Agent Pathfinding in Partially Observable Grid Environments

2021-08-13 · Vasilii Davydov, Alexey Skrynnik, Konstantin Yakovlev, Aleksandr I. Panov

In this paper, we consider the problem of multi-agent navigation in partially observable grid environments. This problem is challenging for centralized planning approaches as they, typically, rely on the full knowledge of the environment. We suggest utilizing the reinforcement learning approach when the agents, first, learn the policies that map observations to actions and then follow these policies to reach their goals. To tackle the challenge associated with learning cooperative behavior, i.e. in many cases agents need to yield to each other to accomplish a mission, we use a mixing Q-network that complements learning individual policies. In the experimental evaluation, we show that such approach leads to plausible results and scales well to large number of agents.

📄 PDF Abstract BibTeX arXiv:2108.06148

Code (1)

Tviskaron/pogema-baselines/tree/main/pymarl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

POGEMA: Partially Observable Grid Environment for Multiple Agents

2022-06-22 · Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr I. Panov

We introduce POGEMA (https://github.com/AIRI-Institute/pogema) a sandbox for challenging partially observable multi-agent pathfinding (PO-MAPF) problems . This is a grid-based environment that was specifically designed t…

Pathfinding in Random Partially Observable Environments with Vision-Informed Deep Reinforcement Learning

2022-09-11 · Anthony Dowling

Deep reinforcement learning is a technique for solving problems in a variety of environments, ranging from Atari video games to stock trading. This method leverages deep neural network models to make decisions based on o…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Decentralized Monte Carlo Tree Search for Partially Observable Multi-agent Pathfinding

2023-12-26 · Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov

The Multi-Agent Pathfinding (MAPF) problem involves finding a set of conflict-free paths for a group of agents confined to a graph. In typical MAPF scenarios, the graph and the agents' starting and ending vertices are kn…

Active Dynamical Prospection: Modeling Mental Simulation as Particle Filtering for Sensorimotor Control during Pathfinding

2021-03-14 · Jeremy Gordon, John Chuang

What do humans do when confronted with a common challenge: we know where we want to go but we are not yet sure the best way to get there, or even if we can. This is the problem posed to agents during spatial navigation a…

Pathfinding in stochastic environments: learning vs planning

2022-08-18 · PeerJ Computer Science 2022 8 · Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov

Among the main challenges associated with navigating a mobile robot in complex environments are partial observability and stochasticity. This work proposes a stochastic formulation of the pathfinding problem, assuming th…