planner-mcts icon indicating copy to clipboard operation
planner-mcts copied to clipboard

Behavior planners based on single- and multi-agent Monte Carlo Tree Search

Results 3 planner-mcts issues
Sort by recently updated
recently updated
newest added

the errors occurs while trying to do 'bazel run //test:single_agent_test' for running MCTS (the command was expected to be able to run it) ```bash DEBUG: Rule 'com_github_nelhage_rules_boost' indicated that a...

Introduce a templated generic base class Based on this the specific, single-agent, multi-agent and other mcts variants are derived

- move prediction setup out of constructor - make prediction settings parameterizable over param server