glistering96 / AlphaRouter

2 stars 0 forks source link

Parallelizing MCTS search with root parallareization #11

Open glistering96 opened 1 year ago

glistering96 commented 1 year ago

According to the paper Parallel Monte-Carlo Tree Search, it seems like root parallelization is promising.

May be integrating it into our code can be good

glistering96 commented 1 year ago

Also, refer to https://www.moderndescartes.com/essays/deep_dive_mcts/, numpy based or Cython based MCTS can speed up the search