Pith. sign in

REVIEW 3 major objections 6 minor 1 cited by

Coordinated Spatial Reuse Scheduling With Machine Learning in IEEE 802.11 MAPC Networks

T0 review · 3 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read The paper claims that hierarchical multi-armed bandits can schedule coordinated spatial reuse in IEEE 802.11bn networks, lifting aggregate throughput by about 80% over legacy Wi-Fi while keeping per-station transmission opportunities…

desk verdict A credible, openly-coded C-SR scheduler with a genuinely useful MILP upper bound; the 80% headline is simulation-bounded, and the paper's own footnote marks its biggest soft spot. read the letter →

arxiv 2505.07278 v3 pith:7BIUOLUM submitted 2025-05-12 cs.NI

classification cs.NI
keywords IEEE802.11bncoordinatedspatialreusemulti-armedbanditshierarchicalMABMILPupperboundWi-FischedulingtransmitpowercontrolMAPC
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 tries to establish that coordinated spatial reuse (C-SR) in the upcoming IEEE 802.11bn amendment can be scheduled by a lightweight online learner that probes transmission configurations instead of relying on channel measurements. It first builds a mixed-integer linear programming (MILP) model that computes an upper bound on the best possible schedule, then proposes a hierarchical multi-armed bandit (H-MAB) that learns which access points should transmit together, to which stations, and at what power. In simulations of random open-space topologies, the H-MAB raises aggregate throughput over legacy IEEE 802.11 by 80% on average and does not reduce the number of transmission opportunities per station. A small real testbed confirms that the learned scheduler can find useful concurrent transmission configurations. If the claim holds, dense Wi-Fi deployments could gain large throughput improvements from a scheduler simple enough to run on existing hardware.

What carries the argument

The central object is a three-level hierarchical multi-armed bandit: a first-level agent selects the set of simultaneously transmitting access points, second-level agents select each access point's recipient station, and third-level agents select transmit power levels, with the throughput reward propagating back through all three levels. The hierarchy shrinks the effective action space from all joint configurations to a sequence of smaller choices, which is what lets the learner converge quickly. The upper-bound model is a MILP built on column generation: a main linear program allocates time shares to transmission sets, and a pricing problem iteratively generates new transmission sets with positive reduced cost until no improving set remains.

What would settle it

Run the H-MAB in a two-access-point topology where successful simultaneous transmission requires a specific transmit-power balance, and compare the learned power pair against the power assignment found by the MILP upper bound; if the learned pair consistently misses the joint configuration and throughput stays below the bound, the independent-power-learning assumption is falsified.

Watch

Extended reading notes

Core claim

The paper's central claim is that C-SR scheduling does not need RSS or CSI measurements: a probing hierarchy of multi-armed bandit agents, rewarded by the aggregate throughput of each attempted transmission configuration, can approach the performance of an optimal schedule computed offline by MILP. In random open-space simulations, the H-MAB improves aggregate throughput over legacy 802.11 by 80% on average, without cutting any station's transmission opportunities; in the testbed, it learns to run three concurrent downlink transmissions and adapts to uneven radio conditions. The flat MAB works in small topologies but its action space explodes as the network grows, while the hierarchical decomposition plus clustering restores scalability for denser deployments.

Load-bearing premise

The argument hinges on assuming that learning each transmitter's power level independently from the same aggregate reward is accurate enough, even though the power choices of all simultaneous transmitters jointly decide whether a transmission succeeds.

Editorial extensions

If this is right

  • A central controller can run H-MABs with only wired signaling, avoiding the inter-BSS over-the-air sounding that measurement-based C-SR solutions require.
  • Dense random Wi-Fi deployments can expect roughly 80% higher aggregate throughput than legacy DCF while no station receives fewer transmission opportunities than it would under DCF.
  • When the topology changes abruptly, the learner re-converges without resetting its state, so nomadic environments do not require manual reconfiguration.
  • For larger multi-room deployments, splitting the network into independent clusters restores fast convergence and near-optimal throughput, pointing to a practical deployment recipe.
  • The MILP model gives the field a quantitative upper bound against which future C-SR schedulers can be measured, for either throughput or fairness objectives.

