lacam2
lacam2 copied to clipboard
Improving LaCAM for Scalable Eventually Optimal Multi-Agent Pathfinding (IJCAI-23)
adaption
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...