A checkers reinforcement learning AI, and all the tools needed to train it.
-
Updated
May 30, 2020 - Python
A checkers reinforcement learning AI, and all the tools needed to train it.
A game of checkers written using minmax algorithm and alpha-beta pruning.
Board Game Reinforcement Learning using AlphaZero method. including Makhos (Thai Checkers), Reversi, Connect Four, Tic-tac-toe game rules
Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
Implementation of checkers (draughts) strategy board game with AI based bot
A checkers library with modern web GUI, Supprots multiple variants of game.
A bridge between Lidraughts API and draughts engines
Checkers AI using minimax algorithm.
🐙 Human/Bot vs Bot code for Checkers game
Very simple checkers bot made using minimax algorithm with alpha-beta pruning to calculate the ideal move.
Thai Checkers deep reinforcement learning AI
A PyTorch implementation of AlphaGo Zero applied to Draughts
Checkers (English Draughts) bot to play a single move given state of checkers board. Assignment 2 for CSCI-561 at USC Spring 2021
Add a description, image, and links to the checkers topic page so that developers can more easily learn about it.
To associate your repository with the checkers topic, visit your repo's landing page and select "manage topics."