Skip to content
Snippets Groups Projects
Commit 755207bd authored by Michael Leuschel's avatar Michael Leuschel
Browse files

increase MCTS preference

parent 03f6da88
No related branches found
No related tags found
Loading
......@@ -94,7 +94,7 @@ GOAL == Won("O")
\* the following Invariant is violated by this model
INVARIANT == ~Won("O") \/ ~Won("X")
\* additions for ProB so that we can apply MCTS auto play:
GAME_MCTS_RUNS == 100
GAME_MCTS_RUNS == 400
GAME_PLAYER == IF nextTurn = "X" THEN "max" ELSE "min"
GAME_OVER == IF Won("X") \/ Won("O") THEN TRUE ELSE FALSE
GAME_VALUE == IF Won("X") THEN 1 ELSE 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment