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

Issues with insertion into mainExplorationQueue #33

Open
ifndefJOSH opened this issue Sep 22, 2022 · 2 comments
Open

Issues with insertion into mainExplorationQueue #33

ifndefJOSH opened this issue Sep 22, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ifndefJOSH
Copy link
Collaborator

How best to insert? We need to make sure enqueueSuccessors is called in stateToIdCallback, so we will have to bind our callback method within the exploration thread. Additionally, the method must exist within that exploration thread, so some code moving around will be necessary.

@ifndefJOSH ifndefJOSH self-assigned this Sep 22, 2022
@ifndefJOSH ifndefJOSH added the bug Something isn't working label Sep 22, 2022
@ifndefJOSH
Copy link
Collaborator Author

As of commit 4a04a07, we create a separate stateToIdCallback for each thread. Does not yet compile though.

@ifndefJOSH
Copy link
Collaborator Author

Note that the stateToIdCallback we create links to the exploredStates() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant