paper-with-me

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 as long-term strategy or planning, large state space, stochastic, and imperfect-information, which make it closer to the real world decision-making problem and pose great challenges to game AI. Here we design a self-play program to calculate the game tree complexity and average information set size of the game, and propose an algorithm to calculate the number of information sets.

📄 PDF Abstract BibTeX arXiv:2112.02989

Code (0)

등록된 구현이 없습니다.

Tasks

Card GamesDecision Making

Similar 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 hu…

General search techniques without common knowledge for imperfect-information games, and application to superhuman Fog of War chess

2025-06-02 · Brian Hu Zhang, Tuomas Sandholm

Since the advent of AI, games have served as progress benchmarks. Meanwhile, imperfect-information variants of chess have existed for over a century, present extreme challenges, and have been the focus of significant AI …

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-…

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