mct-rs

Crates.iomct-rs
lib.rsmct-rs
version0.4.0
created_at2025-09-27 00:20:19.980381+00
updated_at2025-10-18 03:33:25.860672+00
descriptionA fast, flexible, and simple implementation of Monte Carlo Tree Search (MCTS) algorithm in Rust
homepage
repositoryhttps://github.com/tolumide-ng/mct-rs
max_upload_size
id1856826
size34,702
Tolumide Shopein (tolumide-ng)

documentation

README

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
Commit count: 0

cargo fmt