{"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/conservative-q-learning-for-offline","title":"Conservative Q-Learning for Offline Reinforcement Learning","arxiv_id":"2006.04779","date":"2020-06-08","proceeding":"NeurIPS 2020 12","authors":["Aviral Kumar","Aurick Zhou","George Tucker","Sergey Levine"],"abstract":"Effectively leveraging large, previously collected datasets in reinforcement learning (RL) is a key challenge for large-scale real-world applications. Offline RL algorithms promise to learn effective policies from previously-collected, static datasets without further interaction. However, in practice, offline RL presents a major challenge, and standard off-policy RL methods can fail due to overestimation of values induced by the distributional shift between the dataset and the learned policy, especially when training on complex and multi-modal data distributions. In this paper, we propose conservative Q-learning (CQL), which aims to address these limitations by learning a conservative Q-function such that the expected value of a policy under this Q-function lower-bounds its true value. We theoretically show that CQL produces a lower bound on the value of the current policy and that it can be incorporated into a policy learning procedure with theoretical improvement guarantees. In practice, CQL augments the standard Bellman error objective with a simple Q-value regularizer which is straightforward to implement on top of existing deep Q-learning and actor-critic implementations. On both discrete and continuous control domains, we show that CQL substantially outperforms existing offline RL methods, often learning policies that attain 2-5 times higher final return, especially when learning from complex and multi-modal data distributions.","url_abs":"https://arxiv.org/abs/2006.04779v3","url_pdf":"https://arxiv.org/pdf/2006.04779v3.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":"conservative-q-learning-for-offline","repo_url":"https://github.com/aviralkumar2907/CQL","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/BY571/CQL","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/corl-team/CORL","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/gaetanserre/lipo","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"AGPL-3.0"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/haosulab/ManiSkill-Learn","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/ikostrikov/cql-results","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/mehdimashayekhi/Some-RL-Implementation","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/opendilab/DI-engine","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/runamu/compositional-conservatism","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/sail-sg/offbench","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/scottemmons/youngs-cql","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/sparkmxy/my-offlinerl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/takuseno/d3rlpy","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/yihaosun1124/OfflineRL-Kit","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/young-geng/cql","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/young-geng/jaxcql","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/pytorch/rl/tree/main/examples/cql","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":null},{"paper_slug":"conservative-q-learning-for-offline","repo_url":"https://github.com/ray-project/ray/tree/master/rllib","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"none","reach":null}],"tasks":[{"task_slug":"continuous-control","task_name":"Continuous Control"},{"task_slug":"dqn-replay-dataset","task_name":"DQN Replay Dataset"},{"task_slug":"offline-rl","task_name":"Offline RL"},{"task_slug":"q-learning","task_name":"Q-Learning"},{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"continuous-control","task_name":"continuous-control"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dqn","method_name":"DQN"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"q-learning","method_name":"Q-Learning"},{"method_slug":"rem","method_name":"REM"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2006.04779","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.04779"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/takuseno/d3rlpy","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/aviralkumar2907/CQL","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/scottemmons/youngs-cql","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BY571/CQL","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yihaosun1124/OfflineRL-Kit","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ray-project/ray/tree/master/rllib","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sparkmxy/my-offlinerl","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sail-sg/offbench","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/runamu/compositional-conservatism","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ikostrikov/cql-results","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mehdimashayekhi/Some-RL-Implementation","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/young-geng/jaxcql","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/haosulab/ManiSkill-Learn","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/corl-team/CORL","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pytorch/rl/tree/main/examples/cql","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/young-geng/cql","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/gaetanserre/lipo","reach":{"status":"ok","spdx":"AGPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/opendilab/DI-engine","reach":null}],"summary":{"ran_honours":2,"ran":19,"ran_draft_wrong":2,"ran_fixture":1,"unverified":10},"by_repo_kind":{"listed":{"samples":34,"ran":24,"repositories":7}},"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":5,"samples":[{"code_sha256_prefix":"20922c79a0929bbf","entry":"flatten","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/core.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/core.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":2,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"20922c79a0929bbf"}},{"code_sha256_prefix":"34ba8aa41bb7fa58","entry":"Actor","repo":"BY571/CQL","repo_kind":"listed","path":"CQL-SAC/agent.py","file_url":"https://github.com/BY571/CQL/blob/HEAD/CQL-SAC/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"34ba8aa41bb7fa58"}},{"code_sha256_prefix":"3c29dab689543a89","entry":"CQLAgent","repo":"mehdimashayekhi/Some-RL-Implementation","repo_kind":"listed","path":"CQL/agent.py","file_url":"https://github.com/mehdimashayekhi/Some-RL-Implementation/blob/HEAD/CQL/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3c29dab689543a89"}},{"code_sha256_prefix":"ea10c0c769c4b484","entry":"CQLSAC","repo":"BY571/CQL","repo_kind":"listed","path":"CQL-SAC/agent.py","file_url":"https://github.com/BY571/CQL/blob/HEAD/CQL-SAC/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ea10c0c769c4b484"}},{"code_sha256_prefix":"00012db4f3753643","entry":"Critic","repo":"BY571/CQL","repo_kind":"listed","path":"CQL-SAC/agent.py","file_url":"https://github.com/BY571/CQL/blob/HEAD/CQL-SAC/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"00012db4f3753643"}},{"code_sha256_prefix":"82827c5a9a2325d9","entry":"DDQN","repo":"mehdimashayekhi/Some-RL-Implementation","repo_kind":"listed","path":"CQL/agent.py","file_url":"https://github.com/mehdimashayekhi/Some-RL-Implementation/blob/HEAD/CQL/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"82827c5a9a2325d9"}},{"code_sha256_prefix":"32231080b4b40efc","entry":"batch_to_torch","repo":"young-geng/cql","repo_kind":"listed","path":"SimpleSAC/replay_buffer.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/SimpleSAC/replay_buffer.py","link_basis":"harvester_set","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":"32231080b4b40efc"}},{"code_sha256_prefix":"93d28ca67303e04b","entry":"clip_magnitude","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/pythonplusplus.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/pythonplusplus.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":"93d28ca67303e04b"}},{"code_sha256_prefix":"fadf5f762ff04cd6","entry":"create_stats_ordered_dict","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/core/eval_util.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/core/eval_util.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":"fadf5f762ff04cd6"}},{"code_sha256_prefix":"1e5f5f635bdf773a","entry":"extend_and_repeat","repo":"young-geng/cql","repo_kind":"listed","path":"SimpleSAC/model.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/SimpleSAC/model.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1e5f5f635bdf773a"}},{"code_sha256_prefix":"d2f199c948f2a9ed","entry":"extend_and_repeat","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/jax_utils.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/jax_utils.py","link_basis":"harvester_set","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":"d2f199c948f2a9ed"}},{"code_sha256_prefix":"a5d10a0b704c8db7","entry":"get_average_returns","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/core/eval_util.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/core/eval_util.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":"a5d10a0b704c8db7"}},{"code_sha256_prefix":"9b9a51e3e3be7a6e","entry":"get_flat_params","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/core/batch_rl_algorithm.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/core/batch_rl_algorithm.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":"9b9a51e3e3be7a6e"}},{"code_sha256_prefix":"9910e2fc297f8665","entry":"identity","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/pythonplusplus.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/pythonplusplus.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9910e2fc297f8665"}},{"code_sha256_prefix":"c8b2fc80a3fc7424","entry":"index_batch","repo":"young-geng/cql","repo_kind":"listed","path":"SimpleSAC/replay_buffer.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/SimpleSAC/replay_buffer.py","link_basis":"harvester_set","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":"c8b2fc80a3fc7424"}},{"code_sha256_prefix":"4138766e854db009","entry":"is_numeric","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/pythonplusplus.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/pythonplusplus.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":"4138766e854db009"}},{"code_sha256_prefix":"965e75a1245dd833","entry":"load_progress","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/core.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/core.py","link_basis":"harvester_set","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":"965e75a1245dd833"}},{"code_sha256_prefix":"cc35af8b18b7dc58","entry":"mse_loss","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/jax_utils.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/jax_utils.py","link_basis":"harvester_set","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":"cc35af8b18b7dc58"}},{"code_sha256_prefix":"d06ff25d52ad20f5","entry":"multiple_action_q_function","repo":"young-geng/cql","repo_kind":"listed","path":"SimpleSAC/model.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/SimpleSAC/model.py","link_basis":"harvester_set","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":"d06ff25d52ad20f5"}},{"code_sha256_prefix":"18c566cc009ddb07","entry":"multiple_action_q_function","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/model.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/model.py","link_basis":"harvester_set","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":"18c566cc009ddb07"}},{"code_sha256_prefix":"3f55f8769dd45c20","entry":"parition_batch_train_test","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/replay_buffer.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/replay_buffer.py","link_basis":"harvester_set","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":"3f55f8769dd45c20"}},{"code_sha256_prefix":"5cb0c55f58279f59","entry":"simple_separated_format","repo":"ikostrikov/cql-results","repo_kind":"listed","path":"d4rl/rlkit/core/tabulate.py","file_url":"https://github.com/ikostrikov/cql-results/blob/HEAD/d4rl/rlkit/core/tabulate.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":"5cb0c55f58279f59"}},{"code_sha256_prefix":"40f81b1d5f51ea76","entry":"sliding_mean","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/frontend.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/frontend.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"40f81b1d5f51ea76"}},{"code_sha256_prefix":"6c7a4a9349a395e9","entry":"unique","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/core.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/core.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6c7a4a9349a395e9"}},{"code_sha256_prefix":"badd95b06c97467f","entry":"CQLPolicy","repo":"runamu/compositional-conservatism","repo_kind":"listed","path":"offlinerlkit/policy/model_free/cql.py","file_url":"https://github.com/runamu/compositional-conservatism/blob/HEAD/offlinerlkit/policy/model_free/cql.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":"badd95b06c97467f"}},{"code_sha256_prefix":"68d38c5b86b74f05","entry":"ContinuousCQL","repo":"corl-team/CORL","repo_kind":"listed","path":"algorithms/offline/cql.py","file_url":"https://github.com/corl-team/CORL/blob/HEAD/algorithms/offline/cql.py","link_basis":"first_harvest_node","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":"68d38c5b86b74f05"}},{"code_sha256_prefix":"3487f84da3586b8f","entry":"SACPolicy","repo":"runamu/compositional-conservatism","repo_kind":"listed","path":"offlinerlkit/policy/model_free/cql.py","file_url":"https://github.com/runamu/compositional-conservatism/blob/HEAD/offlinerlkit/policy/model_free/cql.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":"3487f84da3586b8f"}},{"code_sha256_prefix":"3743c5d43e639ab9","entry":"create_exp_name","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/logging.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/logging.py","link_basis":"harvester_set","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":"3743c5d43e639ab9"}},{"code_sha256_prefix":"41279dfcda8b39e4","entry":"dict_to_safe_json","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/logging.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/logging.py","link_basis":"harvester_set","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":"41279dfcda8b39e4"}},{"code_sha256_prefix":"2be75b7ac1ba23d4","entry":"flatten","repo":"young-geng/jaxcql","repo_kind":"listed","path":"viskit/frontend.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/viskit/frontend.py","link_basis":"harvester_set","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":"2be75b7ac1ba23d4"}},{"code_sha256_prefix":"d97e89c7f1953b3a","entry":"prefix_metrics","repo":"young-geng/cql","repo_kind":"listed","path":"SimpleSAC/utils.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/SimpleSAC/utils.py","link_basis":"harvester_set","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":"d97e89c7f1953b3a"}},{"code_sha256_prefix":"07afff96928bd142","entry":"safe_json","repo":"young-geng/cql","repo_kind":"listed","path":"viskit/logging.py","file_url":"https://github.com/young-geng/cql/blob/HEAD/viskit/logging.py","link_basis":"harvester_set","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":"07afff96928bd142"}},{"code_sha256_prefix":"f23c0c9faf00d830","entry":"update_target_network","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/model.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/model.py","link_basis":"harvester_set","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":"f23c0c9faf00d830"}},{"code_sha256_prefix":"6f4355a6f1314166","entry":"value_and_multi_grad","repo":"young-geng/jaxcql","repo_kind":"listed","path":"JaxCQL/jax_utils.py","file_url":"https://github.com/young-geng/jaxcql/blob/HEAD/JaxCQL/jax_utils.py","link_basis":"harvester_set","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":"6f4355a6f1314166"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}