Medium - AI; Monte Carlo Tree Search (MCTS)
in Trend
Trend 파악을 Medium 기고문 요약 포스팅 - 알파고가 사용한 몬테카를로 트리 검색에 대하여

What is Monte Carlo Tree Search

Example of a state tree for tic-tac-toe. Source

Estimation of PI by using the ratio of areas of the square and circle using a Monte Carlo method. Source
How MCTS works

One iteration of MCTS. Source