Full Report for Swack by Luis Bolaños Mures

Full Report for Swack by Luis Bolaños Mures

Swap and stack to create the largest group.

Generated at 14/03/2021, 19:23 from 1000 logged games.

Rules

Representative game (in the sense of being of mean length). Wherever you see the 'representative game' referred to in later sections, this is it!

Definitions

In these rules, "adjacent" always means "orthogonally adjacent".

A stack is a piece lying directly on the board along with all other pieces piled onto it on the same square. The color of a stack is the color of its topmost piece, which denotes its owner. The height of a stack is the number of pieces in it.

A group is a stack along with all other like-colored stacks one could reach from it through a series of steps between adjacent stacks of its color. The size of a group is the number of stacks in it.

Play

Black plays first, then turns alternate. On your turn, perform exactly one of the following actions:

The game ends when both players pass in succession. Then, the players jointly remove pairs of opposite-colored groups of the same size from the board until there are no more such pairs to remove. The player with the biggest group left over wins. On even-sized boards, if the board is empty, whoever made the last move before the game's end loses.

Pie rule (not implemented)

The pie rule is used in order to make the game fair. This means White will have the option, on their first turn only, to swap sides with their opponent instead of making a regular move.

Miscellaneous

General comments:

Play: Combinatorial

Family: Combinatorial 2020

Mechanism(s): Scoring,Stacking

Components: Board

BGG Stats

BGG EntrySwack
BGG Rating9
#Voters1
SD0
BGG Weight0
#Voters0
Year2020

BGG Ratings and Comments

UserRatingComment
luigi879My game.

Kolomogorov Complexity Analysis

Size (bytes)26123
Reference Size10293
Ratio2.54

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 second8386.65 (119.24µs/playout)
Reference Size1781261.13 (0.56µs/playout)
Ratio (low is good)212.39

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 playout8,35780807,5057,6819715
search.UCB8,5432278723
search.UCT8,5191608524

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: White win %47.00±3.08Includes draws = 50%
2: Black win %53.00±3.10Includes 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.

UCT Skill Chains

MatchAIStrong WinsDrawsStrong Losses#GamesStrong Scorep1 Win%Draw%p2 Win%Game Length
0Random         
1UCT (its=2)63103239540.6308 <= 0.6614 <= 0.690848.850.0051.1596.81
3UCT (its=4)63103649950.6038 <= 0.6342 <= 0.663548.540.0051.4696.30
10UCT (its=11)63103179480.6350 <= 0.6656 <= 0.694952.850.0047.1597.22
17UCT (its=18)63103579880.6082 <= 0.6387 <= 0.668048.680.0051.3296.99
28UCT (its=29)63103499800.6134 <= 0.6439 <= 0.673249.290.0050.7195.26
37
UCT (its=38)
553
0
447
1000
0.5220 <= 0.5530 <= 0.5836
51.30
0.00
48.70
94.68
38
UCT (its=38)
477
0
523
1000
0.4462 <= 0.4770 <= 0.5080
49.70
0.00
50.30
93.52

Search for levels ended: time limit reached.

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

Draw%, p1 win% and game length may give some indication of trends as AI strength increases.

1st Player Win Ratios by Playing Strength

This chart shows the win(green)/draw(black)/loss(red) percentages, as UCT play strength increases. Note that for most games, the top playing strength show here will be distinctly below human standard.

Complexity

Game length93.33 
Branching factor49.86 
Complexity10^132.63Based on game length and branching factor
Computational Complexity10^7.99Sample quality (100 best): 2.91
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 actions361Number of distinct moves (e.g. "e4") regardless of position in game tree
Good moves153A good move is selected by the AI more than the average
Bad moves208A bad move is selected by the AI less than the average
Response distance5.63Mean distance between move and response; a low value relative to the board size may mean a game is tactical rather than strategic.
Samples1000Quantity of logged games played

Board Coverage

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

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean93.33
Mode[88, 94]
Median94.0

Change in Material Per Turn

This chart is based on a single representative* playout, and gives a feel for the change in material over the course of a game. (* Representative in the sense that it is close to the mean length.)

Actions/turn

Table: branching factor per turn, based on a single representative* game. (* Representative in the sense that it is close to the mean game length.)

Action Types per Turn

This chart is based on a single representative* game, and gives a feel for the types of moves available throughout that game. (* Representative in the sense that it is close to the mean game length.)

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 31% of the game turns. Ai Ai found 5 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 moves24.1420.4027.80
Mean no. of effective moves2.962.783.13
Effective game space10^31.9610^14.7810^17.18
Mean % of good moves17.1030.603.89
Mean no. of good moves2.955.260.68
Good move game space10^23.1410^19.1310^4.00

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 turns80.65%A hot turn is one where making a move is better than doing nothing.
Momentum25.81%% of turns where a player improved their score.
Correction41.94%% of turns where the score headed back towards equality.
Depth4.74%Difference in evaluation between a short and long search.
Drama0.46%How much the winner was behind before their final victory.
Foulup Factor21.51%Moves that looked better than the best move after a short search.
Surprising turns2.15%Turns that looked bad after a short search, but good after a long one.
Last lead change75.27%Distance through game when the lead changed for the last time.
Decisiveness12.90%Distance from the result being known to the end of the game.

These figures were calculated over a single representative* game, and based on the measures of quality described in "Automatic Generation and Evaluation of Recombination Games" (Cameron Browne, 2007). (* Representative, in the sense that it is close to the mean game length.)

Opening Heatmap

Colour shows the success ratio of this play over the first 10moves; black < red < yellow < white.

Size shows the frequency this move is played.

Unique Positions Reachable at Depth

0123
1180314322634956

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 3.

Puzzles

PuzzleSolution

Black to win in 19 moves

White to win in 20 moves

Black to win in 19 moves

Black to win in 18 moves

White to win in 19 moves

Black to win in 18 moves

White to win in 17 moves

Black to win in 14 moves

Black to win in 16 moves

White to win in 14 moves

White to win in 16 moves

Black to win in 15 moves

Black to win in 14 moves

Black to win in 15 moves

White to win in 10 moves

Black to win in 8 moves

Black to win in 13 moves

Black to win in 15 moves

Black to win in 10 moves

White to win in 12 moves

Black to win in 10 moves

Black to win in 13 moves

Black to win in 12 moves

Black to win in 7 moves

White to win in 7 moves

White to win in 6 moves

Black to win in 5 moves

Weak puzzle selection criteria are in place; the first move may not be unique.