Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to change the code #8

Open
KaChloe opened this issue Jun 25, 2024 · 2 comments
Open

Want to change the code #8

KaChloe opened this issue Jun 25, 2024 · 2 comments

Comments

@KaChloe
Copy link

KaChloe commented Jun 25, 2024

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?

@Jiaoyang-Li
Copy link
Owner

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

@KaChloe
Copy link
Author

KaChloe commented Jun 30, 2024

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants