Papers › The Curse of Diversity in Ensemble-Based Exploration

The Curse of Diversity in Ensemble-Based Exploration

7 May 2024arXiv:2405.04342archive 2025-07-28

Zhixuan Lin, Pierluca D'Oro, Evgenii Nikishin, Aaron Courville

We uncover a surprising phenomenon in deep reinforcement learning: training a diverse ensemble of data-sharing agents -- a well-established exploration strategy -- can significantly impair the performance of the individual ensemble members when compared to standard single-agent training. Through careful analysis, we attribute the degradation in performance to the low proportion of self-generated data in the shared training data for each ensemble member, as well as the inefficiency of the individual ensemble members to learn from such highly off-policy data. We thus name this phenomenon the curse of diversity. We find that several intuitive solutions -- such as a larger replay buffer or a smaller ensemble size -- either fail to consistently mitigate the performance loss or undermine the advantages of ensembling. Finally, we demonstrate the potential of representation learning to counteract the curse of diversity with a novel method named Cross-Ensemble Representation Learning (CERL) in both discrete and continuous control domains. Our work offers valuable insights into an unexpected pitfall in ensemble-based exploration and raises important caveats for future applications of similar approaches.

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="2405.04342")

Code

Syntology Ran 3 of 16 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran with no contract checked.

By repository: official repository: 16 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhixuan-lin/ensemble-rl-continuous officialmentioned in paperjax report
zhixuan-lin/ensemble-rl-discrete officialmentioned in paperjaxMIT 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

16 samples harvested; 3 ran; 1 honoured the contract we drafted; 13 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.

1ran · honoured contract
2ran
13unverified

Licence: 0 of the 16 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

get_gammas zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/boot_dqn_agent.py official repository ran MIT (permissive) · ee6d2e618cac54d1 · report
get_param_count zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository ran · honoured contract MIT (permissive) · 2ec107672ef4af91 · report
squarify zhixuan-lin/ensemble-rl-discrete/ensemble_rl/metric_utils.py official repository ran MIT (permissive) · 66a8c225827dbcfc · report
CELLearner zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · 373f13eb372c6f1c · report
Model zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · a681d1d465ca2192 · report
_sample_actions zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · 8078c02fd29a891c · report
_sample_index zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · e4e6020a9a6a6bbb · report
_update_jit zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · 61fd4828e83d0558 · report
cosine_distance zhixuan-lin/ensemble-rl-discrete/ensemble_rl/metric_utils.py official repository unverified MIT (permissive) · 389e520afe20c705 · report
l2 zhixuan-lin/ensemble-rl-discrete/ensemble_rl/metric_utils.py official repository unverified MIT (permissive) · 9ebd5c538050adfc · report
select_action zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/boot_quantile_agent.py official repository unverified MIT (permissive) · 5eff8223ef2a7296 · report
target_distribution zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/boot_quantile_agent.py official repository unverified MIT (permissive) · 4e8df17f4dcd90d6 · report
target_q zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/boot_dqn_agent.py official repository unverified MIT (permissive) · 9697728fcd0cfeb3 · report
target_q zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/dqn_agent.py official repository unverified MIT (permissive) · 336b5ba1af3f1cd7 · report
target_update zhixuan-lin/ensemble-rl-continuous/jaxrl/agents/cel/cel_learner.py official repository unverified MIT (permissive) · d7b5436efe6a474c · report
train zhixuan-lin/ensemble-rl-discrete/ensemble_rl/agents/boot_quantile_agent.py official repository unverified MIT (permissive) · fed787981f691a19 · report

Tasks

AttributeContinuous ControlDeep Reinforcement LearningDiversityRepresentation Learningcontinuous-control

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