{"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-2510-18828","title":"Actor-Free Continuous Control via Structurally Maximizable Q-Functions","arxiv_id":"2510.18828","date":"2025-10-21","proceeding":"NeurIPS","authors":["Yigit Korkmaz","Urvi Bhuwania","Ayush Jain","Erdem Bıyık"],"abstract":"Value-based algorithms are a cornerstone of off-policy reinforcement learning due to their simplicity and training stability. However, their use has traditionally been restricted to discrete action spaces, as they rely on estimating Q-values for individual state-action pairs. In continuous action spaces, evaluating the Q-value over the entire action space becomes computationally infeasible. To address this, actor-critic methods are typically employed, where a critic is trained on off-policy data to estimate Q-values, and an actor is trained to maximize the critic's output. Despite their popularity, these methods often suffer from instability during training. In this work, we propose a purely value-based framework for continuous control that revisits structural maximization of Q-functions, introducing a set of key architectural and algorithmic choices to enable efficient and stable learning. We evaluate the proposed actor-free Q-learning approach on a range of standard simulation tasks, demonstrating performance and sample efficiency on par with state-of-the-art baselines, without the cost of learning a separate actor. Particularly, in environments with constrained action spaces, where the value functions are typically non-smooth, our method with structural maximization outperforms traditional actor-critic methods with gradient-based maximization. We have released our code at https://github.com/USC-Lira/Q3C.","url_abs":"https://arxiv.org/abs/2510.18828","url_pdf":"https://arxiv.org/pdf/2510.18828","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=2510.18828","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2510.18828"}},"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/USC-Lira/Q3C","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":17},"by_repo_kind":{"found_in_text":{"samples":17,"ran":0,"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":"ad08daf1ff0f2b6f","entry":"check_grad","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/pt_grad_check.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/pt_grad_check.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":"ad08daf1ff0f2b6f"}},{"code_sha256_prefix":"852203023f5cc1a8","entry":"delayed_exponential_schedule","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/learning_rate_schedulers.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/learning_rate_schedulers.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":"852203023f5cc1a8"}},{"code_sha256_prefix":"6d5d26b9194dcf2b","entry":"exponential_schedule","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/learning_rate_schedulers.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/learning_rate_schedulers.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":"6d5d26b9194dcf2b"}},{"code_sha256_prefix":"024acfae344e840d","entry":"ff","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/pt_activation_fns.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/pt_activation_fns.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":"024acfae344e840d"}},{"code_sha256_prefix":"ea504807df107a39","entry":"float_round","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/pt_grad_check.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/pt_grad_check.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":"ea504807df107a39"}},{"code_sha256_prefix":"b720939b47eac07a","entry":"get_args","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/args.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/args.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":"b720939b47eac07a"}},{"code_sha256_prefix":"52ba041999a2ac1a","entry":"get_recsim_reacher_args","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/args.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/args.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":"52ba041999a2ac1a"}},{"code_sha256_prefix":"320305309115a2b0","entry":"init_layer","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/init_layer.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/init_layer.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":"320305309115a2b0"}},{"code_sha256_prefix":"d13b7f22b514be07","entry":"init_layer_add_noise","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/init_layer.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/init_layer.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":"d13b7f22b514be07"}},{"code_sha256_prefix":"d22f3178703eafee","entry":"init_layer_noise","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/init_layer.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/init_layer.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":"d22f3178703eafee"}},{"code_sha256_prefix":"6be8838e3058ad9c","entry":"linear_schedule","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/learning_rate_schedulers.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/learning_rate_schedulers.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":"6be8838e3058ad9c"}},{"code_sha256_prefix":"41b4c925fde1b322","entry":"maximin_loss","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/separation_loss_functions.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/separation_loss_functions.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":"41b4c925fde1b322"}},{"code_sha256_prefix":"9899a03d8dfe7644","entry":"min_n_pairwise_distances_loss","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/separation_loss_functions.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/separation_loss_functions.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":"9899a03d8dfe7644"}},{"code_sha256_prefix":"07ce95d72e067047","entry":"repulsion_loss","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"q3c/utils/separation_loss_functions.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/q3c/utils/separation_loss_functions.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":"07ce95d72e067047"}},{"code_sha256_prefix":"ac490e7cbabe2c6b","entry":"sig","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/pt_activation_fns.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/pt_activation_fns.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":"ac490e7cbabe2c6b"}},{"code_sha256_prefix":"6ed0722c7c4cfe5f","entry":"str2bool","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/args.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/args.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":"6ed0722c7c4cfe5f"}},{"code_sha256_prefix":"01fd74a11b8ea438","entry":"sum_of_grad","repo":"USC-Lira/Q3C","repo_kind":"found_in_text","path":"large_rl/commons/pt_grad_check.py","file_url":"https://github.com/USC-Lira/Q3C/blob/HEAD/large_rl/commons/pt_grad_check.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":"01fd74a11b8ea438"}}]},"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_api"},"syntology_extracted_results":null}