Monte Carlo Tree Search: A Review of Recent Modifications and Applications
Świechowski, Maciej, Godlewski, Konrad, Sawicki, Bartosz, Mańdziuk, Jacek
–arXiv.org Artificial Intelligence
Monte Carlo Tree Search (MCTS) is a decision-making algorithm that consists in searching large combinatorial spaces represented by trees. In such trees, nodes denote states, also referred to as configurations of the problem, whereas edges denote transitions (actions) from one state to another. MCTS has been originally proposed in the work by Kocsis and Szepesvári (2006) and by Coulom (2006), as an algorithm for making computer players in Go. It was quickly called a major breakthrough (Gelly et al., 2012) as it allowed for a leap from 14 kyu, which is an average amateur level, to 5 dan, which is considered an advanced level but not professional yet. Before MCTS, bots for combinatorial games had been using various modifications of the min-max alpha-beta pruning algorithm (Junghanns, 1998) such as MTD(f) (Plaat, 2014) and hand-crafted heuristics. In contrast to them, MCTS algorithm is at its core aheuristic, which means that no additional knowledge is required other than just rules of a game (or a problem, generally speaking). However, it is possible to take advantage of heuristics and include them in the MCTS approach to make it more efficient and improve its convergence. Moreover, the given problem often tends to be so complex, from the combinatorial point of view, that some form of external help, e.g.
arXiv.org Artificial Intelligence
Mar-9-2021
- Country:
- South America > Argentina
- Pampas > Buenos Aires F.D. > Buenos Aires (0.04)
- Oceania > New Zealand
- North Island > Auckland Region > Auckland (0.04)
- North America
- United States
- Pennsylvania > Allegheny County
- Pittsburgh (0.04)
- New York > New York County
- New York City (0.04)
- Florida > Orange County
- Orlando (0.04)
- California
- Santa Clara County > Mountain View (0.04)
- Los Angeles County > Pasadena (0.04)
- Pennsylvania > Allegheny County
- Canada > Quebec
- Montreal (0.04)
- United States
- Europe
- United Kingdom > England
- Greater London > London (0.04)
- Poland > Masovia Province
- Warsaw (0.04)
- Netherlands > South Holland
- The Hague (0.04)
- Greece > Attica
- Athens (0.04)
- United Kingdom > England
- South America > Argentina
- Genre:
- Research Report
- Promising Solution (1.00)
- New Finding (0.87)
- Research Report
- Industry:
- Energy (0.92)
- Government (0.92)
- Law Enforcement & Public Safety (0.92)
- Information Technology > Software (0.68)
- Transportation (0.68)
- Leisure & Entertainment > Games
- Computer Games (1.00)
- Go (0.68)
- Technology: