Papers › Hierarchical Entity-centric Reinforcement Learning with Factored Subgoal Diffusion

Hierarchical Entity-centric Reinforcement Learning with Factored Subgoal Diffusion

2 Feb 2026arXiv:2602.02722added by Syntology

Dan Haramati, Carl Qi, Tal Daniel, Amy Zhang, Aviv Tamar, George Konidaris

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

We propose a hierarchical entity-centric framework for offline Goal-Conditioned Reinforcement Learning (GCRL) that combines subgoal decomposition with factored structure to solve long-horizon tasks in domains with multiple entities. Achieving long-horizon goals in complex environments remains a core challenge in Reinforcement Learning (RL). Domains with multiple entities are particularly difficult due to their combinatorial complexity. GCRL facilitates generalization across goals and the use of subgoal structure, but struggles with high-dimensional observations and combinatorial state-spaces, especially under sparse reward. We employ a two-level hierarchy composed of a value-based GCRL agent and a factored subgoal-generating conditional diffusion model. The RL agent and subgoal generator are trained independently and composed post hoc through selective subgoal generation based on the value function, making the approach modular and compatible with existing GCRL algorithms. We introduce new variations to benchmark tasks that highlight the challenges of multi-entity domains, and show that our method consistently boosts performance of the underlying RL agent on image-based long-horizon tasks with sparse rewards, achieving over 150% higher success rates on the hardest task in our suite and generalizing to increasing horizons and numbers of entities. Rollout videos are provided at: https://sites.google.com/view/hecrl

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

Code

Syntology Ran 14 of 31 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 2 ran · honoured contract; 3 ran · our draft was wrong; 9 ran with no contract checked.

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

DanHrmti/ECRL found in paper text by SyntologyMIT report
seohongpark/ogbench found in paper text by Syntology report
DanHrmti/HECRL found in paper text by Syntology report
carl-qi/EC-Diffuser 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

31 samples harvested; 14 ran; 2 honoured the contract we drafted; 17 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.

2ran · honoured contract
3ran · our draft was wrong
9ran
17unverified

Licence: 0 of the 31 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

EntityAttention DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 09f1831060c9ac79 · report
FinalLayer DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran MIT (permissive) · eff3741649fc49e6 · report
FinalLayer carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology ran MIT (permissive) · f7534870f9202f83 · report
GaussianDiffusion DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 54539835cf34d475 · report
GoalConditionedSampler DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran MIT (permissive) · 631ebce8b5618a76 · report
MLP DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 35583be7932ff902 · report
MLP carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology ran MIT (permissive) · d95157530021729f · report
SimpleRelativePositionalBias carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology ran MIT (permissive) · 1d4bb5bf017a860c · report
SinusoidalPosEmb DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 3f9e9512b765d426 · report
apply_conditioning DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b3d593fb33f79ac5 · report
cosine_beta_schedule DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · honoured contract MIT (permissive) · b6113e0f43155a33 · report
default_sample_fn DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 896418fd494c4d3d · report
sort_by_values DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · honoured contract MIT (permissive) · c409be426eec3eec · report
to_torch DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9d23c8e40238297e · report
AdaLNEITBlock DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology unverified MIT (permissive) · 63b4f79f55f7aee8 · report
AdaLNEntityTransformer DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology unverified MIT (permissive) · f474464406bc42e7 · report
AdaLNPINTBlock carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology unverified MIT (permissive) · c129051ef1ab4cb6 · report
AdaLNParticleTransformer carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology unverified MIT (permissive) · 8196622b45ac426b · report
CausalParticleAttention carl-qi/EC-Diffuser/diffuser/diffuser/models/transformer_modules.py found in paper text by Syntology unverified MIT (permissive) · 3a9859a10e10a315 · report
SubgoalDiffuser DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology unverified MIT (permissive) · dd04ddf6e3a6b579 · report
TransformerDiffuser DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology unverified MIT (permissive) · 1e098df88752131f · report
apply_dict DanHrmti/HECRL/agents/diffuser/subgoal_diffuser.py found in paper text by Syntology unverified MIT (permissive) · bf97061c5f8a7aa2 · report
axisangle2quat DanHrmti/ECRL/isaac_panda_push_env.py found in paper text by Syntology unverified MIT (permissive) · c6779ef568a575ea · report
conv2d DanHrmti/ECRL/slot_attention/slate_model.py found in paper text by Syntology unverified MIT (permissive) · 9330641b45f958fd · report
convert_obs_to_dlp_rep DanHrmti/ECRL/chamfer_reward.py found in paper text by Syntology unverified MIT (permissive) · 62001b2163460d68 · report
extract_dlp_features DanHrmti/ECRL/chamfer_reward.py found in paper text by Syntology unverified MIT (permissive) · 03234d185899f504 · report
extract_dlp_features DanHrmti/ECRL/latent_classifier.py found in paper text by Syntology unverified MIT (permissive) · 62186577f208bf25 · report
get_dlp_rep DanHrmti/ECRL/chamfer_reward.py found in paper text by Syntology unverified MIT (permissive) · 649850da42fe3886 · report
get_dlp_rep DanHrmti/ECRL/latent_classifier.py found in paper text by Syntology unverified MIT (permissive) · 3219c7505517e845 · report
gumbel_softmax DanHrmti/ECRL/slot_attention/slate_model.py found in paper text by Syntology unverified MIT (permissive) · 94c911439007d22c · report
quat2axisangle DanHrmti/ECRL/isaac_panda_push_env.py found in paper text by Syntology unverified MIT (permissive) · 0a0911522ce533d0 · report

Results from the paper

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