Skip to content

jainaviral898/Multi-Agent-Path-Finding-Problem-using-Conflict-Based-Search

Repository files navigation

AIFA Term Assignment

Multi Agent Path finding problem using conflict based search

Multi-agent pathfinding is to find the paths for multiple agents from their current locations to their target locations without colliding with each other, while at the same time optimizing a cost function, such as the sum of the path lengths of all agents.

The problem is coded by giving the input for the starting point and the end destinations with the obstacles given as the points that cannot be accessed by the robots. We assume the workhouse as a matrix with the coordinates representing the desired location.

The path of the robots in which the cell are in normal state, only one robot can exist in that cell. We develop an algorithm to get the tassks done in the minimum time possible.

image

Input Format

Use the input format file to give the inputs, fill in the stops made by the robots.

The obstacles are to be included in the given format.

Note: Do not change the data format for obstacles input.

References

  1. MULTI-AGENT PATH PLANNING OF ROBOTIC SWARMS IN AGRICULTURAL FIELDS (N. Botteghi, A. Kamilaris, L. Sinai, B. Sirmacek)
  2. Improved Heuristics for Multi-Agent Path Finding with Conflict-Based Search Jiaoyang Li , Ariel Felner, Eli Boyarski , Hang Ma and Sven Koenig.

Team Details

Aviral Jain - 18AG3AI08

Sumit Kumar - 18AG3AI10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages