Pith. sign in

REVIEW 4 major objections 3 minor 30 references

CTC: The Composite Task Challenge for Cooperative Multi-Agent Reinforcement Learning

T0 review · 4 major / 3 minor · reviewed 2026-08-09 · deepseek-v4-flash

Pith's one-line read A new benchmark makes division of labor mandatory, and all ten tested MARL methods fail it.

desk verdict A useful benchmark idea burdened by an overclaimed abstract and missing validation of its core DOL premise. read the letter →

arxiv 2502.00345 v2 pith:7AVK7SKF submitted 2025-02-01 cs.LG cs.AIcs.MA

classification cs.LGcs.AIcs.MA
keywords multi-agentreinforcementlearningdivisionoflaborcooperativeMARLbenchmarksuitecompositetasksStarCraftIISMACinformationinterferencetaskdecomposition
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes the Composite Task Challenge (CTC), a benchmark suite for cooperative multi-agent reinforcement learning built so that division of labor (DOL) and cooperation are prerequisites for success, not optional strategies. Each CTC task combines two to four atomic subtasks (defense and pursuit) in a StarCraft II (SMAC) setting; the overall task succeeds only if every subtask succeeds, and enemy groups are spaced so that one agent group cannot handle multiple subtasks at once. Ten representative MARL methods spanning policy diversity, agent grouping, and hierarchical architectures are evaluated, and all achieve zero maximum test winning rates on the heterogeneous, asymmetric CTC tasks, while simplified homogeneous or symmetric variants are solvable. The paper also introduces a stability coefficient showing that baselines fluctuate heavily across seeds, and it notes that its information-interference variants replaced the pursuit subtask with an augmented defense configuration.

What carries the argument

The load-bearing object is the composite task construction: two atomic subtasks, defense (eliminate stationary attacking enemies before they occupy a base) and pursuit (eliminate moving enemies before they reach a base), are combined so that the composite success condition is the conjunction of all subtask successes and the failure condition is the disjunction of any subtask failure. Three design factors vary the suite: information interference (observational noise and cross-subtask visibility, controlled by distance between subtasks), subtask dissimilarity (pursuit plus defense mixtures), and subtask quantity (two to four subtasks). In the SMAC implementation, unit types Marine, Marauder, and Medivac provide heterogeneous capabilities, with the Medivac's movement and healing behavior used to create priority structure within subtasks. A stability coefficient, defined as the average across test checkpoints of the variance of test winning rates over three seeds, is introduced to quantify run-to-run fluctuations.

What would settle it

Run a monolithic policy that is allowed to move the entire agent force from one subtask to the next within the original episode time limit on any HeA task; if it achieves a nonzero test winning rate, then DOL is not a necessary condition as claimed. Alternatively, a control with the same enemy positions but no time limit would reveal whether spacing alone blocks sequential completion.

Watch

Extended reading notes

Core claim

On its own terms, the paper's central claim is that DOL and cooperation can be engineered as necessary conditions for a cooperative MARL task, and that no current method fully operationalizes them. The mechanism is composition: a composite task is a conjunction of atomic subtasks, with victory requiring all subtasks and defeat requiring any one to fail; enemy groups are placed sufficiently far apart that the same group of agents cannot attend to multiple subtasks. The empirical discovery is that across the eight heterogeneous-asymmetric tasks, every baseline (QMIX, EOI, MAVEN, CDS, GoMARL, RODE, ROMA, LDSA, HSD, DCC) has a maximum test winning rate of zero except on the easiest two-subtask defense configuration and on two interference variants where GoMARL and ROMA show isolated non-zero runs. Simplified variants that make enemies symmetric or agents homogeneous substantially raise success rates, which the paper presents as evidence that the tasks are solvable rather than impossible. A corollary noted in the paper is that performance is unstable across seeds, with stability coefficients growing on harder tasks.

Load-bearing premise

The claim rests on the assumption that spreading enemy groups far enough apart and limiting episode time prevents one group of agents from finishing all subtasks sequentially; the paper states this arrangement but gives no distances, time budgets, or control experiment showing it holds.

Editorial extensions

If this is right

  • If CTC's premise holds, any cooperative MARL method aiming for real-world applicability must demonstrate positive test winning rates on tasks where DOL is necessary, not merely possible.
  • The zero results across policy-diversity, grouping, and hierarchical baselines imply that current DOL mechanisms fail exactly when role specialization becomes load-bearing.
  • The success of baselines on homogeneous and symmetric simplified variants isolates heterogeneity and asymmetry as factors that break current methods.
  • The stability coefficient gives a second, seed-robustness axis for comparing methods, and harder tasks expose larger fluctuations.
  • The task suite provides a graded difficulty ladder, from HoS and HoA variants to HeS and HeA variants, that can measure incremental progress in DOL-oriented MARL.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A direct test the paper does not run: allow a single centralized controller to move all agents sequentially between subtasks within the same episode time limit; a nonzero win rate would falsify the claim that DOL is necessary.
  • The paper states that enemy groups are 'sufficiently spaced apart' without giving distances or time budgets; publishing those parameters and a travel-time analysis would make the necessity claim checkable.
  • The appendix's substitution of an augmented defense configuration in the interference tasks means the P2G variants do not actually test the pursuit mechanic; a version with true pursuit could behave differently.
  • CTC's static DOL setup suggests an immediate extension: dynamically appearing subtasks requiring agents to reallocate across roles, which the paper itself identifies as the next step.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The paper introduces CTC (Composite Tasks Challenge), a benchmark suite of eight cooperative multi-agent tasks constructed by composing atomic defense and pursuit subtasks within the SMAC environment. The authors claim that the task design guarantees that division of labor (DOL) and cooperation are necessary for success, and they introduce three diversity factors (information interference, subtask dissimilarity, and subtask quantity). They evaluate ten (or eleven) cooperative MARL baselines, report test winning rates, and introduce a stability coefficient. To argue that the tasks are solvable, they construct simplified variants (HeS, HoA, HoS) that remove heterogeneity or asymmetry and show that some baselines achieve non-zero win rates on these variants. The central claim is that all baseline methods achieve zero test winning rates on all CTC tasks, underscoring the challenge of the benchmark.

Significance. If the claims were fully validated, CTC would fill a real gap: existing testbeds such as SMAC and GRF often admit optimal policies that do not require DOL, so a benchmark that provably requires DOL and cooperation would be a useful contribution. The paper's strengths are its clear task-decomposition idea, the breadth of baselines, and the introduction of a simple stability metric. However, the manuscript does not provide machine-checked proofs or a reproducibility certificate; the link to source code is given but the code is not part of the review material. The central validation of DOL necessity is asserted rather than demonstrated, and the solvability evidence is partial, so the significance of the contribution as presented is substantially weakened.

major comments (4)
  1. [Abstract and Section 1] The abstract claims that 'all methods consistently achieve zero test winning rates across all CTC tasks' and the Introduction states that 'success rates consistently equal to zero.' This is directly contradicted by Table 2, which reports non-zero maximum test winning rates for several methods, e.g., QMIX 100% on HEA D2G, GoMARL 100% on HEA P2G-D3, and ROMA 50% on HEA P2G-D3. The text must be corrected to accurately reflect the reported results, or the claims must be narrowed to specific subgroups of tasks.
  2. [Abstract and Section 3.3] The abstract states that the authors 'introduce a guiding solution that achieves non-zero test winning rates on all tasks,' but no such guiding solution appears in the paper. Section 3.3 presents simplified variants (HeS, HoA, HoS) and shows that existing baselines perform better on them, which is a different claim. Either the guiding solution must be described and evaluated, or the abstract should be rephrased to describe the simplified-variant solvability analysis actually performed.
  3. [Section 2.1] The necessity of division of labor is asserted but not demonstrated. The paper states that enemy groups are 'sufficiently spaced apart' to prevent one group of agents from handling multiple subtasks sequentially, but it provides no map coordinates, episode time limits, movement speed, or travel-time calculations. It also reports no control experiment in which a monolithic policy (or all agents acting as one undivided group) attempts the task. Without such evidence, the foundational claim that DOL is necessary for success is not established. Please provide quantitative spacing and time-limit specifications, and ideally a monolithic-policy baseline, to substantiate this load-bearing property.
  4. [Section 3.3 and Appendix A.2] The solvability validation does not cover the full task suite. Appendix A.2 states that for the three information-interference (P2G) tasks, the Medivac is augmented with additional units, making the pursuit subtask 'functionally equivalent to a defense task.' The mixed tasks (HEA M2G and HEA M3G), which contain a pursuit subtask, have no simplified variants; the simplified variants in Table 3 are all defense tasks. Moreover, even within the simplified suite, CDS has zero win rate on all tasks and all baselines have zero on HeS D4G. Therefore the claim that the original CTC tasks are solvable is not supported by the presented experiments.
