Full Report for Reach Chess by Ludii

Full Report for Reach Chess by Ludii

Get any piece to the back row to win.

Generated at 2024-05-23, 22:53 from 2775 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!

Usual chess rules apply; however, you win if you get any piece to the opponent's back rank.

Miscellaneous

General comments:

BGG Stats

BGG EntryReach Chess
BGG Ratingnull
#Votersnull
SDnull
BGG Weightnull
#Votersnull
Yearnull

Kolomogorov Complexity Analysis

Size (bytes)89362
Reference Size10915
Ratio8.19

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 second1725.03 (579.70µs/playout)
Reference Size395538.33 (2.53µs/playout)
Ratio (low is good)229.29

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.

State Space Complexity

% new positions/bucket

State Space Complexity1458781645 
State Space Complexity bounds20865164 < 1458781645 < ∞ 
State Space Complexity (log 10)9.16 
State Space Complexity bounds (log 10)7.32 <= 9.16 <= ∞ 
Samples278813 
Confidence0.000: totally unreliable, 100: perfect

State space complexity (where present) is an estimate of the number of distinct game tree reachable through actual play. Over a series of random games, Ai Ai checks each position to see if it is new, or a repeat of a previous position and keeps a total for each game. As the number of games increase, the quantity of new positions seen per game decreases. These games are then partitioned into a number of buckets, and if certain conditions are met, Ai Ai treats the number in each bucket as the start of a strictly decreasing geometric sequence and sums it to estimate the total state space. The accuracy is calculated as 1-[end bucket count]/[starting bucklet count]

Playout/Search Speed

LabelIts/sSDNodes/sSDGame lengthSD
Random playout1,68939108,8341,9366433
search.UCT1,701143208
search.AlphaBeta116,18514,462344

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.

Heuristic Values

This chart shows the heuristic values thoughout a single representative* game. The orange line shows the difference between player scores. (* Representative, in the sense that it is close to the mean game length.)

Win % By Player (Bias)

1: White win %51.98±1.86Includes draws = 50%
2: Black win %48.02±1.85Includes draws = 50%
Draw %1.91Percentage of games where all players draw.
Decisive %98.09Percentage of games with a single winner.
Samples2775Quantity 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         
2UCT (its=3)63103109410.6399 <= 0.6706 <= 0.699851.650.0048.3555.79
19
UCT (its=20)
565
0
435
1000
0.5341 <= 0.5650 <= 0.5954
49.50
0.00
50.50
51.62
20
UCT (its=20)
491
0
509
1000
0.4601 <= 0.4910 <= 0.5220
50.90
0.00
49.10
51.82

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 length35.81 
Branching factor29.36 
Complexity10^51.38Based on game length and branching factor
Samples2775Quantity 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

Board Size64Quantity of distinct board cells
Distinct actions6123Quantity of distinct moves (e.g. "e4") regardless of position in game tree
Killer moves462A 'killer' move is selected by the AI more than 50% of the time
Too many killers to list.
Good moves2908A good move is selected by the AI more than the average
Bad moves3214A bad move is selected by the AI less than the average
Terrible moves1968A terrible move is never selected by the AI
Too many terrible moves to list.
Response distance%34.09%Distance from move to response / maximum board distance; a low value suggests a game is tactical rather than strategic.
Samples2775Quantity of logged games played

Board Coverage

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

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean35.81
Mode[31]
Median34.0

Change in Material Per Turn

Mean change in material/round-0.21Complete round of play (all players)

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 52% 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 moves60.3166.8453.79
Mean no. of effective moves17.6917.8917.50
Effective game space10^40.1610^19.6310^20.53
Mean % of good moves61.5361.8861.18
Mean no. of good moves18.3116.5020.11
Good move game space10^41.3110^19.5210^21.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 turns58.33%A hot turn is one where making a move is better than doing nothing.
Momentum36.11%% of turns where a player improved their score.
Correction36.11%% of turns where the score headed back towards equality.
Depth15.96%Difference in evaluation between a short and long search.
Drama0.00%How much the winner was behind before their final victory.
Foulup Factor88.89%Moves that looked better than the best move after a short search.
Surprising turns58.33%Turns that looked bad after a short search, but good after a long one.
Last lead change83.33%Distance through game when the lead changed for the last time.
Decisiveness11.11%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
N b1-a3,P c7-c5,P e2-e4,N b8-c6,N g1-f3,N g8-f6,P e4-e5,N f6-d5,P c2-c4,N d5-f4
N b1-a3,P d7-d6,P e2-e3,N b8-c6,N g1-f3,N g8-f6,B f1-b5,B c8-d7,P d2-d4,P a7-a6
N b1-a3,P g7-g6,P e2-e4,P e7-e5,N a3-c4,N b8-c6,B f1-e2,N g8-f6,N g1-f3,N f6xe4
N b1-c3,N g8-h6,P e2-e4,N b8-c6,N g1-f3,P a7-a6,P d2-d4,N h6-g4,B c1-d2,P e7-e6
N b1-c3,P a7-a6,P d2-d4,P e7-e5,P d4xe5,N b8-c6,P a2-a3,N c6xe5,P f2-f4,N e5-g6
N b1-c3,P b7-b5,P e2-e4,P b5-b4,N c3-a4,P d7-d5,P e4xd5,Q d8xd5,P d2-d4,Q d5-e4
N b1-c3,P d7-d5,P e2-e3,N b8-c6,N g1-f3,P a7-a6,N f3-d4,N c6xd4,P e3xd4,P e7-e6
N b1-c3,P d7-d5,P e2-e3,N b8-c6,N g1-f3,P a7-a6,P e3-e4,P d5xe4,N c3xe4,B c8-g4
N b1-c3,P d7-d5,P e2-e3,N g8-f6,N g1-f3,N b8-d7,P d2-d4,P e7-e6,P a2-a3,B f8-d6
N b1-c3,P e7-e6,P e2-e4,N g8-e7,N g1-f3,P a7-a6,P d2-d4,N b8-c6,B c1-d2,P d7-d5
N b1-c3,P e7-e5,P a2-a3,N b8-c6,N g1-f3,N g8-f6,P e2-e4,P a7-a6,P b2-b4,P h7-h5
N b1-c3,P f7-f5,P e2-e4,P f5xe4,Q d1-h5,P g7-g6,Q h5-e5,N g8-f6,N c3xe4,B f8-g7

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
12042093221365072182089

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)

    

4 solutions found at depth 4.

Puzzles

PuzzleSolution

Black to win in 5 moves

Black to win in 3 moves

Black to win in 3 moves

White to win in 7 moves

Black to win in 3 moves

Black to win in 3 moves

White to win in 3 moves

White to win in 5 moves

Black to win in 5 moves

Black to win in 4 moves

White to win in 5 moves

Black to win in 3 moves

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