Papers › Relax: An Asynchronous Reinforcement Learning Engine for Omni-Modal Post-Training at Scale

Relax: An Asynchronous Reinforcement Learning Engine for Omni-Modal Post-Training at Scale

13 Apr 2026arXiv:2604.11554added by Syntology

Liujie Zhang, Benzhe Ning, Rui Yang, Xiaoyan Yu, Jiaxing Li, Lumeng Wu, Jia Liu, Minghao Li, Weihang Chen, Weiqi Hu, Lei Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Reinforcement learning (RL) post-training has proven effective at unlocking reasoning, self-reflection, and tool-use capabilities in large language models. As models extend to omni-modal inputs and agentic multi-turn workflows, RL training systems face three interdependent challenges: heterogeneous data flows, operational robustness at scale, and the staleness -- throughput tradeoff. We present \textbf{Relax} (Reinforcement Engine Leveraging Agentic X-modality), an open-source RL training engine that addresses these challenges through three co-designed architectural layers. First, an \emph{omni-native architecture} builds multimodal support into the full stack -- from data preprocessing and modality-aware parallelism to inference generation -- rather than retrofitting it onto a text-centric pipeline. Second, each RL role runs as an independent, fault-isolated service that can be scaled, recovered, and upgraded without global coordination. Third, service-level decoupling enables asynchronous training via the TransferQueue data bus, where a single staleness parameter smoothly interpolates among on-policy, near-on-policy, and fully asynchronous execution. Relax achieves a 1.20× end-to-end speedup over veRL on Qwen3-4B on-policy training. Its fully async mode delivers a 1.76× speedup over colocate on Qwen3-4B and a 2.00× speedup on Qwen3-Omni-30B, while all modes converge to the same reward level. Relax supports R3 (Rollout Routing Replay)~\cite{ma2025r3} for MoE models with only 1.9\% overhead, compared to 32\% degradation in veRL under the same configuration. It further demonstrates stable omni-modal RL convergence on Qwen3-Omni across image, text, and audio, sustaining over 2{,}000 steps on video without degradation. Relax is available at https://github.com/rednote-ai/Relax.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.11554")

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

redai-infra/Relax found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran
10unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from redai-infra/Relax. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

register_vcs_handler redai-infra/Relax/relax/_version.py found in paper text by Syntology ran Apache-2.0 (permissive) · 45333e6d0a056314 · report
run_command redai-infra/Relax/relax/_version.py found in paper text by Syntology ran Apache-2.0 (permissive) · e36817d1c9cffe87 · report
versions_from_parentdir redai-infra/Relax/relax/_version.py found in paper text by Syntology ran Apache-2.0 (permissive) · 74664b7fba1494f5 · report
agentic_trace_events redai-infra/Relax/relax/agentic/profile.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3bbaae40add33da2 · report
is_model_uri redai-infra/Relax/relax/utils/model_source.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 22f3bcebf5ebdc62 · report
is_s3_uri redai-infra/Relax/relax/utils/s3_model_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8535621d145eddb0 · report
merge_agentic_trace redai-infra/Relax/relax/agentic/profile.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ae680471939332ba · report
model_source_path_aliases redai-infra/Relax/relax/utils/model_source.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c7e7d601ab85b83e · report
normalize_model_path redai-infra/Relax/relax/utils/model_source.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d3041d5314d3922f · report
register_extra_roles redai-infra/Relax/relax/core/optional_roles.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9b607beef3d5ebbe · report
register_genrm redai-infra/Relax/relax/core/optional_roles.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6520cfb3d52e8d65 · report
register_sft_rollout redai-infra/Relax/relax/core/optional_roles.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71fbbe2b5e2ed61b · report
vanilla_tis_function redai-infra/Relax/relax/backends/megatron/loss.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb755a361a0a18f5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.11554, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections