MonteCarloTreeSearch-master

所属分类:游戏
开发工具:Visual C++
文件大小:13KB
下载次数:15
上传日期:2017-11-04 20:31:01
上 传 者墨工
说明:  用MCTS算法做的游戏Tic-Tac-Toe,很简单,想研究MCTS的可以下载运行参考。
(Using MCTS algorithm to do the game Tic-Tac-Toe, very simple, want to study MCTS can download operation reference)

文件列表:
Article_Ru.md (9033, 2017-06-02)
Monte Carlo Tree Search.sln (1302, 2017-06-02)
Tic-Tac-Toe-Game (0, 2017-06-02)
Tic-Tac-Toe-Game\Main.cpp (1477, 2017-06-02)
Tic-Tac-Toe-Game\MonteCarloBot.h (4665, 2017-06-02)
Tic-Tac-Toe-Game\Player.h (5591, 2017-06-02)
Tic-Tac-Toe-Game\Tic-Tac-Toe-Game.vcxproj (7055, 2017-06-02)
Tic-Tac-Toe-Game\Tic-Tac-Toe-Game.vcxproj.filters (1399, 2017-06-02)
Tic-Tac-Toe-Game\TicTacToeGame.h (2588, 2017-06-02)

# 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.

近期下载者

相关文件


收藏者