Monte Carlo tree search for computer Hex
- docker (for build environment, see Dockerfile for the actual requirements)
./start_docker_shell.sh
bazel run path:target
bazel run mcts:tree_test
Still need to implement the pie rule, parallelize, and speed up single thread.