{"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/icu-sepsis-a-benchmark-mdp-built-from-real","title":"ICU-Sepsis: A Benchmark MDP Built from Real Medical Data","arxiv_id":"2406.05646","date":"2024-06-09","proceeding":null,"authors":["Kartik Choudhary","Dhawal Gupta","Philip S. Thomas"],"abstract":"We present ICU-Sepsis, an environment that can be used in benchmarks for evaluating reinforcement learning (RL) algorithms. Sepsis management is a complex task that has been an important topic in applied RL research in recent years. Therefore, MDPs that model sepsis management can serve as part of a benchmark to evaluate RL algorithms on a challenging real-world problem. However, creating usable MDPs that simulate sepsis care in the ICU remains a challenge due to the complexities involved in acquiring and processing patient data. ICU-Sepsis is a lightweight environment that models personalized care of sepsis patients in the ICU. The environment is a tabular MDP that is widely compatible and is challenging even for state-of-the-art RL algorithms, making it a valuable tool for benchmarking their performance. However, we emphasize that while ICU-Sepsis provides a standardized environment for evaluating RL algorithms, it should not be used to draw conclusions that guide medical practice.","url_abs":"https://arxiv.org/abs/2406.05646v2","url_pdf":"https://arxiv.org/pdf/2406.05646v2.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":"icu-sepsis-a-benchmark-mdp-built-from-real","repo_url":"https://github.com/icu-sepsis/icu-sepsis","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"benchmarking","task_name":"Benchmarking"},{"task_slug":"management","task_name":"Management"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2406.05646","atlas_url":"https://app.syntology.ai/?focus=2406.05646","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2406.05646"}},"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/icu-sepsis/icu-sepsis","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":10,"unverified":3},"by_repo_kind":{"official":{"samples":13,"ran":10,"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":"ae498a45c4495a8d","entry":"aggregate_results","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/policy_examination/baselines_with_perturb.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/policy_examination/baselines_with_perturb.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":"ae498a45c4495a8d"}},{"code_sha256_prefix":"c84de84681a7e787","entry":"check_convergence","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.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":"c84de84681a7e787"}},{"code_sha256_prefix":"ffb8e0cf947c870e","entry":"create_mapping_order","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.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":"ffb8e0cf947c870e"}},{"code_sha256_prefix":"5b61b2112fc9cbeb","entry":"get_action_nums","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.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":"5b61b2112fc9cbeb"}},{"code_sha256_prefix":"43df7fefce0febfc","entry":"get_num_steps","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"43df7fefce0febfc"}},{"code_sha256_prefix":"e570292398b2d734","entry":"load_pcsd_dict","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.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":"e570292398b2d734"}},{"code_sha256_prefix":"0c39d7755b7465fd","entry":"load_vals","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/lc_analysis.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":"0c39d7755b7465fd"}},{"code_sha256_prefix":"92fc61f9d64302c3","entry":"normalize_d_0","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"92fc61f9d64302c3"}},{"code_sha256_prefix":"1c6e6664b9c549ea","entry":"normalize_tx_mat","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c6e6664b9c549ea"}},{"code_sha256_prefix":"86f5d8790750e5d1","entry":"rl_table_to_unnormalized_matrices","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_matrices.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":"86f5d8790750e5d1"}},{"code_sha256_prefix":"90d7c880f2588e44","entry":"create_features","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.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":"90d7c880f2588e44"}},{"code_sha256_prefix":"846e3813436d8555","entry":"create_valid_dynamics","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/parse_matrices.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":"846e3813436d8555"}},{"code_sha256_prefix":"527fb598f63946be","entry":"normalize_dataset","repo":"icu-sepsis/icu-sepsis","repo_kind":"official","path":"packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.py","file_url":"https://github.com/icu-sepsis/icu-sepsis/blob/HEAD/packages/icu_sepsis_helpers/icu_sepsis_helpers/mdp_creation/create_rl_table.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":"527fb598f63946be"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}