# Efficient Parallel Strategy Improvement for Parity Games

**Authors:** John Fearnley

arXiv: 1705.02313 · 2017-05-08

## TL;DR

This paper introduces an efficient parallel algorithm for strategy improvement in parity games, leveraging GPU acceleration to significantly enhance performance over traditional CPU methods.

## Contribution

It proposes a novel parallel implementation of one-player strategy improvement, reducing the problem to prefix sums, and demonstrates substantial speedups with GPU computing.

## Key findings

- GPU implementation outperforms CPU in speed
- Parallel algorithm reduces computation time
- Experimental results validate efficiency gains

## Abstract

We study strategy improvement algorithms for solving parity games. While these algorithms are known to solve parity games using a very small number of iterations, experimental studies have found that a high step complexity causes them to perform poorly in practice. In this paper we seek to address this situation. Every iteration of the algorithm must compute a best response, and while the standard way of doing this uses the Bellman-Ford algorithm, we give experimental results that show that one-player strategy improvement significantly outperforms this technique in practice. We then study the best way to implement one-player strategy improvement, and we develop an efficient parallel algorithm for carrying out this task, by reducing the problem to computing prefix sums on a linked list. We report experimental results for these algorithms, and we find that a GPU implementation of this algorithm shows a significant speedup over single-core and multi-core CPU implementations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.02313/full.md

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/1705.02313/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1705.02313/full.md

---
Source: https://tomesphere.com/paper/1705.02313