Robert Shi

EECS Department, University of California, Berkeley

Technical Report No. UCB/EECS-2024-139

May 20, 2024

http://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-139.pdf

Many abstract strategy games have a large number of positions, with a significant fraction of games loopy in nature. Previous efforts to develop solvers in GamesmanClassic for these loopy tier games have utilized single-threaded approaches, which does not take advantage of the parallelism necessary to solve large games. This report provides a comprehensive overview of the design and development of a parallelized loopy solver for generic tierable games. It elaborates on the loopy solving algorithm, explores sources of parallelism, addresses synchronization issues, and details optimizations that enhance the solving process. Furthermore, it showcases the application of this algorithm in solving Quixo and endgames of Chinese Chess, demonstrating the effectiveness of our approach.


BibTeX citation:

@techreport{Shi:EECS-2024-139,
    Author= {Shi, Robert},
    Editor= {Garcia, Dan and Yokota, Justin},
    Title= {Parallel Solving of Two-Player Tierable Abstract Strategy Games},
    Year= {2024},
    Month= {May},
    Url= {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-139.html},
    Number= {UCB/EECS-2024-139},
    Abstract= {Many abstract strategy games have a large number of positions, with a significant fraction of games loopy in nature. Previous efforts to develop solvers in GamesmanClassic for these loopy tier games have utilized single-threaded approaches, which does not take advantage of the parallelism necessary to solve large games. This report provides a comprehensive overview of the design and development of a parallelized loopy solver for generic tierable games. It elaborates on the loopy solving algorithm, explores sources of parallelism, addresses synchronization issues, and details optimizations that enhance the solving process. Furthermore, it showcases the application of this algorithm in solving Quixo and endgames of Chinese Chess, demonstrating the effectiveness of our approach.},
}

EndNote citation:

%0 Report
%A Shi, Robert 
%E Garcia, Dan 
%E Yokota, Justin 
%T Parallel Solving of Two-Player Tierable Abstract Strategy Games
%I EECS Department, University of California, Berkeley
%D 2024
%8 May 20
%@ UCB/EECS-2024-139
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-139.html
%F Shi:EECS-2024-139