[][src]Module rusty_planner::mcts

Module implementing a UCT style Monte-Carlo Tree Search algorithm.

Functions

solve

Given an problem space will try to figure our what the best next step/action is.