minor comments (3)
  1. [Section 3.1] The baseline list names eleven methods (QMIX, EOI, MAVEN, CDS, RODE, ROMA, GoMARL, QTypeMix, LDSA, HSD, DCC), but the abstract says ten and Table 2 has ten columns with no QTypeMix column. Please reconcile the count and report all methods that were actually evaluated.
  2. [Equation (1)] The stability coefficient definition in Eq. (1) is unclear: the variables M, N, and the index w_i^j are not fully defined in the text, and the variance is said to be 'across 3 distinct seeds' but the notation suggests a sum over M. Please define all symbols and clarify whether the coefficient is computed per task or per method.
  3. [Throughout] The text contains several typos and inconsistencies: 'testebds' in Section 1, 'an bottom layer' in the hierarchical MARL description, 'there is a necessary' in the Introduction, 'HSA' in Section 3.2 (likely HSD), and 'Denfense' in several figure captions. A careful proofread is needed.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's claims are benchmark design assertions and independent benchmark evaluations, not derivations that reduce to their inputs.

full rationale

I walked the paper's claimed derivation chain. The central claims are: (1) CTC tasks require division of labor (DOL) and cooperation by design, (2) ten cooperative MARL baselines perform poorly, and (3) simplified variants demonstrate solvability. None of these steps is circular. The DOL-necessity claim in Section 2.1 is asserted as a design principle ('we ensure that the enemy groups are sufficiently spaced apart') rather than derived from a fitted model or from prior work by the same authors; it is an unverified implementation assertion, which is a validity concern, not a circularity concern. The solvability validation in Section 3.3 uses simplified variants (HeS/HoA/HoS) that are separate tasks and are evaluated with independent baselines; the inference from simplified-task success to original-task solvability is weak evidence but not a self-referential reduction. The baselines are external, and no parameter is fitted and then renamed as a prediction. There are no load-bearing self-citations, no imported uniqueness theorems, and no known result renamed as a new one. The abstract's 'zero test winning rates on all CTC tasks' statement is contradicted by Table 2 (e.g., QMIX 100% on HEA D2G, GoMARL 100% on HeA P2G-D3), and Appendix A.2 admits that pursuit subtasks in the interference tasks were modified to be functionally equivalent to defense tasks; these are internal inconsistencies and evidence gaps, which I flag for correctness review, but they do not make the paper's argument circular. No quoted equation or construction step exhibited a reduction of a claimed result to its own inputs, so per the hard rules I assign a non-circular score of 0.

Assumptions & free parameters 2 free parameters · 3 assumptions · 0 invented entities

The central claim rests on the design assumption that spatial separation guarantees DOL necessity and on the SMAC environment. No new physical entities are introduced. The hand-chosen distances and subtask counts are design parameters, not fitted constants, but they are not derived from any principle.

free parameters (2)
  • Inter-subtask distance (L1, L2) = 7/7, 10/10, 14/14 (Table 1)
    These values are hand-chosen to create graduated information interference. They directly affect task difficulty but their relationship to DOL necessity is not analyzed.
  • Number of subtasks = 2, 3, 4
    The paper sets maximum subtasks to four based on cognitive science, a domain assumption, and uses 2, 3, 4 to define task variants. This is a design choice, not a fitted parameter.
