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

Vanilla MCTS (without networks) for testing #67

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

Conversation

gemasphi
Copy link

@gemasphi gemasphi commented Aug 10, 2020

Hey,

First of all thanks for the implementation I've been finding it very useful for my own experiments.

I implemented vanilla MCTS using rollouts to evaluate a position, which can be used for testing MuZero models in games where we have access to a perfect simulation of the environment (Board games etc).
It can be used through the command line, as I added an option for that. Or by changing the game config (self.opponent = "MCTS")

I tested it with Connect Four, but I would like you to test it as well.

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.

None yet

1 participant