## MCTS
MCT-RS: A fast, flexible MCTS(Monte Carlo Tree Search) library for Rust
## Credit
[gibberblot](https://gibberblot.github.io/rl-notes/single-agent/mcts.html)
### Future Plans
1. [x] 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<f64>, Into<f64>)
3. [ ] Provide documentation