assumptions (3)
  • domain assumption SMAC simulator faithfully models StarCraft II unit behaviors and is a valid testbed for cooperative MARL.
    The paper builds all tasks in SMAC but does not validate the simulator's behavior against StarCraft II beyond citing prior work.
  • ad hoc to paper Spacing enemy groups far enough apart forces division of labor.
    Section 2.1 asserts this without proof, measurements, or a baseline test of a monolithic agent.
  • domain assumption With homogeneous agents, the pursuit subtask degenerates into a defense subtask and can be ignored in simplified variants.
    Section 2.4 states this based on Medivac behavior without empirical demonstration.

how reviews work

0 comments
Cite this review

Pith. "Pith review of CTC: The Composite Task Challenge for Cooperative Multi-Agent Reinforcement Learning." pith.science (2026). https://pith.science/paper/7AVK7SKF

@misc{pith2026250200345,
  author       = {Pith},
  title        = {Pith review of: CTC: The Composite Task Challenge for Cooperative Multi-Agent Reinforcement Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7AVK7SKF}},
  note         = {Machine review of arXiv:2502.00345}
}
read the original abstract

The critical role of division of labor (DOL) in enhancing cooperation is well-recognized in real-world applications. Consequently, many cooperative multi-agent reinforcement learning (MARL) methods have incorporated DOL mechanisms to improve cooperation among agents. However, the lack of benchmark tasks specifically designed to evaluate and promote DOL and cooperation has limited the effective development and deployment of such mechanisms in cooperative MARL. This gap between current cooperative MARL methods and practical applications underscores the need for evaluation tasks that explicitly require DOL and cooperation. To address this gap, we propose the Composite Tasks Challenge (CTC), a suite of tasks explicitly designed to require both DOL and cooperation for successful task completion. The CTC tasks are constructed based on two core design principles: 1) DOL is a necessary condition for task success; 2) Failure in any atomic subtask results in failure of the overall task. The first principle emphasizes the necessity of DOL, while the second enforces the importance of cooperation, making both components essential for success in CTC tasks. We evaluate nine representative cooperative MARL methods on the proposed CTC tasks. Experimental results show that all methods consistently achieve zero test winning rates across all CTC tasks, highlighting the challenge of CTC tasks and the limitations of current methods. To facilitate future research, we also introduce a guiding solution that achieves non-zero test winning rates on all tasks, thereby demonstrating the solvability of the CTC tasks. However, the performance of this guiding solution remains suboptimal, further underscoring the value of CTC tasks as a challenging and meaningful testbed for advancing cooperative MARL research.

Figures

Figures reproduced from arXiv: 2502.00345 by the authors.

