a35a13a60bdf0bc4.tex
1: \begin{abstract}
2: The game of Chinese Checkers is a challenging traditional board game of perfect information for computer programs to tackle that differs from other traditional games in two main aspects: first, unlike Chess, all checkers remain indefinitely in the game and hence the branching factor of the search tree does not decrease as the game progresses; second, unlike Go, there are also no upper bounds on the depth of the search tree since repetitions and backward movements are allowed. In this work, we present an approach that effectively combines the use of heuristics, Monte Carlo tree search, and deep reinforcement learning for building a Chinese Checkers agent without the use of any human game-play data. In addition, unlike other common approaches, our approach uses a two-stage training pipeline to facilitate agent convergence. Experiment results show that our agent is competent under different scenarios and reaches the level of experienced human players.
3: \end{abstract}
4: