Papers › Reinforcement Learning from Passive Data via Latent Intentions

Reinforcement Learning from Passive Data via Latent Intentions

10 Apr 2023arXiv:2304.04782archive 2025-07-28

Dibya Ghosh, Chethan Bhateja, Sergey Levine

Passive observational data, such as human videos, is abundant and rich in information, yet remains largely untapped by current RL methods. Perhaps surprisingly, we show that passive data, despite not having reward or action labels, can still be used to learn features that accelerate downstream RL. Our approach learns from passive data by modeling intentions: measuring how the likelihood of future outcomes change when the agent acts to achieve a particular task. We propose a temporal difference learning objective to learn about intentions, resulting in an algorithm similar to conventional RL, but which learns entirely from passive data. When optimizing this objective, our agent simultaneously learns representations of states, of policies, and of possible outcomes in an environment, all from raw observational data. Both theoretically and empirically, this scheme learns features amenable for value prediction for downstream tasks, and our experiments demonstrate the ability to learn from many forms of passive data, including cross-embodiment video data and YouTube videos.

PaperPDFCodeCode 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="2304.04782")

Code

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

By repository: official repository: 15 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.

dibyaghosh/icvf_release officialmentioned in papermentioned on GitHubjaxMIT 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

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

15unverified

Licence: 0 of the 15 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 dibyaghosh/icvf_release. “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.

capitalize_game_name dibyaghosh/icvf_release/icvf_envs/atari/atari_envs.py official repository unverified MIT (permissive) · 25a1b02d068ed008 · report
distance_from_beginning dibyaghosh/icvf_release/icvf_envs/atari/offline_env.py official repository unverified MIT (permissive) · 239fb49d34d3d55a · report
expectile_loss dibyaghosh/icvf_release/src/icvf_learner.py official repository unverified MIT (permissive) · 97edc824282c1fed · report
get_canvas_image dibyaghosh/icvf_release/icvf_envs/antmaze/d4rl_ant.py official repository unverified MIT (permissive) · 2d17f9689108389d · report
get_debug_statistics dibyaghosh/icvf_release/experiments/xmagical/train_icvf.py official repository unverified MIT (permissive) · fba01e14dbbb753b · report
get_dir_path dibyaghosh/icvf_release/icvf_envs/atari/offline_env.py official repository unverified MIT (permissive) · 0041222c7cf86bf6 · report
get_distances dibyaghosh/icvf_release/experiments/xmagical/train_icvf.py official repository unverified MIT (permissive) · 1e41eedaedbe22c3 · report
get_inner_env dibyaghosh/icvf_release/icvf_envs/antmaze/d4rl_ant.py official repository unverified MIT (permissive) · 70db1a94e7d40b3c · report
get_normalization dibyaghosh/icvf_release/icvf_envs/antmaze/d4rl_utils.py official repository unverified MIT (permissive) · e60bfdd0574ddc5f · report
get_policy dibyaghosh/icvf_release/experiments/antmaze/train_icvf.py official repository unverified MIT (permissive) · 7efb230a126ddd62 · report
get_values dibyaghosh/icvf_release/experiments/antmaze/train_icvf.py official repository unverified MIT (permissive) · a2628498c8976d46 · report
icvf_loss dibyaghosh/icvf_release/src/icvf_learner.py official repository unverified MIT (permissive) · 45f3cc2e7c6bba16 · report
inspect_dir_path dibyaghosh/icvf_release/icvf_envs/atari/offline_env.py official repository unverified MIT (permissive) · 9693e418d98ddb87 · report
update_dict dibyaghosh/icvf_release/experiments/antmaze/train_icvf.py official repository unverified MIT (permissive) · ffd7f2a1980245a1 · report
valid_goal_sampler dibyaghosh/icvf_release/icvf_envs/antmaze/d4rl_ant.py official repository unverified MIT (permissive) · a5514c312d961e08 · report

Tasks

Reinforcement LearningValue predictionreinforcement-learning

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