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

Is this a parallelized implementation? #96

Closed
danieljlevine opened this issue Sep 8, 2022 · 2 comments
Closed

Is this a parallelized implementation? #96

danieljlevine opened this issue Sep 8, 2022 · 2 comments

Comments

@danieljlevine
Copy link

Hi,
I am curious if this implements a parallelized POMDP-MCTS implementation that can make use of multi-core/threading and or HPC across systems as well. Or is the search, by it's nature, not done in parallel?
Thanks!

@zsunberg
Copy link
Member

zsunberg commented Sep 8, 2022

Hi @danieljlevine . This implementation is serial. There have been various efforts to make a general parallel implementation, but I am not aware of any that have been developed into a full-featured package. If you are interested in making a parallel version, we'd be very interested in helping you!

@danieljlevine
Copy link
Author

At the moment, I'm just trying to understand what's out there.

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