MCTS
MCT-RS: A fast, flexible MCTS(Monte Carlo Tree Search) library for Rust
Credit
Future Plans
- Allow users provide their own dynamic Multi-armed bandit implementations
- Allow reward to be a trait to be dynamically used by others (must implement From, Into)
- Provide documentation