Full Report for Make Muster by Dale Walton

Full Report for Make Muster by Dale Walton

A unification game on a square grid.

Generated at 20/05/2020, 03:32 from 1000 logged games.

Rules

Start Position

Play

If possible: place a single piece of your colour on an empty space, so it is not next to another friendly piece.

If it is not possible to place a piece, move one of your pieces to an adjacent space.

Goal

You win if you unite all your pieces, or surround an opponent, so they can no longer unite their pieces.

Two repetitions is a draw.

Miscellaneous

General comments:

Play: Combinatorial

Family: Combinatorial 2019

Mechanism(s): Connection

Components: Board

Level: Standard

BGG Stats

BGG EntryMake Muster
BGG Ratingnull
#Votersnull
SDnull
BGG Weightnull
#Votersnull
Yearnull

Kolomogorov Complexity Estimate

Size (bytes)25411
Reference Size10293
Ratio2.47

Ai Ai calculates the size of the implementation, and compares it to the Ai Ai implementation of the simplest possible game (which just fills the board). Note that this estimate may include some graphics and heuristics code as well as the game logic. See the wikipedia entry for more details.

Playout Complexity Estimate

Playouts per second9385.04 (106.55µs/playout)
Reference Size577067.34 (1.73µs/playout)
Ratio (low is good)61.49

Tavener complexity: the heat generated by playing every possible instance of a game with a perfectly efficient programme. Since this is not possible to calculate, Ai Ai calculates the number of random playouts per second and compares it to the fastest non-trivial Ai Ai game (Connect 4). This ratio gives a practical indication of how complex the game is. Combine this with the computational state space, and you can get an idea of how strong the default (MCTS-based) AI will be.

Playout/Search Speed

LabelIts/sSDNodes/sSDGame lengthSD
Random playout11,567761,068,2865,0829235
search.UCB11,500247317
search.UCT11,385442349

Random: 10 second warmup for the hotspot compiler. 100 trials of 1000ms each.

Other: 100 playouts, means calculated over the first 5 moves only to avoid distortion due to speedup at end of game.

Mirroring Strategies

Rotation (Half turn) lost each game as expected.
Reflection (X axis) lost each game as expected.
Reflection (Y axis) lost each game as expected.
Copy last move lost each game as expected.

Mirroring strategies attempt to copy the previous move. On first move, they will attempt to play in the centre. If neither of these are possible, they will pick a random move. Each entry represents a different form of copying; direct copy, reflection in either the X or Y axis, half-turn rotation.

Win % By Player (Bias)

1: Blue win %55.20±3.10Includes draws = 50%
2: Pink win %44.80±3.06Includes draws = 50%
Draw %0.00Percentage of games where all players draw.
Decisive %100.00Percentage of games with a single winner.
Samples1000Quantity of logged games played

Note: that win/loss statistics may vary depending on thinking time (horizon effect, etc.), bad heuristics, bugs, and other factors, so should be taken with a pinch of salt. (Given perfect play, any game of pure skill will always end in the same result.)

Note: Ai Ai differentiates between states where all players draw or win or lose; this is mostly to support cooperative games.

Levels of Play

AIStrong WinsDrawsStrong Losses#GamesStrong Win%p1 Win%Game Length
Random       
Grand Unified UCT(U1-T,rSel=s, secs=0.01)360036100.0047.2241.69
Grand Unified UCT(U1-T,rSel=s, secs=0.07)36033992.3148.7232.38
Grand Unified UCT(U1-T,rSel=s, secs=0.55)36044090.0050.0034.15

Level of Play: Strong beats Weak 60% of the time (lower bound with 90% confidence).

Draw%, p1 win% and game length may give some indication of trends as AI strength increases; but be aware that the AI can introduce bias due to horizon effects, poor heuristics, etc.

Complexity

Game length36.93 
Branching factor22.04 
Complexity10^40.84Based on game length and branching factor
Computational Complexity10^5.84Saturation reached - accuracy very high.
Samples1000Quantity of logged games played

Computational complexity (where present) is an estimate of the game tree reachable through actual play. For each game in turn, Ai Ai marks the positions reached in a hashtable, then counts the number of new moves added to the table. Once all moves are applied, it treats this sequence as a geometric progression and calculates the sum as n-> infinity.

Move Classification

Distinct actions325Number of distinct moves (e.g. "e4") regardless of position in game tree
Good moves108A good move is selected by the AI more than the average
Bad moves217A bad move is selected by the AI less than the average
Samples1000Quantity of logged games played

Board Coverage

A mean of 71.26% of board locations were used per game.

Colour shows the frequency of visits.

Change in Material Per Turn

This chart is based on a single playout, and gives a feel for the change in material over the course of a game.

Actions/turn

Table: branching factor per turn.

Action Types per Turn

This chart is based on a single playout, and gives a feel for the types of moves available over the course of a game.

Red: removal, Black: move, Blue: Add, Grey: pass, Purple: swap sides, Brown: other.

Trajectory

This chart shows the best move value with respect to the active player; the orange line represents the value of doing nothing (null move).

The lead changed on 20% of the game turns. Ai Ai found 0 critical turns (turns with only one good option).

Position Heatmap

This chart shows the relative temperature of all moves each turn. Colour range: black (worst), red, orange(even), yellow, white(best).

Good/Effective moves

MeasureAll playersPlayer 1Player 2
Mean % of effective moves46.3246.3546.28
Mean no. of effective moves5.726.604.79
Effective game space10^-∞10^-∞10^-∞
Mean % of good moves15.8330.490.39
Mean no. of good moves2.855.400.16
Good move game space10^11.9310^11.4510^0.48

These figures were calculated over a single game.

An effective move is one with score 0.1 of the best move (including the best move). -1 (loss) <= score <= 1 (win)

A good move has a score > 0. Note that when there are no good moves, an multiplier of 1 is used for the game space calculation.

Quality Measures

MeasureValueDescription
Hot turns94.87%A hot turn is one where making a move is better than doing nothing.
Momentum28.21%% of turns where a player improved their score.
Correction35.90%% of turns where the score headed back towards equality.
Depth4.59%Difference in evaluation between a short and long search.
Drama0.00%How much the winner was behind before their final victory.
Foulup Factor20.51%Moves that looked better than the best move after a short search.
Surprising turns0.00%Turns that looked bad after a short search, but good after a long one.
Last lead change74.36%Distance through game when the lead changed for the last time.
Decisiveness12.82%Distance from the result being known to the end of the game.

These figures were calculated over a single game, and based on the measures of quality described in "Automatic Generation and Evaluation of Recombination Games" (Cameron Browne, 2007).

Unique Positions Reachable at Depth

012345
1452025385756975657236347

Note: most games do not take board rotation and reflection into consideration.
Multi-part turns could be treated as the same or different depth depending on the implementation.
Counts to depth N include all moves reachable at lower depths.
Inaccuracies may also exist due to hash collisions, but Ai Ai uses 64-bit hashes so these will be a very small fraction of a percentage point.

Shortest Game(s)

No solutions found to depth 5.