Pith. sign in

REVIEW 2 cited by

Parallelization of Monte Carlo Tree Search in Continuous Domains

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2003.13741 v1 pith:CVBS6SG5 submitted 2020-03-30 cs.LG cs.AIstat.ML

Parallelization of Monte Carlo Tree Search in Continuous Domains

classification cs.LG cs.AIstat.ML
keywords parallelizationcontinuousmctsdomainscarlochallengingmonteroot
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X LinkedIn Reddit HN
read the original abstract

Monte Carlo Tree Search (MCTS) has proven to be capable of solving challenging tasks in domains such as Go, chess and Atari. Previous research has developed parallel versions of MCTS, exploiting today's multiprocessing architectures. These studies focused on versions of MCTS for the discrete case. Our work builds upon existing parallelization strategies and extends them to continuous domains. In particular, leaf parallelization and root parallelization are studied and two final selection strategies that are required to handle continuous states in root parallelization are proposed. The evaluation of the resulting parallelized continuous MCTS is conducted using a challenging cooperative multi-agent system trajectory planning task in the domain of automated vehicles.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Vec-QMDP: Vectorized POMDP Planning on CPUs for Real-Time Autonomous Driving

    cs.RO 2026-02 conditional novelty 6.0

    By decomposing QMDP belief trees into independent scenario trees and vectorizing tree expansion and collision checks, Vec-QMDP plans in milliseconds on CPUs and matches or beats state-of-the-art nuPlan planners.

  2. Gaussian Process Aggregation for Root-Parallel Monte Carlo Tree Search with Continuous Actions

    cs.AI 2025-12 conditional novelty 6.0

    GPR2P uses Gaussian Process regression to interpolate action values across threads in root-parallel MCTS, allowing selection of untried actions and improving average performance in six continuous-action domains.