Full Report for Zola by Mark Steere

Full Report for Zola by Mark Steere

Generated at 28/07/2021, 14:42 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!

MOVE TYPES

There are two types of moves in Zola: non-capturing and capturing.

NON-CAPTURING MOVES

The non-capturing move is a king-like move to an adjacent (horizontally, vertically, or diagonally), unoccupied square. A non-capturing move must increase the straight line distance to the center point of the board.

CAPTURING MOVES

The capturing move is a queen-like move along a straight (horizontal, vertical or diagonal) sequence of zero or more unoccupied squares terminating with an enemy occupied square. The enemy checker is removed and replaced with the capturing checker. A capturing move must maintain or decrease the straight line distance to the center point of the board.

OBJECT OF THE GAME

To win you must capture all enemy checkers.

Miscellaneous

General comments:

Play: Combinatorial

Family: Unequal Spaces

BGG Stats

BGG EntryZola
BGG Rating0
#Voters0
SD0
BGG Weight0
#Voters0
Year2021

Kolomogorov Complexity Analysis

Size (bytes)23601
Reference Size10293
Ratio2.29

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 second10832.78 (92.31µs/playout)
Reference Size578737.20 (1.73µs/playout)
Ratio (low is good)53.42

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,124212616,18011,815554
search.UCT11,130647495

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 %66.90±2.98Includes draws = 50%
2: Black win %33.10±2.85Includes 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)63103179480.6350 <= 0.6656 <= 0.694954.110.0045.8955.26
6UCT (its=7)63103149450.6371 <= 0.6677 <= 0.697051.430.0048.5754.59
14UCT (its=15)63103529830.6114 <= 0.6419 <= 0.671354.830.0045.1753.84
22UCT (its=23)631036910000.6006 <= 0.6310 <= 0.660451.900.0048.1053.77
32UCT (its=33)63103629930.6050 <= 0.6354 <= 0.664854.180.0045.8253.28
36UCT (its=98)63101327630.7985 <= 0.8270 <= 0.852253.340.0046.6651.89
37UCT (its=266)63101187490.8146 <= 0.8425 <= 0.866851.270.0048.7350.24
38UCT (its=723)6310937240.8452 <= 0.8715 <= 0.894052.070.0047.9348.45
39
UCT (its=1966)
625
0
65
690
0.8817 <= 0.9058 <= 0.9254
53.04
0.00
46.96
46.95
40
UCT (its=1966)
499
0
501
1000
0.4681 <= 0.4990 <= 0.5299
61.50
0.00
38.50
47.48

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 length47.77 
Branching factor19.75 
Complexity10^54.81Based on game length and branching factor
Computational Complexity10^6.86Sample quality (100 best): 5.07
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 actions445Number of distinct moves (e.g. "e4") regardless of position in game tree
Killer moves31A 'killer' move is selected by the AI more than 50% of the time
Killers: a6-f1,a6-f6,f4-a4,f5-a5,f1-f6,e1-b1,f2-f5,a5-a2,f2-b6,f2-a2,b6-f2,b6-e6,a6-a1,f1-a6,f1-a1,a2-b1,a2-a5,b1-f5,e6-f5,a1-f6,a1-f1,f5-f2,e6-b6,f6-f1,b1-e1,a1-a6,f5-b1,f5-e6,f6-a6,b1-b6,f6-a1
Good moves203A good move is selected by the AI more than the average
Bad moves241A bad move is selected by the AI less than the average
Response distance2.48Mean 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 99.82% of board locations were used per game.

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean47.77
Mode[47]
Median48.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 27% of the game turns. Ai Ai found 7 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 moves36.0339.5532.50
Mean no. of effective moves3.484.082.88
Effective game space10^20.2510^11.8410^8.42
Mean % of good moves17.453.8331.06
Mean no. of good moves1.710.832.58
Good move game space10^9.6810^2.3210^7.35

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 turns79.17%A hot turn is one where making a move is better than doing nothing.
Momentum20.83%% of turns where a player improved their score.
Correction35.42%% of turns where the score headed back towards equality.
Depth3.03%Difference in evaluation between a short and long search.
Drama0.04%How much the winner was behind before their final victory.
Foulup Factor20.83%Moves that looked better than the best move after a short search.
Surprising turns2.08%Turns that looked bad after a short search, but good after a long one.
Last lead change70.83%Distance through game when the lead changed for the last time.
Decisiveness27.08%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.)

Openings

MovesAnimation
d1-d2,c5-d5,a4-b4,b2-b3
f1-f2,c3-c4,d5-d4
c2-c3,b2-c3,a4-b4
c2-d2,b2-d2,a4-b4
e2-e3,f6-f5,c6-d6
b3-b4,d2-d3,a2-a3
b3-b4,d2-c2,d3-c3
a4-a3,c5-d5,e4-d5
c4-c3,c1-d1,b3-b4
e4-e3,b6-b5,c6-b5
a6-b6,d2-c2,d3-d4
c6-d6,b6-d6,e4-e3

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

012345
1361308270685306017329780

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.

Puzzles

PuzzleSolution

Black to win in 21 moves

Black to win in 17 moves

Black to win in 17 moves

White to win in 13 moves

White to win in 15 moves

White to win in 11 moves

Black to win in 9 moves

White to win in 9 moves

White to win in 15 moves

Black to win in 5 moves

White to win in 13 moves

White to win in 5 moves

Selection criteria: first move must be unique, and not forced to avoid losing. Beyond that, Puzzles will be rated by the product of [total move]/[best moves] at each step, and the best puzzles selected.