Mixture-of-Experts Reinforcement Learning

Expert-Space Exploration in MoE Reinforcement Learning

Explore alternative sparse computation paths during rollout—beyond conventional token-level sampling.

Summary of ESRL results across benchmarks.
Main results. ESRL improves average Pass@1 and Pass@8 across reasoning domains and multiple MoE routing architectures.
A routing perturbation activates an alternative expert path and changes the response.
Case study. The same prompt follows a different expert path, shifts the first-token distribution, and yields a complementary reasoning trajectory.

Introduction

Sparse expert routing introduces an overlooked exploration dimension: a model can vary not only its sampled tokens, but also the internal expert trajectories used to generate them.

Existing reinforcement-learning exploration is primarily implemented through token sampling, while the sparse computation structure of Mixture-of-Experts models remains deterministic. Yet each routing decision selects only a small subset of experts from a much larger expert pool. Perturbing this decision changes intermediate representations before decoding takes place, allowing the same prompt and token prefix to traverse alternative computation paths and produce complementary solutions.

We introduce Expert-Space Exploration Reinforcement Learning (ESRL), which makes this latent routing space directly explorable through anchored expert sampling, entropy-adaptive noise, and rollout routing replay. ESRL improves the primary Qwen3-30B-A3B setting by 3.2 percentage points in average Pass@1 and 4.5 points in Pass@8 over GRPO. The improvements extend across mathematical, scientific, and coding benchmarks and remain consistent on Sigma and Moonlight MoE architectures, supporting expert-space exploration as a general mechanism rather than a backbone-specific adjustment.

Why Expert-Space Exploration?

Empirical Analysis

We trace routing perturbations from the router itself to token distributions, complete sequences, and finally the diversity–quality frontier.

01

Router-level: perturbations activate different experts

Increasing routing-noise scale raises expert change rates and reduces path overlap. Layer-wise load profiles show that the effect is distributed across the network rather than concentrated in a few isolated layers. Together, these measurements verify that router perturbation changes the actual sparse computation graph.

Expert change rate and Jaccard overlap versus routing-noise scale.
Routing path change. Noise produces measurable substitutions and progressively lower Jaccard overlap, directly quantifying the distance from vanilla routing.
Expert-load coefficient of variation across MoE layers.
Expert utilization. Routing perturbation changes expert-load concentration across layers and exposes computation that deterministic top-k routing rarely activates.
02

Token-level: different routes shift next-token distributions

The vanilla top-1 token drops in rank and top-20 overlap decreases. PCA projections show movement in the full next-token distribution, not just a swap between near-tied candidates. Expert-path variation therefore reaches the decoder as a meaningful change in predictive belief.

Rank of the vanilla top token and top-20 Jaccard under routing noise.
Local token shift. Higher noise changes both the preferred token and the high-probability candidate set, widening the possible continuation space.
PCA visualization of next-token probability distributions under router noise.
Distribution shift. Perturbed routes occupy distinct regions in projected distribution space instead of merely reordering identical candidates.
03

Sequence-level: routing creates complementary response diversity

Expert-space perturbations reduce response similarity across checkpoints and decoding temperatures, so routing diversity survives autoregressive generation. The resulting differences accumulate into distinct solution strategies rather than disappearing after the first few tokens.

Sequence diversity measured by self-BLEU across checkpoints and temperatures.
Response diversity. Lower self-BLEU indicates less repetitive rollout groups and a broader set of complete reasoning trajectories.
04

Diversity–quality trade-off: useful exploration requires control

Unconstrained diversity can damage accuracy. This frontier motivates anchoring reliable experts, exploring plausible alternatives, and adapting noise to router uncertainty. ESRL is designed to move the frontier rather than maximize route changes in isolation.

Accuracy versus self-BLEU frontier under router-noise settings.
Quality-aware frontier. Expert-space exploration can move beyond the token-temperature frontier, while controlled sampling keeps the operating point in a high-quality region.

Method

ESRL expands routing diversity while protecting rollout quality and preserving the expert paths used for policy optimization. Its three components separately control where exploration occurs, how strongly each token is perturbed, and how the sampled path is aligned with the subsequent update.

Overview of ESRL rollout exploration and routing replay optimization.
Anchored and exploratory experts jointly form the rollout path. The selected route is stored and replayed during optimization, ensuring that the update follows the same sparse computation graph as generation.
01

Anchored Expert Sampling

Keep high-confidence experts as anchors and explore only within a plausible candidate pool. This preserves the model’s reliable computation path while leaving explicit capacity for alternative experts.

02

Entropy-Adaptive Noise

Scale routing perturbations with token-wise router uncertainty instead of applying fixed noise everywhere. Confident tokens receive conservative perturbations, whereas uncertain decisions are given more room to explore.

