Skip to content

NicoleLyuJR/Monopoly_MCTS_Search

Repository files navigation

Monopoly_MCTS_Search

How to run

Package Requirement

  1. Python 3.9 or above
  2. Numpy

To run user interactive mode, run the following command

python3 AI_Monopoly_Games/play_monopoly.py

To run MCTS vs Baseline experiments, run the following command

python3 AI_Monopoly_Games/auto_monopoly.py

To run MCTS + NN vs Baseline experiments, run the following command. (This file's main function contains the experiments for both models)

python3 AI_Monopoly_Games/nn_zzhang96.py

AI Modes

There are two Baseline AI modes and two MCT modes To see what they are and to change them, visit Game.py on the top. Change the following variables

BASE_LINE_AI_MODE = 0 # 0 for random, 1 for greedy (pick best rent/price property)
MCT_AI_MODE = 0 # 0 for random, 1 for uct improved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published