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

Running for agents which disappear at target #8

Closed
furkancanturk opened this issue Jul 9, 2021 · 2 comments
Closed

Running for agents which disappear at target #8

furkancanturk opened this issue Jul 9, 2021 · 2 comments

Comments

@furkancanturk
Copy link

How can we run/change the code for the MAPF problem which agents "disappear at target"?

@Jiaoyang-Li
Copy link
Owner

The current code does not support this. If you want the agents to disappear at target, you need to modify the conflict detection functions and the constraint and reservation tables. I have made this change to a similar codebase EECBS ( which is a bounded suboptimal version of this code), you can take a look at these two commits:
Jiaoyang-Li/EECBS@3c49216
Jiaoyang-Li/EECBS@f92b5ef
The changes to this code should be very similar.

@furkancanturk
Copy link
Author

Thank you! I'll try to adapt the code like those commits.

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