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

Batched mcts #147

Open
wants to merge 167 commits into
base: master
Choose a base branch
from
Open

Batched mcts #147

wants to merge 167 commits into from

Conversation

Whojo
Copy link

@Whojo Whojo commented Sep 19, 2022

This PR is the result of my GSoC (2022).

Its main contribution is composed of two clean, well-documented, thoroughly tested, and performant batch implementations of the Monte Carlo Tree Search algorithm that both work on CPU & GPU.

See this article for more details:
https://medium.com/@guillaume.thopas/an-almost-full-gpu-implementation-of-gumbel-muzero-in-julia-1d64b2ec04ca

Whojo added 30 commits June 29, 2022 21:21
Preparation to add `gumbel_explore` to `BatchedMctsAos`
Still needs to test on GPU
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

Successfully merging this pull request may close these issues.

1 participant