paper-with-me

홈 › Papers

Exploring the Performance of Deep Residual Networks in Crazyhouse Chess

2019-08-25 · Sun-Yu Gordon Chi

Crazyhouse is a chess variant that incorporates all of the classical chess rules, but allows users to drop pieces captured from the opponent as a normal move. Until 2018, all competitive computer engines for this board game made use of an alpha-beta pruning algorithm with a hand-crafted evaluation function for each position. Previous machine learning-based algorithms for just regular chess, such as NeuroChess and Giraffe, took hand-crafted evaluation features as input rather than a raw board representation. More recent projects, such as AlphaZero, reached massive success but required massive computational resources in order to reach its final strength. This paper describes the development of SixtyFour, an engine designed to compete in the chess variant of Crazyhouse with limited hardware. This specific variant poses a multitude of significant challenges due to its large branching factor, state-space complexity, and the multiple move types a player can make. We propose the novel creation of a neural network-based evaluation function for Crazyhouse. More importantly, we evaluate the effectiveness of an ensemble model, which allows the training time and datasets to be easily distributed on regular CPU hardware commodity. Early versions of the network have attained a playing level comparable to a strong amateur on online servers.

📄 PDF Abstract BibTeX arXiv:1908.09296

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Learning to play the Chess Variant Crazyhouse above World Champion Level with Deep Neural Networks and Human Data

2019-08-19 · Johannes Czech, Moritz Willig, Alena Beyer, Kristian Kersting 외

Deep neural networks have been successfully applied in learning the board games Go, chess and shogi without prior knowledge by making use of reinforcement learning. Although starting from zero knowledge has been shown to…

Board GamesCPUReinforcement Learning

Monte-Carlo Graph Search for AlphaZero

2020-12-20 · Johannes Czech, Patrick Korus, Kristian Kersting

The AlphaZero algorithm has been successfully applied in a range of discrete domains, most notably board games. It utilizes a neural network, that learns a value and policy function to guide the exploration in a Monte-Ca…

Board Games

CVChess: A Deep Learning Framework for Converting Chessboard Images to Forsyth-Edwards Notation

2025-11-14 · Luthira Abeykoon, Ved Patel, Gawthaman Senthilvelan, Darshan Kasundra arxiv

Chess has experienced a large increase in viewership since the pandemic, driven largely by the accessibility of online learning platforms. However, no equivalent assistance exists for physical chess games, creating a div…

Edge Detection

Large-scale Analysis of Chess Games with Chess Engines: A Preliminary Report

2016-04-28 · Mathieu Acher, François Esnault

The strength of chess engines together with the availability of numerous chess games have attracted the attention of chess players, data scientists, and researchers during the last decades. State-of-the-art engines now p…

Decision Making

Assessing Game Balance with AlphaZero: Exploring Alternative Rule Sets in Chess

2020-09-09 · Nenad Tomašev, Ulrich Paquet, Demis Hassabis, Vladimir Kramnik

It is non-trivial to design engaging and balanced sets of game rules. Modern chess has evolved over centuries, but without a similar recourse to history, the consequences of rule changes to game dynamics are difficult to…