Papers › Exploratory Combinatorial Optimization with Reinforcement Learning

Exploratory Combinatorial Optimization with Reinforcement Learning

9 Sep 2019arXiv:1909.04063archive 2025-07-28

Thomas D. Barrett, William R. Clements, Jakob N. Foerster, A. I. Lvovsky

Many real-world problems can be reduced to combinatorial optimization on a graph, where the subset or ordering of vertices that maximize some objective function must be found. With such tasks often NP-hard and analytically intractable, reinforcement learning (RL) has shown promise as a framework with which efficient heuristic methods to tackle these problems can be learned. Previous works construct the solution subset incrementally, adding one element at a time, however, the irreversible nature of this approach prevents the agent from revising its earlier decisions, which may be necessary given the complexity of the optimization task. We instead propose that the agent should seek to continuously improve the solution by learning to explore at test time. Our approach of exploratory combinatorial optimization (ECO-DQN) is, in principle, applicable to any combinatorial problem that can be defined on a graph. Experimentally, we show our method to produce state-of-the-art RL performance on the Maximum Cut problem. Moreover, because ECO-DQN can start from any arbitrary configuration, it can be combined with other search methods to further improve performance, which we demonstrate using a simple random search.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1909.04063")

Code

Syntology Ran 0 of 20 code samples harvested from 1 repository linked to this paper; 20 have no recorded run.

By repository: community (archive-listed): 20 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tomdbar/eco-dqn officialmentioned in papermentioned on GitHubpytorchMIT report
ilBarbara/BioRL mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 0 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ilBarbara/BioRL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adj_dict_to_lists ilBarbara/BioRL/src/comet/mutation_data.py community (archive-listed) unverified MIT (permissive) · ebb92c545dd37c5e · report
bipartite_double_edge_swap ilBarbara/BioRL/src/comet/permute.py community (archive-listed) unverified MIT (permissive) · cd32e999ec66db43 · report
call_multidendrix ilBarbara/BioRL/src/comet/utils.py community (archive-listed) unverified MIT (permissive) · e3297cca27fd41f9 · report
check_condition ilBarbara/BioRL/src/envs/saddlepoint.py community (archive-listed) unverified MIT (permissive) · cd51a1fc23564cb6 · report
choose_delta ilBarbara/BioRL/src/comet/output.py community (archive-listed) unverified MIT (permissive) · 0b789d75b024c791 · report
compute_edge_dist ilBarbara/BioRL/src/comet/output.py community (archive-listed) unverified MIT (permissive) · 6fddb61386269dbe · report
construct_mutation_graph ilBarbara/BioRL/src/comet/permute.py community (archive-listed) unverified MIT (permissive) · d56306f4d27a55b3 · report
convert_mutations_to_C_format ilBarbara/BioRL/src/comet/mutation_data.py community (archive-listed) unverified MIT (permissive) · b54eb9d11c17ff7b · report
convert_solns ilBarbara/BioRL/src/comet/utils.py community (archive-listed) unverified MIT (permissive) · 646d9fed47dadc7e · report
discrete_convergence ilBarbara/BioRL/src/comet/convergence.py community (archive-listed) unverified MIT (permissive) · d3c7bc0639c710a4 · report
discrete_convergence_eqb_plot ilBarbara/BioRL/src/comet/convergence.py community (archive-listed) unverified MIT (permissive) · 3a84f2cd9eb58674 · report
enumeration ilBarbara/BioRL/src/envs/saddlepoint.py community (archive-listed) unverified MIT (permissive) · ba02410b1835f606 · report
graph_to_mutation_data ilBarbara/BioRL/src/comet/permute.py community (archive-listed) unverified MIT (permissive) · a388b8293614beeb · report
initial_solns_generator ilBarbara/BioRL/src/comet/utils.py community (archive-listed) unverified MIT (permissive) · 204686180f489e85 · report
iter_num ilBarbara/BioRL/src/comet/output.py community (archive-listed) unverified MIT (permissive) · 41514aa1cf823b3e · report
load_graph ilBarbara/BioRL/experiments/utils.py community (archive-listed) unverified MIT (permissive) · 159da52928b75420 · report
load_graph_set ilBarbara/BioRL/experiments/utils.py community (archive-listed) unverified MIT (permissive) · 9887ce2dbe863145 · report
load_mutation_data ilBarbara/BioRL/src/comet/mutation_data.py community (archive-listed) unverified MIT (permissive) · 9e0d20c4942bc700 · report
saddlepoint ilBarbara/BioRL/src/envs/saddlepoint.py community (archive-listed) unverified MIT (permissive) · f1deba67bc27ecef · report
tv ilBarbara/BioRL/src/comet/convergence.py community (archive-listed) unverified MIT (permissive) · b28a2a9a7ba12564 · report

Tasks

Combinatorial OptimizationReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections