Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Latest commit

 

History

History
2 lines (2 loc) · 498 Bytes

File metadata and controls

2 lines (2 loc) · 498 Bytes

Checkers AI

This is a program that trains an artificail intelligence to play checkers. It works by learning the liklihood of victory from each possible board state. In one playthrough of a game, the AI keeps track of all the board states that it encounters. At the end of the game, the AI determines if the states that it encountered led to a win or a loss. It then adjusts its probabilistic model, which is stored in a text file, accordingly. The more that the AI plays, the smarter it becomes.