Papers › Non-Adversarial Inverse Reinforcement Learning via Successor Feature Matching

Non-Adversarial Inverse Reinforcement Learning via Successor Feature Matching

11 Nov 2024arXiv:2411.07007archive 2025-07-28

Arnav Kumar Jain, Harley Wiltzer, Jesse Farebrother, Irina Rish, Glen Berseth, Sanjiban Choudhury

In inverse reinforcement learning (IRL), an agent seeks to replicate expert demonstrations through interactions with the environment. Traditionally, IRL is treated as an adversarial game, where an adversary searches over reward models, and a learner optimizes the reward through repeated RL procedures. This game-solving approach is both computationally expensive and difficult to stabilize. In this work, we propose a novel approach to IRL by direct policy optimization: exploiting a linear factorization of the return as the inner product of successor features and a reward vector, we design an IRL algorithm by policy gradient descent on the gap between the learner and expert features. Our non-adversarial method does not require learning a reward function and can be solved seamlessly with existing actor-critic RL algorithms. Remarkably, our approach works in state-only settings without expert action labels, a setting which behavior cloning (BC) cannot solve. Empirical results demonstrate that our method learns from as few as a single expert demonstration and achieves improved performance on various control tasks.

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

Code

Syntology Ran 19 of 24 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 14 ran with no contract checked.

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

arnavkj1995/sfm officialmentioned in paperjax 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

24 samples harvested; 19 ran; 0 honoured the contract we drafted; 5 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 · our draft was wrong
1ran · fixture could not drive it
14ran
5unverified

Licence: 0 of the 24 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 arnavkj1995/sfm. “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.

FDM arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 9e907e282a2641f1 · report
FDMNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 0cb9401c40c21b9d · report
HILPNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · f02b8230f446eb06 · report
IDF arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 847217e6e12730b0 · report
IDFNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 8bafbcb60e55b84b · report
MLP arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · c40a2f4a2d892827 · report
PsiNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 25f3d4763b663d09 · report
Random arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 5ca5cb5012818a3f · report
RandomNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 687919961b5cdf4d · report
Simnorm arnavkj1995/sfm/agents/sfm_sac.py official repository ran fingerprinted MIT (permissive) · 7d8bb229c8a55d3f · report
Temperature arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 9e34fecadba7e9ac · report
TrainState arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · f1b12a121cc9ff6e · report
TwinMLPNetworks arnavkj1995/sfm/agents/sfm_sac.py official repository ran MIT (permissive) · 9ee3649e80d44e6b · report
_L2 arnavkj1995/sfm/agents/sfm_sac.py official repository ran fingerprinted MIT (permissive) · aee169a5c1aefb38 · report
_nl arnavkj1995/sfm/agents/sfm_sac.py official repository ran · our draft was wrong MIT (permissive) · bfcf6c97c05f2e2c · report
default_init arnavkj1995/sfm/agents/sfm_sac.py official repository ran · our draft was wrong MIT (permissive) · c5e2d65ae4ba9bc6 · report
evaluate_agent arnavkj1995/sfm/agents/sfm_td3.py official repository ran · our draft was wrong MIT (permissive) · f0372bdb4c43d222 · report
get_discounted_sum arnavkj1995/sfm/agents/sfm_sac.py official repository ran · fixture could not drive it MIT (permissive) · b7f63876d7bd89cd · report
update_ema arnavkj1995/sfm/agents/sfm_sac.py official repository ran · violated contract MIT (permissive) · 523179247a3ff659 · report
ActorNetwork arnavkj1995/sfm/agents/sfm_sac.py official repository unverified MIT (permissive) · a82ce9839262727a · report
AvgL1Norm arnavkj1995/sfm/agents/sfm_sac.py official repository unverified MIT (permissive) · b821d8f39dbe176b · report
HILP arnavkj1995/sfm/agents/sfm_sac.py official repository unverified MIT (permissive) · de8f06f126e8dfd7 · report
Mish arnavkj1995/sfm/agents/sfm_sac.py official repository unverified MIT (permissive) · 1c07263892a8db35 · report
SFM_SAC arnavkj1995/sfm/agents/sfm_sac.py official repository unverified MIT (permissive) · 3d92e87926c814d7 · report

Tasks

Reinforcement Learningreinforcement-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