Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:50

AlphaZero v0.5.0

Diff since v0.4.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 into SimParams now having two separate num_workers and
    batch_size parameters.
  • 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.