We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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!
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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
The text was updated successfully, but these errors were encountered: