Complete Results for the Minimax vs. MCTS in Checkers on Android study
收藏资源简介:
The complete data obtained during the experiment where the specially constructed minimax and MCTS agents played against each other in a checkers application implemented on Android. The data was saved as a table in Latex and can be compiled for easier readability if desired. Each pair of entries in the table (one entry for MCTS and one for Minimax) corresponds to one game observed in the study. Explanation The CPU data is measured in %, with the maximum value being 400% due to the emulated device having 4 cores. The RAM data is measured in MB with the maximum value being 2048 MB due to the emulated device's memory capacity. The move count represents the number of moves each agent made before the game ended. Average budget/depth represents the average utilized budget (for MCTS) or average reached depth (for Minimax) per move



