Full Report for Seesaw by Michael Amundsen,Alek Erickson

Full Report for Seesaw by Michael Amundsen,Alek Erickson

Seesaw is a Draughts-inspired elimination game invented by Michael Amundsen and Alek Erickson. Just as in Draughts, the players, North and South, command opposing armies with soldiers who can promote. Unlike Draughts, your army in Seesaw starts out as a single soldier and your promotion area evolves as you deploy more soldiers.

Generated at 27/07/2021, 18:38 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!

See the BGG link for details.

Miscellaneous

General comments:

Play: Combinatorial

Mechanism(s): Movement,Capture

Components: Board

BGG Stats

BGG EntrySeesaw
BGG Ratingnull
#Votersnull
SDnull
BGG Weightnull
#Votersnull
Yearnull

Kolomogorov Complexity Analysis

Size (bytes)29227
Reference Size10293
Ratio2.84

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 second23816.33 (41.99µs/playout)
Reference Size803276.73 (1.24µs/playout)
Ratio (low is good)33.73

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 playout56,0152,4073,620,173155,5966530
search.UCT49,3713,5769010

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 %64.30±3.02Includes draws = 50%
2: Black win %35.70±2.91Includes 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)63102859160.6581 <= 0.6889 <= 0.718050.550.0049.4567.22
4UCT (its=5)63103119420.6392 <= 0.6699 <= 0.699153.290.0046.7174.50
6UCT (its=16)63102488790.6872 <= 0.7179 <= 0.746651.760.0048.2484.61
7UCT (its=44)6310967270.8414 <= 0.8680 <= 0.890649.930.0050.0788.86
8UCT (its=121)6310907210.8490 <= 0.8752 <= 0.897349.930.0050.0789.92
9UCT (its=328)6310787090.8648 <= 0.8900 <= 0.911051.060.0048.9488.63
10UCT (its=890)6310767070.8675 <= 0.8925 <= 0.913354.170.0045.8387.06
11UCT (its=2421)63101097400.8253 <= 0.8527 <= 0.876457.160.0042.8487.16
12
UCT (its=6580)
317
0
93
410
0.7302 <= 0.7732 <= 0.8111
65.85
0.00
34.15
88.65
13
UCT (its=6580)
502
0
498
1000
0.4711 <= 0.5020 <= 0.5329
73.20
0.00
26.80
89.08

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 length89.12 
Branching factor9.32 
Complexity10^66.35Based on game length and branching factor
Computational Complexity10^6.36Sample quality (100 best): 23.10
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 actions1074Number of distinct moves (e.g. "e4") regardless of position in game tree
Killer moves50A 'killer' move is selected by the AI more than 50% of the time
Too many killers to list.
Good moves576A good move is selected by the AI more than the average
Bad moves477A bad move is selected by the AI less than the average
Terrible moves257A terrible move is never selected by the AI
Too many terrible moves to list.
Response distance2.30Mean 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 97.32% of board locations were used per game.

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean89.12
Mode[91]
Median91.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 first player held the advantage throughout the game. The lead changed on 0% 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 moves64.1256.0172.41
Mean no. of effective moves4.824.535.11
Effective game space10^42.9010^19.8810^23.03
Mean % of good moves49.1697.240.00
Mean no. of good moves6.2612.380.00
Good move game space10^36.6610^36.6610^0.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.90%A hot turn is one where making a move is better than doing nothing.
Momentum30.34%% of turns where a player improved their score.
Correction20.22%% of turns where the score headed back towards equality.
Depth1.69%Difference in evaluation between a short and long search.
Drama0.00%How much the winner was behind before their final victory.
Foulup Factor34.83%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 change-1.12%Distance through game when the lead changed for the last time.
Decisiveness16.85%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
a4-b3,g4-g3,b3-c2,g3-f4,c2-c3,f4-f3,b4,f4,c4,e4,d3
a4-b3,g4-g3,b3-c2,g3-f4,c2-c3,g3,b4,f3,c4,e4,c5
a4-b3,g4-g3,b3-c2,g3-f4,b4,g3,c2-c3,f3,c4,e4,c5
a4-b3,g4-g3,b3-b4,g3-f4,b4-c3,f4-f3,b4,f4,c4,e4,d3
a4-b3,g4-g3,b3-b4,g3-f4,b4-c3,g3,b4,f3,c4,e4,c5
a4-b3,g4-g3,b3-b4,g3-f4,b4-b5,f4-e5,b4,f4,c4,e4,d3
a4-b3,g4-f5,b3-c2,f5-f4,c2-c3,f4-f3,b4,f4,c4,e4,d3
a4-b3,g4-f5,b3-c2,f5-f4,c2-c3,g3,b4,f3,c4,e4,c5
a4-b3,g4-f5,b3-c2,f5-f4,b4,g3,c2-c3,f3,c4,e4,c5
a4-b3,g4-f5,b3-c2,g3,b4,f5-f4,c2-c3,f3,c4,e4,c5
a4-b3,g4-f5,b3-b4,f5-f4,b4-c3,f4-f3,b4,f4,c4,e4,d3
a4-b3,g4-f5,b3-b4,f5-f4,b4-c3,g3,b4,f3,c4,e4,c5

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

0123456789
164222811866305335231783069341494874086

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)

 

1 solutions found at depth 6.

Puzzles

PuzzleSolution

Black to win in 30 moves

White to win in 20 moves

White to win in 22 moves

White to win in 17 moves

Black to win in 19 moves

White to win in 20 moves

White to win in 23 moves

Black to win in 22 moves

White to win in 24 moves

White to win in 21 moves

Black to win in 18 moves

Black to win in 18 moves

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