{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2605-20878","title":"CIG: Exploration via Conditional Information Gain","arxiv_id":"2605.20878","date":"2026-05-20","proceeding":null,"authors":["Tim Joseph","Marcus Fechner","Philipp Stegmaier","Karam Daaboul","J. Marius Zöllner"],"abstract":"Intrinsic rewards for exploration in reinforcement learning condition on different contexts: lifelong rewards score each transition against accumulated experience but ignore within-rollout redundancy; episodic rewards penalize intra-trajectory repetition but discard lifetime progress. Hybrid methods combine both signals through heuristic weights or require Gaussian-process dynamics that do not scale beyond low-dimensional state spaces. Trajectory-level information gain decomposes into per-step terms that condition on the replay buffer and rollout prefix simultaneously, but remains intractable for deep models. We derive the Conditional Information Gain (CIG) reward as a tractable surrogate: a log-determinant objective over an ensemble disagreement kernel whose Cholesky factorization yields causal per-step rewards that retain both conditioning sets while scaling to high-dimensional state spaces. We instantiate CIG in a model-based setting, where rollouts are short and within-rollout corrections remain largely unexplored. Across twelve tasks spanning discrete (MiniGrid) and continuous control (OGBench), in both clean and stochastic-distractor settings, CIG outperforms or matches prior exploration methods while remaining robust to stochastic distractors.","url_abs":"https://arxiv.org/abs/2605.20878","url_pdf":"https://arxiv.org/pdf/2605.20878","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2605.20878","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.20878"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/seohongpark/ogbench","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Farama-Foundation/Minigrid","reach":{"status":"ok","spdx":"NOASSERTION"}}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":9,"ran":7,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":1,"samples":[{"code_sha256_prefix":"5639477a293168af","entry":"ActionBonus","repo":"Farama-Foundation/Minigrid","repo_kind":"found_in_text","path":"minigrid/wrappers.py","file_url":"https://github.com/Farama-Foundation/Minigrid/blob/HEAD/minigrid/wrappers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"5639477a293168af"}},{"code_sha256_prefix":"c388bc83e49a9e13","entry":"GCDiscreteActor","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c388bc83e49a9e13"}},{"code_sha256_prefix":"c7d17f7e1be1f1c4","entry":"GCDiscreteCritic","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c7d17f7e1be1f1c4"}},{"code_sha256_prefix":"9f8e3c3d4842e199","entry":"GCEncoder","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f8e3c3d4842e199"}},{"code_sha256_prefix":"b41c470187e80607","entry":"GCValue","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b41c470187e80607"}},{"code_sha256_prefix":"d7702e78034020af","entry":"ImpalaEncoder","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d7702e78034020af"}},{"code_sha256_prefix":"387f24fb5c7833fe","entry":"MLP","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"387f24fb5c7833fe"}},{"code_sha256_prefix":"31baa9542c8bf2eb","entry":"GCActor","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"31baa9542c8bf2eb"}},{"code_sha256_prefix":"630ed0a6045e6038","entry":"GCIQLAgent","repo":"seohongpark/ogbench","repo_kind":"found_in_text","path":"impls/agents/gciql.py","file_url":"https://github.com/seohongpark/ogbench/blob/HEAD/impls/agents/gciql.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"630ed0a6045e6038"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}