Papers › Active Exploration for Inverse Reinforcement Learning

Active Exploration for Inverse Reinforcement Learning

18 Jul 2022arXiv:2207.08645archive 2025-07-28

David Lindner, Andreas Krause, Giorgia Ramponi

Inverse Reinforcement Learning (IRL) is a powerful paradigm for inferring a reward function from expert demonstrations. Many IRL algorithms require a known transition model and sometimes even a known expert policy, or they at least require access to a generative model. However, these assumptions are too strong for many real-world applications, where the environment can be accessed only through sequential interaction. We propose a novel IRL algorithm: Active exploration for Inverse Reinforcement Learning (AceIRL), which actively explores an unknown environment and expert policy to quickly learn the expert's reward function and identify a good policy. AceIRL uses previous observations to construct confidence intervals that capture plausible reward functions and find exploration policies that focus on the most informative regions of the environment. AceIRL is the first approach to active IRL with sample-complexity bounds that does not require a generative model of the environment. AceIRL matches the sample complexity of active IRL with a generative model in the worst case. Additionally, we establish a problem-dependent bound that relates the sample complexity of AceIRL to the suboptimality gap of a given IRL problem. We empirically evaluate AceIRL in simulations and find that it significantly outperforms more naive exploration strategies.

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

Code

Syntology Ran 10 of 11 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 6 ran · fixture could not drive it; 3 ran with no contract checked.

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

lasgroup/aceirl officialmentioned in papermentioned on GitHub 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

11 samples harvested; 10 ran; 0 honoured the contract we drafted; 1 has 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 · our draft was wrong
6ran · fixture could not drive it
3ran
1unverified

Licence: 0 of the 11 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 lasgroup/aceirl. “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.

MDP lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran MIT (permissive) · 0522ffc045f31a88 · report
MaximumEntropyIRL lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran MIT (permissive) · adacd2e6a6786757 · report
Optimizer lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran MIT (permissive) · f86e4d591b2e9ab0 · report
check_transitions_rewards lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it MIT (permissive) · fe5bfbf984382770 · report
ensure_policy_stochastic lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it MIT (permissive) · 98ecc07fcf64ca4a · report
fixed_n_rounding lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 7facf02a555704ba · report
get_hoeffding_ci lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · bccca2ca0688106a · report
policy_evaluation lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it MIT (permissive) · 2a38774ec59331df · report
random_argmax lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · b5db74785a2b476f · report
value_iteration lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository ran · fixture could not drive it MIT (permissive) · 09b98208eac525f2 · report
ActiveIRL lasgroup/aceirl/src/active_irl/aceirl/algorithm.py official repository unverified MIT (permissive) · 3e1682770c3f8812 · report

Tasks

Reinforcement LearningReinforcement Learning (RL)reinforcement-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