Skip to content

xumarcus/othello_multimcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

othello_multimcts

Multithreaded heuristical MCTS-based Othello engine

Compatible browsers for online Demo

Features

  • CLI interface with SIMD support
  • GUI frontend with WASM speed up
  • Supports multithreading for time-consuming heuristic
  • Late game solving / pruning
  • No opening book

Note

  • Generally MCTS performs better when branching factor is large
  • However there is no simple admissible heuristic for Othello
  • Compare with NTest or Edax to assess strength.
  • Idea comes from UCThello which this implementation beats.

Todo

Adapt this program for Go.

About

Multithreaded heuristical MCTS-based Othello engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published