mct-rs 0.4.0

A fast, flexible, and simple implementation of Monte Carlo Tree Search (MCTS) algorithm in Rust
Documentation

MCTS

MCT-RS: A fast, flexible MCTS(Monte Carlo Tree Search) library for Rust

Credit

gibberblot

Future Plans

  1. Allow users provide their own dynamic Multi-armed bandit implementations
  2. Allow reward to be a trait to be dynamically used by others (must implement From, Into)
  3. Provide documentation