I am trying to build a simulation model with 1000+ AMR drives in it. I am looking for some guidance on which path to go - A star or AGV network? A star implementation being slightly easier, I tried it out but would run into deadlocks. I was able to alleviate it a bit with preferred paths but completely successful. Are there any best practices or feature I could try to spread out traffic even if it is not the shortest path. Is it better to build an AGV path network and spread the traffic flow instead of using A star navigator?
Attaching a sample/test model