Figure 1
Figure 1. Performance of baselines on HeA tasks. ity to effectively complete the task at hand. To evaluate the impact of this information interference on MARL methods, we introduce three composite tasks with varying interfer￾ence conditions. As shown in [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Performance of baselines on HeA tasks [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Performance of baselines on HeS, HoA and HoS tasks. can successfully solve the task decreases. Specifically, on the HeS D4G task, all baseline methods reached a maxi￾mum test winning rate of zero. The test winning rate curves for the baselines on these eight tasks are shown in [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

30 extracted references · 21 canonical work pages

  1. [1]

    A., and Albrecht, S

    Christianos, F., Papoudakis, G., Rahman, M. A., and Albrecht, S. V. Scaling multi-agent reinforcement learning with selective parameter sharing. In International Conference on Machine Learning, pp.\ 1989--1998. PMLR, 2021

  2. [2]

    Group-aware coordination graph for multi-agent reinforcement learning

    Duan, W., Lu, J., and Xuan, J. Group-aware coordination graph for multi-agent reinforcement learning. arXiv preprint arXiv:2404.10976, 2024

  3. [3]

    N., and Whiteson, S

    Ellis, B., Moalla, S., Samvelyan, M., Sun, M., Mahajan, A., Foerster, J. N., and Whiteson, S. Smacv2: An improved benchmark for cooperative multi-agent reinforcement learning. arXiv preprint arXiv:2212.07489, 2022

  4. [4]

    QTypeMix: Enhancing Multi-Agent Cooperative Strategies through Heterogeneous and Homogeneous Value Decomposition

    Fu, S., Zhao, S., Li, T., and Yan, Y. Qtypemix: Enhancing multi-agent cooperative strategies through heterogeneous and homogeneous value decomposition. arXiv preprint arXiv:2408.07098, 2024 a

  5. [5]

    Revisiting some common practices in cooperative multi-agent reinforcement learning

    Fu, W., Yu, C., Xu, Z., Yang, J., and Wu, Y. Revisiting some common practices in cooperative multi-agent reinforcement learning. arXiv preprint arXiv:2206.07505, 2022

  6. [6]

    Iteratively learn diverse strategies with state distance information

    Fu, W., Du, W., Li, J., Chen, S., Zhang, J., and Wu, Y. Iteratively learn diverse strategies with state distance information. Advances in Neural Information Processing Systems, 36, 2024 b

  7. [7]

    Attention-Guided Contrastive Role Representations for Multi-Agent Reinforcement Learning

    Hu, Z., Zhang, Z., Li, H., Chen, C., Ding, H., and Wang, Z. Attention-guided contrastive role representations for multi-agent reinforcement learning. arXiv preprint arXiv:2312.04819, 2023

  8. [8]

    Multi-agent deep reinforcement learning with type-based hierarchical group communication

    Jiang, H., Shi, D., Xue, C., Wang, Y., Wang, G., and Zhang, Y. Multi-agent deep reinforcement learning with type-based hierarchical group communication. Applied Intelligence, 51: 0 5793--5808, 2021

Show all 30 references
  1. [9]

    Diverse effective relationship exploration for cooperative multi-agent reinforcement learning

    Jiang, H., Liu, Y., Li, S., Zhang, J., Xu, X., and Liu, D. Diverse effective relationship exploration for cooperative multi-agent reinforcement learning. In Proceedings of the 31st ACM International Conference on Information & Knowledge Management, pp.\ 842--851, 2022 a

  2. [10]

    and Lu, Z

    Jiang, J. and Lu, Z. The emergence of individuality. In International Conference on Machine Learning, pp.\ 4992--5001. PMLR, 2021

  3. [11]

    Spd: Synergy pattern diversifying oriented unsupervised multi-agent reinforcement learning

    Jiang, Y., Shao, J., He, S., Zhang, H., and Ji, X. Spd: Synergy pattern diversifying oriented unsupervised multi-agent reinforcement learning. Advances in Neural Information Processing Systems, 35: 0 20661--20674, 2022 b

  4. [12]

    Google research football: A novel reinforcement learning environment

    Kurach, K., Raichuk, A., Sta \'n czyk, P., Zajac, M., Bachem, O., Espeholt, L., Riquelme, C., Vincent, D., Michalski, M., Bousquet, O., et al. Google research football: A novel reinforcement learning environment. In Proceedings of the AAAI Conference on Artificial Intelligence...

  5. [13]

    Celebrating diversity in shared multi-agent reinforcement learning

    Li, C., Wang, T., Wu, C., Zhao, Q., Yang, J., and Zhang, C. Celebrating diversity in shared multi-agent reinforcement learning. Advances in Neural Information Processing Systems, 34: 0 3991--4002, 2021

  6. [14]

    Ace: Cooperative multi-agent q-learning with bidirectional action-dependency

    Li, C., Liu, J., Zhang, Y., Wei, Y., Niu, Y., Yang, Y., Liu, Y., and Ouyang, W. Ace: Cooperative multi-agent q-learning with bidirectional action-dependency. In Proceedings of the AAAI conference on artificial intelligence, volume 37, pp.\ 8536--8544, 2023

  7. [15]

    Coordinating multi-agent reinforcement learning via dual collaborative constraints

    Li, C., Dong, S., Yang, S., Hu, Y., Li, W., and Gao, Y. Coordinating multi-agent reinforcement learning via dual collaborative constraints. Neural Networks, pp.\ 106858, 2024

  8. [16]

    Contrastive identity-aware learning for multi-agent value decomposition

    Liu, S., Zhou, Y., Song, J., Zheng, T., Chen, K., Zhu, T., Feng, Z., and Song, M. Contrastive identity-aware learning for multi-agent value decomposition. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, pp.\ 11595--11603, 2023

  9. [17]

    Interaction pattern disentangling for multi-agent reinforcement learning

    Liu, S., Song, J., Zhou, Y., Yu, N., Chen, K., Feng, Z., and Song, M. Interaction pattern disentangling for multi-agent reinforcement learning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024

  10. [18]

    Maven: Multi-agent variational exploration

    Mahajan, A., Rashid, T., Samvelyan, M., and Whiteson, S. Maven: Multi-agent variational exploration. Advances in Neural Information Processing Systems, 32, 2019

  11. [19]

    Vast: Value function factorization with variable agent sub-teams

    Phan, T., Ritz, F., Belzner, L., Altmann, P., Gabor, T., and Linnhoff-Popien, C. Vast: Value function factorization with variable agent sub-teams. Advances in Neural Information Processing Systems, 34: 0 24018--24032, 2021

  12. [21]

    S., Farquhar, G., Nardelli, N., Rudner, T

    Samvelyan, M., Rashid, T., de Witt, C. S., Farquhar, G., Nardelli, N., Rudner, T. G. J., Hung, C.-M., Torr, P. H. S., Foerster, J., and Whiteson, S. The StarCraft Multi - Agent Challenge . CoRR, abs/1902.04043, 2019 b

  13. [22]

    Self-organized group for cooperative multi-agent reinforcement learning

    Shao, J., Lou, Z., Zhang, H., Jiang, Y., He, S., and Ji, X. Self-organized group for cooperative multi-agent reinforcement learning. Advances in Neural Information Processing Systems, 35: 0 5711--5723, 2022

  14. [23]

    An inquiry into the nature and causes of the wealth of nations

    Smith, A. An inquiry into the nature and causes of the wealth of nations. Readings in economic sociology, pp.\ 6--17, 2002

  15. [24]

    Roma: Multi-agent reinforcement learning with emergent roles

    Wang, T., Dong, H., Lesser, V., and Zhang, C. Roma: Multi-agent reinforcement learning with emergent roles. arXiv preprint arXiv:2003.08039, 2020 a

  16. [25]

    Rode: Learning roles to decompose multi-agent tasks

    Wang, T., Gupta, T., Mahajan, A., Peng, B., Whiteson, S., and Zhang, C. Rode: Learning roles to decompose multi-agent tasks. arXiv preprint arXiv:2010.01523, 2020 b

  17. [26]

    Group distributionally robust reinforcement learning with hierarchical latent variables

    Xu, M., Huang, P., Niu, Y., Kumar, V., Qiu, J., Fang, C., Lee, K.-H., Qi, X., Lam, H., Li, B., et al. Group distributionally robust reinforcement learning with hierarchical latent variables. In International Conference on Artificial Intelligence and Statistics, pp.\ 2677--2703...

  18. [27]

    Hierarchical cooperative multi-agent reinforcement learning with skill discovery

    Yang, J., Borovikov, I., and Zha, H. Hierarchical cooperative multi-agent reinforcement learning with skill discovery. arXiv preprint arXiv:1912.03558, 2019

  19. [28]

    Ldsa: Learning dynamic subtask assignment in cooperative multi-agent reinforcement learning

    Yang, M., Zhao, J., Hu, X., Zhou, W., Zhu, J., and Li, H. Ldsa: Learning dynamic subtask assignment in cooperative multi-agent reinforcement learning. Advances in Neural Information Processing Systems, 35: 0 1698--1710, 2022

  20. [29]

    Ghq: Grouped hybrid q learning for heterogeneous cooperative multi-agent reinforcement learning

    Yu, X., Lin, Y., Wang, X., Han, S., and Lv, K. Ghq: Grouped hybrid q learning for heterogeneous cooperative multi-agent reinforcement learning. arXiv preprint arXiv:2303.01070, 2023

  21. [30]

    Automatic grouping for efficient cooperative multi-agent reinforcement learning

    Zang, Y., He, J., Li, K., Fu, H., Fu, Q., Xing, J., and Cheng, J. Automatic grouping for efficient cooperative multi-agent reinforcement learning. Advances in Neural Information Processing Systems, 36, 2024

  22. [31]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

Pith tools

Reviewed August 9, 2026 · model on record in the stance chip above.