Reading between the lines

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

  • Editorial inference: the same probing hierarchy could also learn modulation-and-coding-scheme selection jointly with power and concurrency, an extension the paper leaves mostly idealized.
  • Editorial inference: the 80% average is measured under full-buffer downlink-only, single-channel conditions; the gain may be smaller under uplink traffic or bursty arrivals, which the paper does not test.
  • Editorial inference: the clustering results suggest dynamic cluster creation as the natural deployment path for very dense networks, a step the paper explicitly leaves for future work.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 6 minor

Summary. The paper addresses coordinated spatial reuse (C-SR) scheduling for IEEE 802.11bn multi-AP coordination. It contributes a mixed-integer linear programming model based on column generation that yields an upper bound on achievable throughput or fairness, and a practical probing-based scheduler using flat and hierarchical multi-armed bandits (MAB/H-MAB). The H-MAB selects transmitting APs, recipient stations, and transmit power levels in a three-level hierarchy and is updated with the aggregate throughput reward. The proposal is evaluated in simulations across multi-room, open-space, clustered, and legacy-device scenarios, and in an openwifi testbed with three APs. The headline claim is that H-MAB-based C-SR improves aggregate throughput over legacy 802.11 by on average 80% in random open-space scenarios without reducing per-station transmission opportunities, while approaching the MILP-derived upper bound.

Significance. If the claims hold, the paper provides a lightweight, implementable learning-based alternative to measurement-heavy C-SR scheduling, which is directly relevant to the ongoing 802.11bn standardization. The MILP upper-bound model is a solid methodological contribution and the open-source release of code is a strength that supports reproducibility. The testbed validation with openwifi demonstrates real-world feasibility, which is rare in this literature. The central risk is that the 80% gain and the closeness to the upper bound rest on an independent-learning assumption for transmit power selection that the authors themselves concede is not generally precise; the evidence presented does not stress the strongly coupled regimes where that assumption could fail.

major comments (3)
  1. [Section V, footnote 4 and Algorithm 1] The third-level agents select transmit powers independently (Algorithm 1, lines 12-15) while the same aggregate reward r is back-propagated to all selected agents (lines 18-19). As the authors concede in footnote 4, this independent cooperative learning framework 'may not be precise' for power selection, which formally requires a joint action. This assumption is load-bearing for the paper's central claim that H-MABs approach the MILP upper bound, because transmit powers jointly determine the SINR and hence the reward. The current evaluation does not include a strongly coupled topology in which power choices interact adversarially; the multi-room walls and the open-space 2-5 AP deployments weaken or randomize this coupling. Please add an experiment designed to stress this point, e.g., two or three APs with symmetric cross-interference and a small discrete power set, comparing H-MAB against T-Optimal and against a joint-action learner, or alternatively restrict the general claim to topologies where power coupling is weak.
  2. [Section VI-C and Section VII-C] The abstract's 80% average throughput improvement is a simulation result from the random open-space scenarios of Section VI-C, not from the testbed. The testbed evaluation in Section VII-C reports the number of concurrent transmissions and the frequency of selected actions, but it does not measure aggregate throughput relative to DCF or SR. The testbed therefore validates feasibility and learning behavior, but it does not corroborate the 80% gain or the no-TXOP-reduction claim in a real system. Please report a testbed throughput comparison against a legacy baseline, or rephrase the abstract and conclusion to state explicitly that the 80% figure is simulation-only.
  3. [Section VI-B and Table II] The convergence results in Table II show that H-MABs do not converge within 200,000 steps in the 4x4 multi-room topology (inf), and the 3x4 case requires 120,000 steps. The clustered approach of Section VI-D restores convergence, but the paper's broad statements that H-MABs 'approach the T-Optimal value' are qualified by these scalability limits. Please state the applicability envelope more precisely: the near-optimal behavior is demonstrated for small and medium topologies (up to about 12 APs with clustering), and clusterless H-MABs are not a general solution for large deployments without the clusterization mechanism.
minor comments (6)
  1. [Section V] The sentence 'APs can transmit data at any power lever from the set P' contains a typo; 'lever' should be 'level'.
  2. [Section IV, constraints (4h)] The text says 'constraints (4h) are the SINR constrains' — 'constrains' should be 'constraints'.
  3. [Figure 10] The caption of Figure 10 labels the left panel '(a) 3x3 topology', but the text and the clustering scheme refer to the 3x4 topology; please correct the label.
  4. [Table III] Table III uses the header 'Large TXOP' while the text and Table II use 'Long TXOP'; please use consistent terminology.
  5. [References] Reference [27] lists the author as 'J. C. et al.' with no full name; please provide the complete author list.
  6. [Section IV, Eq. (4h)] The constant M(e,m) is introduced only after the constraint is presented; defining it before the constraint would improve readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found; the 80% gain is an empirical simulation/testbed result and the MILP upper bound is an independent optimization baseline.

full rationale

The paper's central claims are empirical and benchmarked against external baselines rather than derived from fitted constants or self-referential definitions. The abstract's 80% average throughput improvement of H-MAB-based C-SR over legacy IEEE 802.11 is presented as a measured outcome of simulations over random topologies and of a testbed deployment, with DCF and 802.11ax SR as lower-bound references and the MILP model as an upper-bound reference. The MILP model in Section IV is an optimization formulation built on standard column generation and SINR feasibility constraints adapted from [19,20]; it is not a prediction derived from the MAB results, and it does not define the MAB reward or the reported gains by construction. The MAB/H-MAB learning loop in Section V uses the measured aggregate throughput r as a reward signal, and no fitted parameter is renamed as a prediction: hyperparameter tuning via Optuna is a standard engineering step and does not force the reported 80% figure. Self-citations such as [7] (earlier two-level H-MAB), [24] (Reinforced-lib), and [14,15] (testbed infrastructure) are present but are not load-bearing for the paper's main empirical claim; reusing a testbed from prior work is independent hardware context, not circular reasoning. The paper's own footnote 4 concedes that the third-level power-selection agents are independent learners even though transmit powers jointly determine the observed reward, and states that this is 'often used in practice and yields satisfactory results'; this is an explicitly acknowledged limitation of the learning model and a generalizability caveat, not a circular step. The concession does not make the 80% throughput measurement equivalent to an input of the derivation. No uniqueness theorem is imported from the authors' prior work, no ansatz is smuggled in via self-citation, and no known empirical pattern is merely renamed as a new result. Because the central claims reduce neither to self-definition nor to fitted inputs, the circularity score is 0.

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

The central empirical claim depends on tuned MAB hyperparameters, simulation assumptions (full buffer, downlink-only, single channel), and an acknowledged independent-learning idealization. The MILP model itself is a standard column-generation formulation and contributes no new physical or invented entities.

