v0.5.0
AlphaZero v0.5.0
- Improved the inference server so that it is now possible to keep MCTS workers
running while a batch of requests is being processed by the GPU. Concretely,
this translates intoSimParamsnow having two separatenum_workersand
batch_sizeparameters. - The inference server is now spawned on a separate thread to ensure minimal latency.
Together, the two aforementioned improvements result in a 30% global speedup on the
connect-four benchmark.