You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,Jiaoyang-Li. Thank you for your great contribution! I've learned a lot from your work. If I want to have multiple targets per agent, and I want to access them in a specified order, do I need to make a big change to the code?
The text was updated successfully, but these errors were encountered:
Yes, this can be done. The modification to the basic version (i.e., CBS without improvement) should be easy. You just need to change the low-level search from A* to multi-label A*. But, if you want to keep those CBS improvements, it requires some additional efforts to take care of data structures like MDD. You can find some details in this paper: https://ieeexplore.ieee.org/document/9812020
Hi,Jiaoyang-Li. Thank you for your great contribution! I've learned a lot from your work. If I want to have multiple targets per agent, and I want to access them in a specified order, do I need to make a big change to the code?
The text was updated successfully, but these errors were encountered: