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

Question: Does muzero-general support 2 player games with simultaneous action selection? #207

Open
moscoso opened this issue Sep 13, 2022 · 3 comments

Comments

@moscoso
Copy link

moscoso commented Sep 13, 2022

I am trying to use muzero-general for Race for the Galaxy. In that game, each player makes moves simultaneously (at the same time).

As an ML noobie, I ask how does one implement the Policy network and MCTS to take into account how the other person's choice affects the action step?

@JohnPPP
Copy link

JohnPPP commented Sep 13, 2022 via email

@moscoso
Copy link
Author

moscoso commented Sep 13, 2022

Hi, JohnPPP, glad to hear you love that game too.

I know that cards in hand and deck are hidden for each player and that adds a stochasticity component to the equation. However, I wouldn't mind making those be revealed for the sake of a first iteration of muZero implementation. I also have some grasp of where to begin tackling the chance of draws, thanks to this paper: https://openreview.net/forum?id=X6D9bAHhBQ1

What I am more focused and interested on, is how to implement and/or express the action / policy network when it comes to an AI making a choice along side the opponent.

I have no idea where to begin my research or prototype there. Any ideas?

@JohnPPP
Copy link

JohnPPP commented Sep 13, 2022 via email

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