muzero-general
muzero-general copied to clipboard
2 players moving simultaneously
Hello,
Every 2 player game implemented is turn based.
Do you mind providing an example or advising on how to make a game where both players make simultaneous turns?
Also, is this algorithm suitable for realtime games with small action spaces?
Thank you
Hello, I think the situation you describe correspond to a Multi agent setting. In this case, MuZero is not really suitable for this type of configuration. You could also consider a single agent setting in which the environment is stochastic. Again Muzero is not the best option to work with stochastic environment. Hope this helps.
Hello, I think the situation you describe correspond to a Multi agent setting. In this case, MuZero is not really suitable for this type of configuration. You could also consider a single agent setting in which the environment is stochastic. Again Muzero is not the best option to work with stochastic environment. Hope this helps.
Hi, @ahainaut. Does it make sense for homogeneous players to share the network (like self-play in multi-player game like poker)?