Python Forum
[Intermediate] Designing AI for games using Monte Carlo Tree Search. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: [Intermediate] Designing AI for games using Monte Carlo Tree Search. (/thread-32691.html)



Designing AI for games using Monte Carlo Tree Search. - ai_masti - Feb-26-2021

Hello everyone, I have created a tutorial on Monte Carlo Tree Search Algorithm and it's application in games. This tutorial explains the MCTS algorithm with Python code. You can use this code and design AI for your own games with little modifications which I have mentioned in the tutorial. The tutorial is posted on this github website: https://ai-boson.github.io/mcts/

Thank You.