03

Rollout Routing Replay

Replay the rollout expert path during optimization to remove rollout–training routing mismatch. The policy is therefore updated on the same sparse computation graph that produced the sampled response.

Experiments

We first evaluate final-task performance across models and domains, then examine robustness and learning dynamics. Component ablations, parameter sweeps, and decoupled training further identify which design choices produce the gain and how they affect exploration quality.

01

Main Results

ESRL improves mathematical reasoning on the primary Qwen3 setting and consistently transfers across three distinct MoE routing architectures. The same exploration mechanism also improves science and code, showing that the benefit is not tied to a single reasoning format or expert topology.

Table 1 · Mathematical reasoning on Qwen3-30B-A3B

MethodOlympiadAIMEAMCMinervaAverage
P@1P@8P@1P@8P@1P@8P@1P@8P@1P@8
GRPO51.270.221.943.141.972.840.852.638.959.7
GRPO-R352.070.622.846.043.973.940.353.739.761.1
GSPO51.870.624.451.748.877.241.453.741.663.3
RO-GRPO51.570.922.444.347.280.441.451.540.661.8
Aux-Loss39.164.813.340.626.257.634.552.928.354.0
N-Sampling33.162.816.737.718.952.227.752.624.151.3
ESRL53.572.724.452.949.678.341.052.942.164.2

ESRL achieves 42.1 average Pass@1 and 64.2 Pass@8—+3.2 and +4.5 percentage points over GRPO. Improvements on AIME and AMC indicate that expert-path exploration is especially useful when a problem admits multiple intermediate reasoning strategies.

Table 2 · Generalization across MoE backbones

BackboneMethodAvg. P@1Avg. P@8
Qwen3-30B-A3BGRPO38.959.7
GSPO41.663.3
ESRL42.164.2
Sigma-20B-A0.5BGRPO20.438.6
GSPO20.540.0
ESRL21.141.3
Moonlight-16B-A3BGRPO27.547.4
GSPO27.447.7
ESRL28.851.0

ESRL improves the aggregate result on Qwen3, Sigma, and Moonlight, covering different expert capacities and routing designs. This cross-backbone consistency suggests that the method operates on a shared property of sparse routing rather than a model-specific router artifact.

Table 3 · Science and code on Qwen3-30B-A3B

MethodGPQAMMLU-ProMMLU-ReduxLCB v6Average
P@1P@8P@1P@8P@1P@8P@1P@8P@1P@8
GRPO35.753.557.667.479.386.340.152.253.264.9
GSPO38.966.760.476.075.390.241.053.153.971.5
GRPO-R336.162.159.074.778.689.035.651.952.369.4
ESRL39.076.862.582.580.394.542.054.355.977.0

The largest coverage gains appear on GPQA and the MMLU variants, while LiveCodeBench improves in both Pass@1 and Pass@8. These results indicate that diverse expert trajectories remain useful beyond mathematical proof-style generation.

02

Robustness

We vary two independent rollout controls: decoding temperature and the number of sampled responses. ESRL stays above GRPO-R3 across both sweeps, showing that its gain is not tied to a single sampling budget. The consistent margin also separates expert-space exploration from simply increasing token-level randomness.

Average Pass@1 across rollout temperatures.
Temperature robustness. The gain persists as token sampling becomes more stochastic, indicating that routing exploration contributes an independent source of trajectory variation.
Pass@1 versus number of samples.
N-sample robustness. ESRL maintains a consistent margin from 32 to 256 samples, rather than relying on an unusually large rollout group to reveal rare successes.
03

Training Dynamics

The benefit appears in both the learning signal and expert utilization: ESRL creates more informative groups and changes load concentration over training. We track these quantities throughout optimization to distinguish a sustained learning effect from a transient change in the first few checkpoints.

Pass@1 and informative-group ratio.
Informative groups. More groups contain both successful and unsuccessful responses, providing non-degenerate reward contrasts for group-relative updates.
Global expert-load CV over training.
Load CV. CV tracks how evenly tokens are distributed across experts and whether exploration reduces concentration on a narrow subset.
Global expert imbalance over training.
Imbalance factor. A complementary measure confirms that altered expert utilization is sustained rather than caused by a few outlier routes.
04

Ablation Studies

The ablations isolate how selection weights, anchored experts, and adaptive noise protect training stability and rollout quality. Each component addresses a different failure mode: unstable mixture coefficients, implausible expert substitutions, or excessive perturbation on already-confident tokens.

Noisy weights

MethodOlympiadAIMEAMCMinervaAverage
P@1P@8P@1P@8P@1P@8P@1P@8P@1P@8
GRPO-R352.070.622.846.043.973.940.353.739.761.1
ESRL w/ noisy weights51.369.023.247.045.172.840.653.340.160.5
ESRL w/ original weights53.572.724.452.949.678.341.052.942.164.2

