Papers › HIQL: Offline Goal-Conditioned RL with Latent States as Actions

HIQL: Offline Goal-Conditioned RL with Latent States as Actions

22 Jul 2023NeurIPS 2023 11arXiv:2307.11949archive 2025-07-28

Seohong Park, Dibya Ghosh, Benjamin Eysenbach, Sergey Levine

Unsupervised pre-training has recently become the bedrock for computer vision and natural language processing. In reinforcement learning (RL), goal-conditioned RL can potentially provide an analogous self-supervised approach for making use of large quantities of unlabeled (reward-free) data. However, building effective algorithms for goal-conditioned RL that can learn directly from diverse offline data is challenging, because it is hard to accurately estimate the exact value function for faraway goals. Nonetheless, goal-reaching problems exhibit structure, such that reaching distant goals entails first passing through closer subgoals. This structure can be very useful, as assessing the quality of actions for nearby goals is typically easier than for more distant goals. Based on this idea, we propose a hierarchical algorithm for goal-conditioned RL from offline data. Using one action-free value function, we learn two policies that allow us to exploit this structure: a high-level policy that treats states as actions and predicts (a latent representation of) a subgoal and a low-level policy that predicts the action for reaching this subgoal. Through analysis and didactic examples, we show how this hierarchical decomposition makes our method robust to noise in the estimated value function. We then apply our method to offline goal-reaching benchmarks, showing that our method can solve long-horizon tasks that stymie prior methods, can scale to high-dimensional image observations, and can readily make use of action-free data. Our code is available at https://seohong.me/projects/hiql/

PaperPDFConference PDFCodeCode 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="2307.11949")

Code

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

By repository: official repository: 17 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

seohongpark/hiql officialmentioned in paperjaxMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

1ran · violated contract
3ran
13unverified

Licence: 0 of the 17 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 seohongpark/hiql. “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.

compute_high_actor_loss seohongpark/hiql/src/agents/hiql.py official repository ran MIT (permissive) · 6ce42ee5c0d1becc · report
expectile_loss seohongpark/hiql/src/agents/hiql.py official repository ran MIT (permissive) · 33d24c59c871db71 · report
find_meta seohongpark/hiql/calvin/setup_local.py official repository ran MIT (permissive) · bfa59d92ee267142 · report
is_multi_gpu_training seohongpark/HIQL/calvin/calvin_models/calvin_agent/training.py official repository ran · violated contract fingerprinted MIT (permissive) · 5bc947886e7f988c · report
compute_actor_loss seohongpark/hiql/src/agents/hiql.py official repository unverified MIT (permissive) · 77ee8e1bcb496897 · report
ensemblize seohongpark/hiql/jaxrl_m/networks.py official repository unverified MIT (permissive) · 7f174e0d2fe49c08 · report
get_canvas_image seohongpark/hiql/src/d4rl_ant.py official repository unverified MIT (permissive) · 2d17f9689108389d · report
get_normalization seohongpark/hiql/src/d4rl_utils.py official repository unverified MIT (permissive) · e60bfdd0574ddc5f · report
interp2d seohongpark/hiql/src/utils.py official repository unverified MIT (permissive) · aa92173113012077 · report
make_visual seohongpark/hiql/src/viz_utils.py official repository unverified MIT (permissive) · 9e273495210cbc4c · report
make_visual_no_image seohongpark/hiql/src/viz_utils.py official repository unverified MIT (permissive) · 8bc4244b8915e237 · report
most_squarelike seohongpark/hiql/src/viz_utils.py official repository unverified MIT (permissive) · fd2c92d2074f0195 · report
prepare_video seohongpark/hiql/src/utils.py official repository unverified MIT (permissive) · 593372873bfa1f9c · report
save_video seohongpark/hiql/src/utils.py official repository unverified MIT (permissive) · 2d208c5ae7bb63f6 · report
valid_goal_sampler seohongpark/hiql/src/d4rl_ant.py official repository unverified MIT (permissive) · a5514c312d961e08 · report
visualize_gcvalues seohongpark/hiql/src/roomworld_utils.py official repository unverified MIT (permissive) · 7bc5beaaf5ef3e71 · report
visualize_trajectories seohongpark/hiql/src/roomworld_utils.py official repository unverified MIT (permissive) · 220888da8c3ceab5 · report

Tasks

Reinforcement Learning (RL)Unsupervised Pre-training

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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