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

Batch MCTS #199

Open
1 task done
szrlee opened this issue Jul 7, 2022 · 0 comments
Open
1 task done

Batch MCTS #199

szrlee opened this issue Jul 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@szrlee
Copy link

szrlee commented Jul 7, 2022

Search before asking

  • I have searched the MuZero issues and found no similar feature requests.

Description

Is it possible to adapt the open-source implementations to accelerate the Muzero-General?

Here are a few repos that implement Batch MCTS that accelerates the tree search process.
https://github.com/marrekb/MuZero
https://github.com/YeWR/EfficientZero

The repo Omega also implements a novel search policy from Monte-Carlo tree search as regularized policy optimization that can be enabled to improve the efficiency of MCTS, which can be very helpful when the simulation budget is small or the branching factor is huge.
https://github.com/hr0nix/omega

This is a version that incorporates c++ implementation
https://github.com/tuero/muzero-cpp

Thank you!

Additional context

No response

@szrlee szrlee added the enhancement New feature or request label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant