{"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-2607-24996","title":"Calibrated Partial Resets: Preventing Policy Collapse in Continual Reinforcement Learning","arxiv_id":"2607.24996","date":"2026-07-27","proceeding":null,"authors":["Luc McCutcheon","Evangelos Chatzaroulas","Saber Fallah"],"abstract":"Neural networks are hindered by accumulating dormant neurons and loss of expressivity throughout training, particularly in non-stationary data settings, such as continual supervised and reinforcement learning. Recently, neuron resets have been used to maintain gradient flow and restore plasticity. However, full unit reinitialization often sacrifices peak performance and can destabilize training, leading to policy collapse. To preserve plasticity without destabilizing training, we propose Calibrated Partial Resets (CPR), an optimizer that periodically pulls low-utility neurons toward their initialization, with pull strength scaled by each neuron's utility. Unlike binary reset methods, partial resets avoid brittleness; unlike uniform decay, calibrated utility-scaling concentrates adjustment on the units that need it most. Among compared methods, only CPR avoids policy collapse over 400M training steps in SlipperyAnt, and it outperforms prior decay and reset-based methods on Continual MetaWorld and Continual MinAtar benchmarks. Ablations reveal a tunable trade-off between plasticity and peak performance, highlighting utility-scaled reinitialization as a promising direction for continual learning.","url_abs":"https://arxiv.org/abs/2607.24996","url_pdf":"https://arxiv.org/pdf/2607.24996","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=2607.24996","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.24996"}},"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/LucMc/continual-learning","reach":null}],"summary":{"ran":2,"ran_draft_wrong":4,"ran_fixture":1,"ran_violates":1,"unverified":3},"by_repo_kind":{"found_in_text":{"samples":11,"ran":8,"repositories":1}},"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":11,"samples":[{"code_sha256_prefix":"c4e30a364b72d9a3","entry":"CbpOptimState","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c4e30a364b72d9a3"}},{"code_sha256_prefix":"4f2b6a7fd5bee408","entry":"CprOptimState","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f2b6a7fd5bee408"}},{"code_sha256_prefix":"81755e3e51cd694f","entry":"calibrated_reset_weights","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81755e3e51cd694f"}},{"code_sha256_prefix":"3d3fea43798748ae","entry":"expand_mask_for_weights","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3d3fea43798748ae"}},{"code_sha256_prefix":"116330d715e970c0","entry":"gen_key_tree","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"116330d715e970c0"}},{"code_sha256_prefix":"2da1a11fe9a68795","entry":"get_updated_utility","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2da1a11fe9a68795"}},{"code_sha256_prefix":"e7e0152b22b8f1d2","entry":"reconstruct_params","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e7e0152b22b8f1d2"}},{"code_sha256_prefix":"df8624ab936503a3","entry":"split_by_chain","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"df8624ab936503a3"}},{"code_sha256_prefix":"f43aa69e9a009f25","entry":"GradientTransformationExtraArgsReset","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f43aa69e9a009f25"}},{"code_sha256_prefix":"5b2786d66556bf3c","entry":"TransformUpdateExtraArgsResetFn","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5b2786d66556bf3c"}},{"code_sha256_prefix":"5210d1396c4123cc","entry":"cpr","repo":"LucMc/continual-learning","repo_kind":"found_in_text","path":"continual_learning/optim/cpr.py","file_url":"https://github.com/LucMc/continual-learning/blob/HEAD/continual_learning/optim/cpr.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5210d1396c4123cc"}}]},"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}}}