Oware and Ouril - traditional African Mancala games with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
-
Updated
Mar 30, 2018 - HTML
Oware and Ouril - traditional African Mancala games with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
Given that the game of Mancala does not contain any inherent random features in its gameplay (besides player choice), I want to know what the best possible strategies are when playing against random and non-random players. This repository provides a Python module for simulating Mancala games and then analyzes which strategies win and how often.
Add a description, image, and links to the mancala-game topic page so that developers can more easily learn about it.
To associate your repository with the mancala-game topic, visit your repo's landing page and select "manage topics."