PulseAugur
EN
LIVE 12:21:01

Dissertation explores evolutionary algorithms for optimizing multi-agent path finding

A dissertation project is exploring the use of evolutionary algorithms to optimize guidance graphs for Lifelong Multi-Agent Path Finding (LMAPF). The goal is to improve the throughput of agents completing tasks on a grid-like graph without altering the core LMAPF algorithm. The current approach involves initializing a population of guidance graphs, evaluating their fitness based on completed jobs, and iteratively refining the best candidates. However, the researcher faces challenges with the variability of fitness scores across different simulation seeds and the computational cost of simulating many time steps, which hinders effective evolutionary optimization. AI

IMPACT This research could lead to more efficient multi-agent systems, potentially impacting logistics, robotics, and simulation environments.

RANK_REASON The item describes academic research on optimizing algorithms for a specific problem. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Dissertation explores evolutionary algorithms for optimizing multi-agent path finding

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Michi122211 ·

    Optimising LMAPF guidance graphs using Evolutionary algorithms: Advice needed [R]

    <!-- SC_OFF --><div class="md"><p>Hello,</p> <p>I'm currently working on my dissertation and feel like I could really use some advice from someone who looks at the problem with fresh eyes. I appreciate all input.</p> <p>The Problem:<br /> Multi Agent Path Finding is the problem o…