Skip to content

krishnaura45/mcts-variant-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mcts-variant-prediction

Forecasting MCTS Variant Outcomes Across Board Games

Python Scikit-Learn Kaggle RMSE Optimized Optuna RMSE Score Rank Solo

Project Duration: Nov 19, 2024 - Dec 3, 2024


🌟 Introduction

MCTS is a widely used search algorithm for developing agents that can play board games intelligently. Over the past two decades, researchers have proposed dozens, if not hundreds, of MCTS variants. Despite this, it's been challenging to determine which variants are best suited for specific types of games. The objective was to create a model to predict how well one Monte-Carlo tree search (MCTS) variant will do against another in a given board game, based on a list of features describing the game. This challenge figured out which MCTS variants work best in different types of games, so we can make more informed choices when applying these algorithms to new problems. Submissions were evaluated using Root Mean-squared error (RMSE) metric.


πŸ”— References