검색 상세

Applying Monte Carlo Tree Search with Deep Reinforcement Learning to Factorization Game

초록/요약

Artificial intelligence, which is one of the core technologies of the fourth industrial revolution, is being used in the real life. In this thesis, we apply MCTS, Monte Carlo Tree Search, one of the reinforcement learning algorithms, to Factorization Game(matricking.com), which is a turn-based multiplayer board game. We used double DQN for rollout step. This is implemented in Python. As a result of the analysis, we achieved around 100% of the winning rate when we used Monte Carlo Tree Search with double DQN as a rollout strategy to board size n=4,5,6,7,8.

more