lacam2 icon indicating copy to clipboard operation
lacam2 copied to clipboard

Improving LaCAM for Scalable Eventually Optimal Multi-Agent Pathfinding (IJCAI-23)

Results 3 lacam2 issues
Sort by recently updated
recently updated
newest added

As shown in the figure, the blue grid is a special square, and the robots will not collide on it (i.e., multiple robots can reach the grid point at the...

Hi, I was wondering is it possible to apply this algorithm in scenarios where different robot have different speed and different path (edge) have different distance to complete?

Why does every LNode have to inherit the whole “who” and “where” vectors from its parent? Instead of that, I think it might be better to just store two integers...