GitHunt
FR

fractalate/ai-chinese-checkers

Neural Network for Playing Chinese Checkers

AI Chinese Checkers

Welcome to my Chinese Checkers AI project: a neural network for playing Chinese Checkers.
It uses PyTorch to train a neural network which can make decisions about moves in a two player game.

Setup and Running

Create a virtual environment for use with this project (we will be installing local, editable packages with pip):

python3 -m venv --prompt ai-chinese-checkers venv

Activate it with:

source ./venv/bin/activate

Install the dependencies:

pip install --editable .

Run some sample programs:

python3 -m trainer.bin.play_match

Languages

Python100.0%

Contributors

MIT License
Created November 24, 2024
Updated August 17, 2025
fractalate/ai-chinese-checkers | GitHunt