Full Report for Claustrophobia by Stephen Tavener

Full Report for Claustrophobia by Stephen Tavener

If you can't move, you lose; each move can be made only once.

Generated at 10/10/2020, 04:25 from 30859 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!

Each time you move a piece, that move can no longer be made. The last one to move, wins.

Miscellaneous

General comments:

BGG Stats

BGG EntryClaustrophobia
BGG Ratingnull
#Votersnull
SDnull
BGG Weightnull
#Votersnull
Yearnull

Kolomogorov Complexity Analysis

Size (bytes)22924
Reference Size10293
Ratio2.23

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 second63582.49 (15.73µs/playout)
Reference Size1808645.32 (0.55µs/playout)
Ratio (low is good)28.45

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 playout94,2972,5223,068,23282,018333
search.UCB102,2294,881314
search.UCT99,8004,388322

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 %46.31±0.56Includes draws = 50%
2: Black win %53.69±0.56Includes draws = 50%
Draw %0.00Percentage of games where all players draw.
Decisive %100.00Percentage of games with a single winner.
Samples30859Quantity 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)63102618920.6767 <= 0.7074 <= 0.736346.300.0053.7032.44
5UCT (its=6)63102749050.6665 <= 0.6972 <= 0.726347.510.0052.4931.62
9UCT (its=24)63102348650.6989 <= 0.7295 <= 0.758046.010.0053.9931.48
10UCT (its=67)63103129430.6385 <= 0.6691 <= 0.698447.400.0052.6031.61
11UCT (its=181)63102959260.6507 <= 0.6814 <= 0.710647.950.0052.0531.92
12UCT (its=491)63102719020.6688 <= 0.6996 <= 0.728649.000.0051.0032.07
13UCT (its=1336)63102508810.6856 <= 0.7162 <= 0.745044.490.0055.5132.21
14UCT (its=3631)63102799100.6627 <= 0.6934 <= 0.722545.710.0054.2932.42
15UCT (its=9870)63102668970.6727 <= 0.7035 <= 0.732445.040.0054.9632.37
16
UCT (its=26829)
509
0
229
738
0.6554 <= 0.6897 <= 0.7220
39.02
0.00
60.98
32.52
17
UCT (its=26829)
485
0
515
1000
0.4541 <= 0.4850 <= 0.5160
37.70
0.00
62.30
32.33

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 length31.86 
Branching factor5.21 
Complexity10^20.43Based on game length and branching factor
Computational Complexity10^7.05Sample quality (100 best): 9.82
Samples30859Quantity 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 actions73Number of distinct moves (e.g. "e4") regardless of position in game tree
Good moves5A good move is selected by the AI more than the average
Bad moves67A bad move is selected by the AI less than the average
Response distance3.33Mean distance between move and response; a low value relative to the board size may mean a game is tactical rather than strategic.
Samples30859Quantity of logged games played

Board Coverage

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

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean31.86
Mode[32]
Median32.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 3% of the game turns. Ai Ai found 4 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 moves80.4170.8290.00
Mean no. of effective moves4.284.813.75
Effective game space10^16.2010^8.7210^7.48
Mean % of good moves34.6723.5045.83
Mean no. of good moves1.910.882.94
Good move game space10^7.3510^1.5610^5.79

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 turns34.38%A hot turn is one where making a move is better than doing nothing.
Momentum12.50%% of turns where a player improved their score.
Correction21.88%% of turns where the score headed back towards equality.
Depth3.81%Difference in evaluation between a short and long search.
Drama1.93%How much the winner was behind before their final victory.
Foulup Factor28.12%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 change53.12%Distance through game when the lead changed for the last time.
Decisiveness50.00%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
a1-g1,d1-c1,i1-a1,f1-h1,g1-i1,h1-d1,a1-f1,c1-g1,b1-a1,e1-b1
a1-g1,f1-h1,i1-a1,d1-c1,g1-i1,h1-d1,a1-f1,c1-g1,b1-a1,e1-b1
i1-g1,d1-c1,a1-i1,f1-h1,g1-a1,h1-d1,a1-f1,c1-g1,b1-a1,e1-b1
i1-g1,f1-h1,a1-i1,d1-c1,g1-a1,h1-d1,a1-f1,c1-g1,b1-a1,e1-b1
a1-g1,d1-h1,g1-d1,f1-g1,i1-c1,h1-a1,b1-i1,g1-h1,i1-g1
a1-g1,d1-h1,g1-d1,h1-a1,i1-c1,f1-g1,b1-i1,g1-h1,i1-g1
a1-g1,d1-h1,i1-c1,h1-a1,g1-d1,f1-g1,b1-i1,g1-h1,i1-g1
a1-h1,d1-g1,h1-d1,g1-a1,i1-c1,f1-g1,b1-i1,g1-h1,i1-g1
a1-h1,d1-g1,i1-c1,g1-a1,h1-d1,f1-g1,b1-i1,g1-h1,i1-g1
a1-h1,f1-c1,b1-g1,d1-f1,i1-a1,c1-d1,h1-b1,e1-i1,a1-c1
a1-h1,f1-c1,i1-a1,d1-f1,b1-g1,c1-d1,h1-b1,e1-i1,a1-c1
b1-g1,f1-c1,a1-h1,d1-f1,i1-a1,c1-d1,h1-b1,e1-i1,a1-c1

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

012345678
199071152743602723421614221178156997

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

Puzzles

PuzzleSolution

White to win in 20 moves

White to win in 18 moves

White to win in 18 moves

White to win in 20 moves

White to win in 20 moves

White to win in 20 moves

Black to win in 18 moves

White to win in 18 moves

White to win in 20 moves

Black to win in 20 moves

White to win in 20 moves

White to win in 22 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.