SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2602.02710 · ICML · 2026

Maximum Likelihood Reinforcement Learning

Ruslan Salakhutdinov, Andrea Zanette, Jeff Schneider, Yiding Jiang, Fahim Tajwar, Yuda Song, Haiwen Feng, Daman Arora, Yueer Zhou, Guanning Zeng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
tajwarfahim/maxrl — 1 of 3
FunctionStatusWhere it lives
calculate_advantage Ran tajwarfahim/maxrl/verl/cifar10_experiments/sampling_based_rl_objective_experiments.py
code served (permissive licence) · get_code("9d8307a5545987b5")
calculate_loss Not yet run tajwarfahim/maxrl/verl/cifar10_experiments/sampling_based_rl_objective_experiments.py
code served (permissive licence) · get_code("5e12cb99e95a5971")
take_actions_and_log_probs_multi Not yet run tajwarfahim/maxrl/verl/cifar10_experiments/sampling_based_rl_objective_experiments.py
code served (permissive licence) · get_code("0e822e814ced49df")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Reinforcement learning (RL) is the method of choice for training models in setups where the objective function can only be evaluated by sampling from the model. Our key observation is that when the feedback is terminal and binary, models implicitly induce a likelihood over correct rollouts. Maximum likelihood would be the natural framework in such settings, but RL is used instead as a workaround to the non-differentiability. We prove that the standard, expected-reward RL formulation is only a first-order approximation of the likelihood. To remedy this mismatch, we introduce Maximum Likelihood Reinforcement Learning (MaxRL), a compute-indexed family of sample-based objectives that interpolate between expected-reward RL and maximum likelihood as sampling compute is scaled. The resulting objective is a one-line change to standard RL implementations. MaxRL Pareto-dominates existing methods in all tested models and tasks, achieves up to 20× gains in test-time scaling efficiency over GRPO, and scales more favorably with additional training data and compute. 1

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2602.02710")
get_code_for_paper("2602.02710")
have("2602.02710")

Connect an agent — have() is free.