Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

My realization of Monte-Carlo tree search algorithm.

Notifications You must be signed in to change notification settings

siberianbot/MonteCarloTreeSearch

Repository files navigation

MonteCarloTreeSearch

My realization of Monte-Carlo tree search algorithm.

Explanation available in Wikipedia (https://en.wikipedia.org/wiki/Monte_Carlo_tree_search). My explanation available as article on Habrahabr (https://habrahabr.ru/post/330092/) and here in file Article_Ru.md (both in russian).

This is just example, so don't be surprised by some shitty code and etc.

Summary

My tic-tac-toe game uses bot based on MCTS. First of all, bot plays 10 games with another bot, not based on MCTS. Then MCTS-bot plays with player.

About

My realization of Monte-Carlo tree search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages