Papers › Spark: Strategic Policy-Aware Exploration via Dynamic Branching for Long-Horizon...

Spark: Strategic Policy-Aware Exploration via Dynamic Branching for Long-Horizon Agentic Learning

28 Jan 2026arXiv:2601.20209added by Syntology

Jinyang Wu, Shuo Yang, Changpeng Yang, Yuhao Shen, Shuai Zhang, Zhengqi Wen, Jianhua Tao

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 has empowered large language models to act as intelligent agents, yet training them for long-horizon tasks remains challenging due to the scarcity of high-quality trajectories, especially under limited resources. Existing methods typically scale up rollout sizes and indiscriminately allocate computational resources among intermediate steps. Such attempts inherently waste substantial computation budget on trivial steps while failing to guarantee sample quality. To address this, we propose \textbf{Spark} (\textbf{S}trategic \textbf{P}olicy-\textbf{A}ware explo\textbf{R}ation via \textbf{K}ey-state dynamic branching), a novel framework that selectively branches at critical decision states for resource-efficient exploration. Our key insight is to activate adaptive branching exploration at critical decision points to probe promising trajectories, thereby achieving precise resource allocation that prioritizes sampling quality over blind coverage. This design leverages the agent's intrinsic decision-making signals to reduce dependence on human priors, enabling the agent to autonomously expand exploration and achieve stronger generalization. Experiments across diverse tasks (e.g., embodied planning), demonstrate that \textsc{Spark} achieves superior success rates with significantly fewer training samples, exhibiting robust generalization even in unseen scenarios. Our code and checkpoints are available at https://github.com/jinyangwu/SPARK.

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="2601.20209")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

jinyangwu/SPARK 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 jinyangwu/SPARK. “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.

build_sciworld_envs jinyangwu/SPARK/agent_system/environments/env_package/sciworld/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6ffebe5c30651f10 · report
build_search_envs jinyangwu/SPARK/agent_system/environments/env_package/search/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a0d548c7992b5c81 · report
build_webshop_envs jinyangwu/SPARK/agent_system/environments/env_package/webshop/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e0b40ceedda532ac · report
compute_gigpo_outcome_advantage jinyangwu/SPARK/gigpo/core_gigpo.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c8e5b3681d41b8a9 · report
compute_reward jinyangwu/SPARK/agent_system/environments/env_package/alfworld/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bcf675e5b7ccd7fd · report
compute_reward jinyangwu/SPARK/agent_system/environments/env_package/sciworld/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 724e8c51164a5ff8 · report
compute_spark_outcome_advantage jinyangwu/SPARK/spark/core_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9ecc67b7ec75744a · report
episode_norm_reward jinyangwu/SPARK/spark/core_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ba8b13be2b285005 · report
get_obs_image jinyangwu/SPARK/agent_system/environments/env_package/alfworld/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ff393d027b482fe9 · report
load_config_file jinyangwu/SPARK/agent_system/environments/env_package/alfworld/envs_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3127633565ff7913 · report
process_trajectory_spark_rewards jinyangwu/SPARK/spark/core_spark.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 889a20a56139e47b · report
to_hashable jinyangwu/SPARK/gigpo/core_gigpo.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ce13314a36eff98b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.20209, was issued in January 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