paper-with-me

Papers

Complete Implementation of WXF Chinese Chess Rules

2024-12-23 · Daniel Tan, Neftali Watkinson Medina

Unlike repetitions in Western Chess where all repetitions are draws, repetitions in Chinese Chess could result in a win, draw, or loss depending on the kind of repetition being made by both players. One of the biggest hurdles facing Chinese Chess application development is a proper system for judging games correctly. This paper introduces a complete algorithm for ruling the WXF rules correctly in all 110 example cases found in the WXF manual. We introduce several novel optimizations for speeding up the repetition handling without compromising the program correctness. This algorithm is usable in engines, and we saw a total increase in playing strength by +10 point rating increase, or an increased 5% winrate when integrating this approach into our prototype engine.

📄 PDF Abstract BibTeX arXiv:2412.17334

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the complexity of Dark Chinese Chess

2021-12-06 · Cong Wang, Tongwei Lu

This paper provides a complexity analysis for the game of dark Chinese chess (a.k.a. "JieQi"), a variation of Chinese chess. Dark Chinese chess combines some of the most complicated aspects of board and card games, such …

Card GamesDecision Making

Xiangqi-R1: Enhancing Spatial Strategic Reasoning in LLMs for Chinese Chess via Reinforcement Learning

2025-07-16 · Yuhao Chen, Shuochen Liu, Yuanjie Lyu, Chao Zhang 외

Game playing has long served as a fundamental benchmark for evaluating Artificial General Intelligence (AGI). While Large Language Models (LLMs) have demonstrated impressive capabilities in general reasoning, their effec…

Board Games

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…

Mastering Chinese Chess AI (Xiangqi) Without Search

2024-10-07 · Yu Chen, Juntong Lin, Zhichao Shu

We have developed a high-performance Chinese Chess AI that operates without reliance on search algorithms. This AI has demonstrated the capability to compete at a level commensurate with the top 0.1\% of human players. B…

reinforcement-learningReinforcement Learning

Comparison Training for Computer Chinese Chess

2018-01-23 · Wen-Jie Tseng, Jr-Chang Chen, I-Chen Wu, TingHan Wei

This paper describes the application of comparison training (CT) for automatic feature weight tuning, with the final objective of improving the evaluation functions used in Chinese chess programs. First, we propose an n-…