free parameters (3)
  • MAB algorithm hyperparameters (theta1, theta2, theta3) = Not reported; tuned with Optuna; selected types Softmax for flat MAB, UCB for H-MAB
    Chosen by optimizing performance on random scenarios, then used in the same scenario family for reported results; this makes the 80% figure dependent on these tuned values.
  • Convergence detection threshold (Holt's exponential smoothing) = Scenario-dependent, not reported
    Used to declare MAB convergence in Section VI; fitted to the mean of all runs, so convergence times are partly determined by this fit.
  • Testbed transmit power levels = {0, -6, -12} dB attenuation
    Finite action set selected by hand for the testbed; the central results depend on this discrete set of power choices.
assumptions (5)
  • standard math LP duality and reduced-cost conditions justify column generation
    Used to prove that iterating between main problem (1) and pricing problem (4) finds the optimal schedule; standard column generation theory [21,22].
  • domain assumption Full-buffer downlink traffic and fully coordinated network with only C-SR transmissions
    Stated in Sections III-C and IV; the MILP upper bound and the 80% gain are computed under this traffic model, not mixed-mode operation.
  • domain assumption Multi-user block ACK via OFDMA prevents ACK collisions
    Section III-C assumes simultaneous uplink ACKs using OFDMA multi-user block ACK, a signaling mechanism whose exact form is still being specified in 802.11bn.
  • domain assumption SINR-based MCS assignment with TGax path loss and AWGN
    Both simulator and MILP use this abstraction; the paper notes in Section VIII that MCS selection was idealized and should be jointly optimized.
  • ad hoc to paper Independent cooperative learning assumption for H-MAB
    Footnote 4 states that the independent learning framework may not be precise for transmit power selection, which formally requires joint action; used to justify decomposing actions into three levels.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Coordinated Spatial Reuse Scheduling With Machine Learning in IEEE 802.11 MAPC Networks." pith.science (2026). https://pith.science/paper/7BIUOLUM

@misc{pith2026250507278,
  author       = {Pith},
  title        = {Pith review of: Coordinated Spatial Reuse Scheduling With Machine Learning in IEEE 802.11 MAPC Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7BIUOLUM}},
  note         = {Machine review of arXiv:2505.07278}
}
read the original abstract

The densification of Wi-Fi deployments means that fully distributed random channel access is no longer sufficient for high and predictable performance. Therefore, the upcoming IEEE 802.11bn amendment introduces multi-access point coordination (MAPC) methods. This paper addresses a variant of MAPC called coordinated spatial reuse (C-SR), where devices transmit simultaneously on the same channel, with the power adjusted to minimize interference. The C-SR scheduling problem is selecting which devices transmit concurrently and with what settings. We provide a theoretical upper bound model, optimized for either throughput or fairness, which finds the best possible transmission schedule using mixed-integer linear programming. Then, a practical, probing-based approach is proposed which uses multi-armed bandits (MABs), a type of reinforcement learning, to solve the C-SR scheduling problem. We validate both classical (flat) MAB and hierarchical MAB (H-MAB) schemes with simulations and in a testbed. Using H-MABs for C-SR improves aggregate throughput over legacy IEEE 802.11 (on average by 80% in random scenarios), without reducing the number of transmission opportunities per station. Finally, our framework is lightweight and ready for implementation in Wi-Fi devices.

Figures

Figures reproduced from arXiv: 2505.07278 by the authors.