Noise should influence expert selection, while clean router logits continue to compute mixture weights. This separation adds discrete route diversity without unnecessarily perturbing the magnitude of the expert combination.

PPO clipping fraction for original and noisy expert weights.
Optimization stability. Noisy mixture weights trigger more PPO clipping and larger policy deviation, explaining their weaker downstream result.

Anchored expert sampling

ConfigurationPass@1Pass@8
OlympiadAIMEAMCMinervaAvg.OlympiadAIMEAMCMinervaAvg.
GRPO-R352.022.843.940.339.770.646.073.953.761.1
Ksafe=4, M=1653.524.449.641.042.172.747.378.352.962.8
Ksafe=4, M=3253.324.647.641.441.771.849.278.353.763.2
Ksafe=2, M=1652.626.046.941.041.672.953.179.454.464.9
Ksafe=2, M=3252.624.849.541.642.170.546.578.352.962.1
No anchored experts52.322.345.840.840.370.945.875.051.560.8

Anchoring avoids the collapse of full-range sampling; Ksafe=2, M=16 gives the strongest Pass@8 in this sweep. The anchor keeps a reliable computation core while the remaining expert slots introduce controlled alternatives.

Pass@1 versus noise scale for anchored and full-range sampling.
Anchors preserve quality. Full-range sampling deteriorates rapidly, while anchored sampling remains robust over a substantially wider noise range.

Adaptive noise scaling

ConfigurationPass@1Pass@8
OlympiadAIMEAMCMinervaAvg.OlympiadAIMEAMCMinervaAvg.
GRPO-R352.022.843.940.339.770.646.073.953.761.1
Non-adaptive noise50.320.842.740.938.770.042.869.655.959.6
Adaptive noise53.524.449.641.042.172.752.978.352.964.2

Entropy-adaptive noise raises average Pass@1 from 38.7 to 42.1 and Pass@8 from 59.6 to 64.2 over fixed noise. Token-wise scaling concentrates exploration on uncertain routing decisions instead of perturbing all tokens equally.

05

Parameter Analysis

Four sweeps identify where routing exploration helps: anchored-expert count, perturbation position, exploration strength, and candidate-pool frontier. Rather than searching only for the highest accuracy point, we jointly inspect quality and self-BLEU to expose how each parameter moves the exploration frontier.

Accuracy and self-BLEU under anchored-expert counts.
Anchored-expert count. A small anchor set improves the frontier; too many anchors preserve the original path but restrict the diversity available to the rollout.
Accuracy and self-BLEU for perturbation positions.
Perturbation position. Layer placement determines how strongly route changes propagate through later representations and ultimately affect the response.
Quality and diversity across exploration strengths.
Exploration strength. Moderate perturbation adds useful diversity, whereas aggressive noise moves too far from the model’s high-quality routing region.
Quality-diversity frontier across candidate-pool settings.
Candidate-pool frontier. Restricting alternatives to plausible experts produces a better frontier than unconstrained full-range sampling.
06

Decoupled Rollout Exploration

Expert noise can collect alternative trajectories while optimization replays the saved route, decoupling exploration from the policy update. This experiment tests whether expert-space exploration is useful as a rollout-time search mechanism even when the optimization policy itself remains clean and path-consistent.

Joint versus decoupled training

ConfigurationPass@1Pass@8
OlympiadAIMEAMCMinervaAvg.OlympiadAIMEAMCMinervaAvg.
GRPO-R352.022.843.940.339.770.646.073.953.761.1
Joint53.524.449.641.042.172.752.978.352.964.2
Decoupled53.425.249.241.742.471.450.478.351.863.0

Decoupling slightly improves average Pass@1, while joint training retains the strongest average Pass@8. Their comparable aggregate performance shows that most of the benefit originates from improved rollout coverage rather than permanently injecting noise into the policy.

Pass at N for GRPO-R3, joint ESRL, and decoupled ESRL.
Coverage at large N. Decoupled exploration overtakes joint training at larger N, indicating broader solution coverage without sacrificing the clean optimization path.

Citation

If you find ESRL useful in your research, please cite our paper.

@article{he2026esrl,
  title   = {Expert-Space Exploration in {MoE} Reinforcement Learning},
  author  = {He, Hongyi and Lin, Zhenghao and Liu, Xiao and Cheng, Peng and Lu, Yan and Gong, Yeyun},
  journal = {arXiv preprint arXiv:2609.13058},
  year    = {2026},
  doi     = {10.48550/arXiv.2609.13058},
  url     = {https://arxiv.org/abs/2609.13058}
}