{"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/avoiding-side-effects-in-complex-environments","title":"Avoiding Side Effects in Complex Environments","arxiv_id":"2006.06547","date":"2020-06-11","proceeding":"NeurIPS 2020 12","authors":["Alexander Matt Turner","Neale Ratzlaff","Prasad Tadepalli"],"abstract":"Reward function specification can be difficult. Rewarding the agent for making a widget may be easy, but penalizing the multitude of possible negative side effects is hard. In toy environments, Attainable Utility Preservation (AUP) avoided side effects by penalizing shifts in the ability to achieve randomly generated goals. We scale this approach to large, randomly generated environments based on Conway's Game of Life. By preserving optimal value for a single randomly generated reward function, AUP incurs modest overhead while leading the agent to complete the specified task and avoid many side effects. Videos and code are available at https://avoiding-side-effects.github.io/.","url_abs":"https://arxiv.org/abs/2006.06547v2","url_pdf":"https://arxiv.org/pdf/2006.06547v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"avoiding-side-effects-in-complex-environments","repo_url":"https://github.com/aseembits93/avoiding-side-effects","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"avoiding-side-effects-in-complex-environments","repo_url":"https://github.com/neale/avoiding-side-effects","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2006.06547","atlas_url":"https://app.syntology.ai/?focus=2006.06547","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.06547"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/neale/avoiding-side-effects","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/aseembits93/avoiding-side-effects","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":4,"unverified":4},"by_repo_kind":{"listed":{"samples":8,"ran":4,"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":0,"samples":[{"code_sha256_prefix":"9b6b794b330f3d9f","entry":"load_benchmarks","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"safelife/benchmarking.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/safelife/benchmarking.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9b6b794b330f3d9f"}},{"code_sha256_prefix":"bb2ddcd53c04fdc1","entry":"safelife_cnn","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"training/models.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/training/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bb2ddcd53c04fdc1"}},{"code_sha256_prefix":"9f7a5c4fbc840fc9","entry":"safelife_cnn","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"training/models_safelife.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/training/models_safelife.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9f7a5c4fbc840fc9"}},{"code_sha256_prefix":"0047a0112d7955f1","entry":"signed_sqrt","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"training/models.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/training/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0047a0112d7955f1"}},{"code_sha256_prefix":"b618888381b55599","entry":"build_fence","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"safelife/proc_gen.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/safelife/proc_gen.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b618888381b55599"}},{"code_sha256_prefix":"0737b2dfc6f56566","entry":"coinflip","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"safelife/random.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/safelife/random.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0737b2dfc6f56566"}},{"code_sha256_prefix":"1cef04eaa5c76483","entry":"make_partioned_regions","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"safelife/proc_gen.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/safelife/proc_gen.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1cef04eaa5c76483"}},{"code_sha256_prefix":"3ad72d4e41ca99d6","entry":"recenter_view","repo":"aseembits93/avoiding-side-effects","repo_kind":"listed","path":"safelife/helper_utils.py","file_url":"https://github.com/aseembits93/avoiding-side-effects/blob/HEAD/safelife/helper_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3ad72d4e41ca99d6"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}