paper-with-me

Papers

Resource allocation in dynamic multiagent systems

2021-02-16 · Niall Creech, Natalia Criado Pacheco, Simon Miles

Resource allocation and task prioritisation are key problem domains in the fields of autonomous vehicles, networking, and cloud computing. The challenge in developing efficient and robust algorithms comes from the dynamic nature of these systems, with many components communicating and interacting in complex ways. The multi-group resource allocation optimisation (MG-RAO) algorithm we present uses multiple function approximations of resource demand over time, alongside reinforcement learning techniques, to develop a novel method of optimising resource allocation in these multi-agent systems. This method is applicable where there are competing demands for shared resources, or in task prioritisation problems. Evaluation is carried out in a simulated environment containing multiple competing agents. We compare the new algorithm to an approach where child agents distribute their resources uniformly across all the tasks they can be allocated. We also contrast the performance of the algorithm where resource allocation is modelled separately for groups of agents, as to being modelled jointly over all agents. The MG-RAO algorithm shows a 23 - 28% improvement over fixed resource allocation in the simulated environments. Results also show that, in a volatile system, using the MG-RAO algorithm configured so that child agents model resource allocation for all agents as a whole has 46.5% of the performance of when it is set to model multiple groups of agents. These results demonstrate the ability of the algorithm to solve resource allocation problems in multi-agent systems and to perform well in dynamic environments.

📄 PDF Abstract BibTeX arXiv:2102.08317

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesCloud Computing

Similar Papers 제목 키워드 기반

A Coordinated MDP Approach to Multi-Agent Planning for Resource Allocation, with Applications to Healthcare

2014-07-07 · Hadi Hosseini, Jesse Hoey, Robin Cohen

This paper considers a novel approach to scalable multiagent resource allocation in dynamic settings. We propose an approximate solution in which each resource consumer is represented by an independent MDP-based agent th…

A Logic for Policy Based Resource Exchanges in Multiagent Systems

2024-08-18 · Lorenzo Ceragioli, Pierpaolo Degano, Letterio Galletta, Luca Viganò

In multiagent systems autonomous agents interact with each other to achieve individual and collective goals. Typical interactions concern negotiation and agreement on resource exchanges. Modeling and formalizing these ag…

Social Shaping of Dynamic Multi-Agent Systems over a Finite Horizon

2022-09-10 · Zeinab Salehi, Yijun Chen, Ian R. Petersen, Elizabeth L. Ratnam 외

This paper studies self-sustained dynamic multiagent systems (MAS) for decentralized resource allocation operating at a competitive equilibrium over a finite horizon. The utility of resource consumption, along with the i…

Two-Player Incomplete Games of Resilient Multiagent Systems

2022-12-03 · Yurid Nugraha, Tomohisa Hayakawa, Hideaki Ishii, Ahmet Cetinkaya 외

Evolution of agents' dynamics of multiagent systems under consensus protocol in the face of jamming attacks is discussed, where centralized parties are able to influence the control signals of the agents. In this paper w…

Vocal Bursts Valence Prediction

R-MADDPG for Partially Observable Environments and Limited Communication

2020-02-16 · Rose E. Wang, Michael Everett, Jonathan P. How

There are several real-world tasks that would benefit from applying multiagent reinforcement learning (MARL) algorithms, including the coordination among self-driving cars. The real world has challenging conditions for m…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-Driving Cars