mcts icon indicating copy to clipboard operation
mcts copied to clipboard

:deciduous_tree: Domain independent implementation of Monte Carlo Tree Search methods.

Results 2 mcts issues
Sort by recently updated
recently updated
newest added

With algorithms like alpha-beta or minimax, we can specify search depth to specify strength. How to specify strength of the mcts?

I have a problem when trying to use this library for chess because getTerminalStateByPerformingSimulationFromState try to reach the end game; however, this is not feasible when it comes to chess....