Ross ROSS = Recommend OSS · open-source software intelligence for agents

google-deepmind/mctx

Monte Carlo tree search in JAX observed · 2026-08-28

github.com/google-deepmind/mctx · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 96
  • Release rhythm 57
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 286
  • age_days: 1646
  • days_rel: 79
  • days_push: 27
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2654 stars · 215 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mctx is a JAX-native Python library implementing Monte Carlo tree search algorithms such as AlphaZero, MuZero, and Gumbel MuZero. It supports JIT compilation and batched parallel search on accelerators, making it suitable for research on search-based reinforcement learning agents.

Use cases

  • implement mcts in jax
  • build a muzero agent
  • run alphazero-style search with neural networks
  • batched parallel tree search on gpu
  • research planning algorithms in python
  • combine learned models with tree search

When to choose

  • you need MCTS integrated with JAX-based neural network training
  • you want hackable, pure-Python search implementations instead of C++
  • you need batched, JIT-compiled search for accelerator efficiency

When to avoid

  • you need a ready-made game engine or complete RL agent rather than search primitives
  • your project does not use JAX
  • you need CPU-only classical MCTS for board games without learned models

Facets

library · maturity active

reinforcement-learning machine-learning simulation reinforcement-learning machine-learning deep-learning python cross-platform mcts jax muzero alphazero planning search-algorithms jit-compilation algorithms gpu

2 sources

Member repositories

RepositoryRoleHealth v2
google-deepmind/mctxmain83

For agents

markdown · JSON · MCP: product_card(name="google-deepmind/mctx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem