Skip to content
Tune the MCTS

In this release, you can tune the MCTS parameters.  Specifically,
there are new command-line parameters:
- =--mcts-parameter=: override the MCTS main parameter;
- =--mcts-simulation-agreed=: increase this value to favor simulations
  where all players agree on their cards;
- =--mcts-simulation-random=: increase this value to favor simulations
  where all players deal at random.

This release is mostly useful for internal purposes.  I need this
functionality in order to tune the default value for the parameters,
because the AI is not really good yet.  However it is easier for the
CI pipeline if I always have a fully released version of tarot to use
in libtarot.