Figure 1
Figure 1. Example of the downlink scheduling problem in C-SR. For clarity, [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Transmission sets in an exemplary topology. Dashed circles illustrate the potential signal reach for a successful transmission at a given transmit power [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Relations between the main and pricing problems. [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (14 more)
Figure 4
Figure 4. Figure 4: Example of C-SR operation with H-MABs: (1) AP 1 notifies the [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Exemplary topologies: (a) multi-room and (b) open space. Crosses [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Aggregate effective data rate for two multi-room and one open space topology. [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 7
Figure 7. Figure 7: Performance in multi-room topologies with [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: CDFs for the 2x3 multi-room topology with [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 9
Figure 9. Figure 9: Effective data rate improvement averaged over 24 random open space [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 12
Figure 12. Figure 12: Performance in the symmetrical enterprise scenario. Confidence [PITH_FULL_IMAGE:figures/full_fig_p013_12.png]
Figure 10
Figure 10. Figure 10: Performance of clustered MAB and H-MAB variants in the (a) 3x3 [PITH_FULL_IMAGE:figures/full_fig_p013_10.png]
Figure 11
Figure 11. Figure 11: Exemplary symmetrical topology. Crosses denote APs, dots – [PITH_FULL_IMAGE:figures/full_fig_p013_11.png]
Figure 13
Figure 13. Figure 13: Impact of additional legacy APs on C-SR operation compared to [PITH_FULL_IMAGE:figures/full_fig_p014_13.png]
Figure 17
Figure 17. Figure 17: Actions taken by H-MAB in the last 200 steps of the experiments. [PITH_FULL_IMAGE:figures/full_fig_p015_17.png]
Figure 15
Figure 15. Figure 15: Testbed results: success probability under single concurrent trans [PITH_FULL_IMAGE:figures/full_fig_p015_15.png]
Figure 16
Figure 16. Figure 16: Comparison of MAB and H-MAB C-SR operation in the testbed: [PITH_FULL_IMAGE:figures/full_fig_p015_16.png]
Figure 18
Figure 18. Figure 18: Scalability of the optimization solution depending on the solver used. [PITH_FULL_IMAGE:figures/full_fig_p016_18.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Hierarchical Multi-Agent Reinforcement Learning-based Coordinated Spatial Reuse for Next Generation WLANs

    cs.MA 2025-06 conditional novelty 6.0 of 10

    A decentralized hierarchical multi-agent reinforcement learning algorithm for Wi-Fi coordinated spatial reuse, selecting target stations and transmit powers through high- and low-level policies, improves simulated thr...

Reference graph

Works this paper leans on

34 extracted references · 32 canonical work pages · cited by 1 Pith paper

  1. [1]

    Beyond Wi-Fi 7: Spatial reuse through multi-AP coordination,

    P. Imputato et al., “Beyond Wi-Fi 7: Spatial reuse through multi-AP coordination,” Computer Networks, vol. 239, p. 110 160, 2024

  2. [2]

    What Will Wi-Fi 8 Be? A Primer on IEEE 802.11bn Ultra High Reliability,

    L. G. Giordano et al., “What Will Wi-Fi 8 Be? A Primer on IEEE 802.11bn Ultra High Reliability,” preprint arXiv:2303.10442, 2023

  3. [3]

    R. J. Yu, Specification Framework for TGbn, Accessed on Oct 10, 2024. [Online]. Available: https://mentor.ieee.org/802.11/dcn/24/11-24-0209- 05-00bn-specification-framework-for-tgbn.docx

  4. [4]

    MAC-layer rate control for 802.11 networks: A survey,

    W. Yin et al., “MAC-layer rate control for 802.11 networks: A survey,” Wireless Networks, vol. 26, pp. 3793–3830, 2020

  5. [5]

    Simulation and performance evaluation of the Intel rate adaptation algorithm,

    R. Grünblatt, I. Guérin-Lassous, and O. Simonin, “Simulation and performance evaluation of the Intel rate adaptation algorithm,” in Proc. of ACM MSWiM, 2019, pp. 27–34

  6. [6]

    Introduction to multi-armed bandits,

    A. Slivkins et al., “Introduction to multi-armed bandits,” Foundations and Trends® in Machine Learning , vol. 12, no. 1-2, pp. 1–286, 2019

  7. [7]

    IEEE 802.11bn Multi-AP Coordinated Spatial Reuse with Hierarchical Multi-Armed Bandits,

    M. Wojnar et al., “IEEE 802.11bn Multi-AP Coordinated Spatial Reuse with Hierarchical Multi-Armed Bandits,”IEEE Communications Letters, vol. 29, no. 3, pp. 428–432, 2025

  8. [8]

    Coordinated multipoint transmission and reception in LTE-advanced systems,

    J. Lee et al., “Coordinated multipoint transmission and reception in LTE-advanced systems,” IEEE Comm. Mag. , vol. 50, no. 11, 2012

Show all 34 references
  1. [9]

    A Survey on Multi-AP Coordination Approaches Over Emerging WLANs: Future Directions and Open Challenges,

    S. Verma et al., “A Survey on Multi-AP Coordination Approaches Over Emerging WLANs: Future Directions and Open Challenges,”IEEE Communications Surveys & Tutorials, vol. 26, no. 2, pp. 858–889, 2024

  2. [10]

    TXOP sharing with coordinated spatial reuse in multi- AP cooperative IEEE 802.11be WLANs,

    D. Nunez et al., “TXOP sharing with coordinated spatial reuse in multi- AP cooperative IEEE 802.11be WLANs,” in Proc. of IEEE CCNC , 2022

  3. [11]

    Multi-AP Coordinated Spa- tial Reuse for Wi-Fi 8: Group Creation and Scheduling,

    D. Nunez, M. Smith, and B. Bellalta, “Multi-AP Coordinated Spa- tial Reuse for Wi-Fi 8: Group Creation and Scheduling,” preprint arXiv:2305.04846, 2023

  4. [12]

    Research on Next-Generation Wi-Fi Spatial Reuse Power Control Based on Federated Reinforcement Learning,

    J. Wang and X. Fang, “Research on Next-Generation Wi-Fi Spatial Reuse Power Control Based on Federated Reinforcement Learning,” in 2024 IEEE VTC2024-Spring , IEEE, 2024

  5. [13]

    Enhanced Coordinated Spatial Reuse: Bidi- rectional Multiple AP Coordination for IEEE 802.11be,

    M. Talukder and J. Xie, “Enhanced Coordinated Spatial Reuse: Bidi- rectional Multiple AP Coordination for IEEE 802.11be,” in IEEE ICC 2023, IEEE, 2023, pp. 660–665

  6. [14]

    Coordinated Spatial Reuse for WiFi Networks: A Centralized Approach,

    J. Haxhibeqiri et al., “Coordinated Spatial Reuse for WiFi Networks: A Centralized Approach,” in 2024 IEEE 20th International Conference on Factory Communication Systems (WFCS) , 2024

  7. [15]

    Coordinated SR and Restricted TWT for Time Sensitive Applications in WiFi 7 Networks,

    J. Haxhibeqiri et al., “Coordinated SR and Restricted TWT for Time Sensitive Applications in WiFi 7 Networks,” IEEE Communications Magazine, vol. 62, no. 8, pp. 118–124, 2024

  8. [16]

    Throughput Analysis of IEEE 802.11bn Coordinated Spatial Reuse,

    F. Wilhelmi et al., “Throughput Analysis of IEEE 802.11bn Coordinated Spatial Reuse,” preprint arXiv:2309.09169, 2023

  9. [17]

    Lu et al., Multi-AP Coordination Setup Scheme , doc.: IEEE 802.11- 24/1217r02, Aug

    K. Lu et al., Multi-AP Coordination Setup Scheme , doc.: IEEE 802.11- 24/1217r02, Aug. 2024

  10. [18]

    Using ranging for collision-immune IEEE 802.11 rate selection with statistical learning,

    W. Ciezobka et al., “Using ranging for collision-immune IEEE 802.11 rate selection with statistical learning,” Computer Communications , vol. 225, pp. 10–26, 2024

  11. [19]

    Rout- ing, scheduling and channel assignment in wireless mesh networks: Optimization models and algorithms,

    A. Capone, G. Carello, I. Filippini, S. Gualandi, and F. Malucelli, “Rout- ing, scheduling and channel assignment in wireless mesh networks: Optimization models and algorithms,” Ad Hoc Networks , vol. 8, no. 6, pp. 545–563, 2010

  12. [20]

    On max–min fair flow optimization in wireless mesh networks,

    M. Pióro et al., “On max–min fair flow optimization in wireless mesh networks,” Ad Hoc Networks , vol. 13, pp. 134–152, 2014

  13. [21]

    A simple perspective on simultaneous column and row generation,

    R. Spliet, “A simple perspective on simultaneous column and row generation,” Operations Research Forum, vol. 5, no. 69, Aug. 2024

  14. [22]

    A primer in column generation,

    J. Desrosiers and M. E. Lübbecke, “A primer in column generation,” in Column Generation, G. Desaulniers, J. Desrosiers, and M. M. Solomon, Eds. Boston, MA: Springer US, 2005, pp. 1–32

  15. [23]

    Bench- marking multi-agent deep reinforcement learning algorithms in cooper- ative tasks,

    G. Papoudakis, F. Christianos, L. Schäfer, and S. V . Albrecht, “Bench- marking multi-agent deep reinforcement learning algorithms in cooper- ative tasks,” in NeurIPS Datasets and Benchmarks , 2020

  16. [24]

    Reinforced-lib: Rapid prototyping of reinforcement learning solutions,

    M. Wojnar et al., “Reinforced-lib: Rapid prototyping of reinforcement learning solutions,” SoftwareX, vol. 26, 2024

  17. [25]

    Merlin et al., TGax Simulation Scenarios , doc.: IEEE 802.11- 14/0980r16, Nov

    S. Merlin et al., TGax Simulation Scenarios , doc.: IEEE 802.11- 14/0980r16, Nov. 2015

  18. [26]

    Forecasting seasonals and trends by exponentially weighted moving averages,

    C. C. Holt, “Forecasting seasonals and trends by exponentially weighted moving averages,” International Journal of Forecasting, vol. 20, no. 1, pp. 5–10, 2004

  19. [27]

    An Analysis of the Mixed IEEE 802.11ax Wireless Networks in the 5 GHz Band,

    M. Natkaniec and N. Bieryt, “An Analysis of the Mixed IEEE 802.11ax Wireless Networks in the 5 GHz Band,” Sensors, vol. 23, no. 10, 2023

  20. [28]

    J. C. et al., Details on the unified MAPC framework , Accessed on April 2, 2025. [Online]. Available: https://mentor.ieee.org/802.11/dcn/25/11- 25-0502-00-00bn-details-on-the-unified-mapc-framework.pptx

  21. [29]

    openwifi: a free and open-source IEEE802.11 SDR implementation on SoC,

    X. Jiao, W. Liu, M. Mehari, M. Aslam, and I. Moerman, “openwifi: a free and open-source IEEE802.11 SDR implementation on SoC,” in 2020 IEEE 91st Vehicular Technology Conference (VTC2020-Spring) , IEEE, 2020, pp. 1–2

  22. [30]

    Bringing time-sensitive networking to wireless professional private networks: Filling gaps and bridging the innovation,

    J. Haxhibeqiri et al., “Bringing time-sensitive networking to wireless professional private networks: Filling gaps and bridging the innovation,” Wireless Personal Communications, vol. 121, pp. 1255–1271, 2021

  23. [31]

    Forrest et al., Coin-or/cbc: Release releases/2.10.12 , version re- leases/2.10.12, Aug

    J. Forrest et al., Coin-or/cbc: Release releases/2.10.12 , version re- leases/2.10.12, Aug. 2024

  24. [32]

    IBM, IBM ILOG CPLEX Optimization Studio CPLEX user’s manual ,

  25. [33]

    Theil-sen estimators in a multiple linear regression model,

    X. Dang, H. Peng, X. Wang, and H. Zhang, “Theil-sen estimators in a multiple linear regression model,” Olemiss Edu, vol. 2, 2008. Maksymilian Wojnar is a PhD candidate and re- searcher in machine learning and wireless networks, with an MSc degree in computer science from the A...

  26. [2023]

    Available: https://www.ibm.com/docs/en/icos/20.1.0? topic=cplex-users-manual

    [Online]. Available: https://www.ibm.com/docs/en/icos/20.1.0? topic=cplex-users-manual

Pith tools

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