Full Report for EVL by Kevin R. Kane

Full Report for EVL by Kevin R. Kane

A brain bending battle of good vs. EVL

Generated at 22/07/2021, 04:35 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!

Objective

EVL is a territory capture game played on an unusual board of heptagons (7-sided) and pentagons (5-sided), using a stackingand unstacking mechanism.

EVL forces are trying to invade you; deploy your forces and defend your territory!

The first player to capture 10 pentagons wins the game

Miscellaneous

General comments:

Play: Combinatorial

BGG Stats

BGG EntryEVL
BGG Ratingnull
#Votersnull
SDnull
BGG Weightnull
#Votersnull
Yearnull

Kolomogorov Complexity Analysis

Size (bytes)27165
Reference Size10293
Ratio2.64

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 second9631.29 (103.83µs/playout)
Reference Size343867.13 (2.91µs/playout)
Ratio (low is good)35.70

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 playout15,291148869,3458,1005711
search.UCT15,304386365

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: Black win %55.20±3.10Includes draws = 50%
2: White win %44.80±3.06Includes 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         
2UCT (its=3)63103489790.6140 <= 0.6445 <= 0.673953.420.0046.5854.26
28UCT (its=76)63101637940.7652 <= 0.7947 <= 0.821449.870.0050.1351.52
29UCT (its=207)63101147450.8194 <= 0.8470 <= 0.871048.590.0051.4142.99
30UCT (its=562)63101868170.7423 <= 0.7723 <= 0.799850.430.0049.5737.19
31UCT (its=1529)63102568870.6807 <= 0.7114 <= 0.740253.780.0046.2234.85
32
UCT (its=1529)
506
0
494
1000
0.4750 <= 0.5060 <= 0.5369
54.80
0.00
45.20
34.72

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 length36.16 
Branching factor30.75 
Complexity10^52.90Based on game length and branching factor
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 actions680Number of distinct moves (e.g. "e4") regardless of position in game tree
Good moves270A good move is selected by the AI more than the average
Bad moves410A bad move is selected by the AI less than the average
Terrible moves30A terrible move is never selected by the AI
Too many terrible moves to list.
Response distance3.18Mean 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 44.52% of board locations were used per game.

Colour and size show the frequency of visits.

Game Length

Game length frequencies.

Mean36.16
Mode[35]
Median35.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 25% 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 moves24.6726.2323.11
Mean no. of effective moves6.567.445.67
Effective game space10^21.9010^10.3510^11.55
Mean % of good moves11.322.8219.83
Mean no. of good moves3.000.895.11
Good move game space10^10.9610^1.5610^9.41

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 turns97.22%A hot turn is one where making a move is better than doing nothing.
Momentum25.00%% of turns where a player improved their score.
Correction44.44%% of turns where the score headed back towards equality.
Depth4.09%Difference in evaluation between a short and long search.
Drama0.46%How much the winner was behind before their final victory.
Foulup Factor8.33%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 change88.89%Distance through game when the lead changed for the last time.
Decisiveness8.33%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
f7,a5,f1,c1
c1,b5,c7
e1,d1,d5
e1,g7,b3
b3,g7,e1
c3,e5,b3
d3,g7,d7
a5,b5,g5
b5,g7,d7
c5,g1,b3
f5,a5,c1
g5,c3,b5

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

0123456
12878411368154630156331015136182

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

Puzzles

PuzzleSolution

Black to win in 5 moves

Black to win in 7 moves

Black to win in 5 moves

White to win in 6 moves

White to win in 5 moves

White to win in 5 moves

Black to win in 3 moves

Black to win in 3 moves

Black to win in 3 moves

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