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.
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.
- MULTI-AGENT PATH PLANNING OF ROBOTIC SWARMS IN AGRICULTURAL FIELDS (N. Botteghi, A. Kamilaris, L. Sinai, B. Sirmacek)
- Improved Heuristics for Multi-Agent Path Finding with Conflict-Based Search Jiaoyang Li , Ariel Felner, Eli Boyarski , Hang Ma and Sven Koenig.
Aviral Jain - 18AG3AI08
Sumit Kumar - 18AG3AI10
