Open Access
ARTICLE
Feasibility-Aware Reinforcement Learning for Reliable Hop-Constrained Routing in Wireless Sensor Networks
1 School of Computer Science and Engineering, Yeungnam University, Gyeongsan-si, 38541, Republic of Korea
2 Department of Computer Engineering, College of Computer Science and Information Technology, King Faisal University, Al Ahsa, 31982, Saudi Arabia
* Corresponding Authors: Adeel Iqbal. Email: ; Muhammad Faisal Siddiqui. Email:
# These authors contributed equally to this work
(This article belongs to the Special Issue: Secure and Scalable Blockchain–IoT Architectures for Next-Generation Distributed Systems)
Computers, Materials & Continua 2026, 89(1), 85 https://doi.org/10.32604/cmc.2026.084851
Received 30 April 2026; Accepted 20 July 2026; Issue published 13 August 2026
Abstract
Hop-constrained packet routing is a fundamental problem in wireless sensor networks (WSNs), where latency constraints, energy limitations, and practical feasibility requirements greatly restrict routing choices. Traditional methods based on shortest path and greedy routing have low complexity but cannot adapt to dynamic network changes well, while reinforcement learning for routing has the potential to adapt to network variations but has not been well explored in the hard hop-constrained setting. The current study attempts to fill the gap by modeling hop-constrained routing as the decision-making problem in a finite-horizon setting. An integrated simulation environment is proposed that unifies the concept of feasibility-aware action masking, energy- and trust-aware routing mechanisms, and simulation-related evaluation criteria. In this unified environment, four representative reinforcement learning methods, REINFORCE, Advantage Actor–Critic (A2C), Proximal Policy Optimization (PPO), and Deep Q-Network (DQN), are applied and validated against greedy forwarding, shortest-path routing, and Dijkstra routing under strict (Keywords
Wireless Sensor Networks (WSNs) form a key technology enabler for broad-scale monitoring and control applications such as environmental monitoring via Internet of Things (IoT) technologies, automation, and surveillance systems. In such networks, sensing nodes have limited energy, computation, and communication resources; therefore, routing plays a critical role [1]. Time-critical applications often require hop-constrained packet delivery and bounded path lengths [2]. Thus, hop constraints play a critical role in determining routing feasibility, delivery reliability, and the amount of consumed energy.
A number of previous works have considered classical routing techniques for WSNs in the literature. Low computational complexity and localized operation make greedy forwarders attractive candidates. Nevertheless, they can suffer from poor path quality or even routing failures when operating in sparse or irregular topologies [3]. Conversely, while shortest path algorithms, such as Dijkstra routing, yield globally optimal routing decisions with respect to hop count or cost functions using globally-known network data, their applicability hinges on centralized information availability and static assumptions or frequent signaling, limiting their adaptability and scaling in real-world scenarios of dynamic nature [4]. Moreover, traditional methods generally lack the ability to adapt their routing decisions to changing network states, such as residual energy.
The advancements in reinforcement learning (RL) algorithms have spurred interest in designing learning-based approaches to routing in wireless networks. Routing is viewed as a sequential decision-making process in which the agent can learn a suitable forwarding strategy by directly interacting with the environment without having a mathematical model that describes the link quality or traffic patterns [5]. In early works, it was shown that RL techniques can be utilized to perform packet routing in time-varying networks [6]. The evolution of deep learning (DL) in RL has paved the way for RL to be applied to various challenging networking problems [7].
Regarding WSN applications, many researchers have explored the use of Q-learning, deep RL, and policy gradient algorithms for routing, scheduling, and resource allocation tasks [8,9]. These studies generally achieve better adaptability and performance than traditional static routing schemes, particularly in dynamic and non-stationary settings. Nevertheless, there still exist major concerns about the stability of convergence, sparse rewards, and comparing among different learning approaches, particularly in environments where the action space is tightly constrained or dynamically masked.
Despite all these advances, there still remain some significant open research issues. Firstly, numerous current works analyze learning-based approaches to routing under relatively free circumstances without consideration of any constraints on resources and path lengths. However, resource limits and hop budgets directly influence the routing decision process because they define feasible forwarding actions, termination conditions, and deployment-level reliability requirements. Secondly, comprehensive comparisons between various reinforcement learning techniques like value-based learning, policy gradients, and actor-critic algorithms are rather rare. In addition, such experiments are usually performed using different assumptions that do not allow one to draw appropriate conclusions on applicability of the approaches discussed [10,11]. Finally, while training-related criteria such as reward are typically utilized, less attention is paid to performance measures based on delivery ratio and hop count distributions which more correspond to routing tasks.
Motivated by these gaps, this paper focuses on feasibility-aware learning for hop-restricted WSN routing, where forwarding decisions must satisfy finite-hop delivery, energy, and reliability requirements under dynamic network conditions.
The major contributions of this paper are summarized as follows:
• We formulate hop-constrained WSN routing as a finite-horizon Markov Decision Process (MDP) with an augmented state representation that includes remaining-hop budget, candidate-neighbor features, and path-memory information for loop avoidance.
• We design a feasibility-aware RL framework that separates hard routing constraints from soft trust- and energy-aware reliability terms through action masking, reward shaping, and candidate-level state encoding.
• We provide a systematic multi-seed comparison of REINFORCE, Advantage Actor–Critic (A2C), Proximal Policy Optimization (PPO), and Deep Q-Network (DQN) against greedy and Dijkstra baselines under strict and relaxed hop constraints.
• We add component ablation and reward–success correlation analyses to quantify the roles of action masking, trust filtering, trust reward, and training-reward alignment with deployment-level routing performance.
The remaining sections of the paper are structured as follows. Section 2 covers the most recent contributions concerning RL-based routing in WSNs. Section 3 provides the system model and the problem statement. Section 4 explains the adopted baseline and RL-based algorithms and integrates them into the routing scheme. Section 5 introduces the experiment setup and parameter tuning process. Section 6 discusses the numerical results and their interpretation. Section 7 highlights some limitations and further research directions. Lastly, Section 8 concludes the paper.
RL has recently emerged as an attractive paradigm for adaptive routing in wireless sensor networks, which are often difficult to handle through static routing because of their dynamic topologies, energy constraints, and limited capabilities of sensor nodes [12,13]. This is because RL-based routing has been capable of enabling learning of routes through interaction with the dynamic environment.
The relative efficiency of energy use has been the most explored use of RL within WSN routing problems. The initial study highlighted the applicability of RL to packet routing within dynamically varying networks and formulated key concepts for place and route-based routing designs [6]. The use of optimized tabular Q-learning algorithms for routing designs based on residual energy and link conditions was explored within later studies. The significance of considering overall energy use on multi-hop routes was highlighted within initial designs for energy-aware routing, including [14], paving the way for emerging designs focused on route learning based on routing algorithms. As part of continuing developments within this area, research [15] designed an energy-efficient IoT-focused WSN routing algorithm using RL.
The use of deep RL has, in addition, improved routing flexibility with richer representation and more expressive policies. Applying deep Q-learning in energy harvesting WSNs, the authors in [16] presented better end-to-end throughput and energy use over heuristic methods but pointed out drawbacks in dealing with sparsity in rewards and stability when hard constraints or short time-horizons apply to routing functions. There is, thus, a need to explore other paradigms in RL, aside from value function approaches, for constrained routing optimization.
In addition to optimizing energy, the aspect of trust and security in routing using the RL method has been considered to deal with the unreliability or malperformance of nodes. In [17], the authors presented a trust-aware RL-based routing scheme in mission-critical WSNs by including trust values in the RL algorithm to enhance reliability and resistance to malicious nodes. Likewise, the work of [18] presented a federated deep RL algorithm to integrate energy efficiency and trust-aware routing, where the knowledge of the routing algorithm is updated from the local to the global levels after a period of time. It is clear from the examples above that trust-sensitive learning leads to an increase in robustness; however, such techniques are normally applied in unconstrained routing systems without addressing the hop-budget constraints.
For overcoming issues related to dynamic topology and scalability, new research has focused on developing multi-agent systems and actor-critic architectures for reinforcement learning. For example, in [11], the authors designed a multi-agent deep reinforcement learning routing scheme that uses actor-critic algorithms to facilitate quick convergence during topology variations in tactical mobile sensor networks. Their findings reveal that their model outperforms conventional value-based reinforcement learning algorithms in terms of faster reconvergence and higher throughput. In general, policy gradient algorithms and actor-critic methods provide more stability for reinforcement learning in dynamic routing scenarios [19,20]. By directly optimizing stochastic policies and estimating advantage functions, these methods better handle sparse terminal rewards and changing action feasibility, which are common in constrained routing problems.
While existing studies demonstrate the potential of RL for energy-efficient, secure, and adaptive routing in WSNs, several gaps remain. Most prior work considers unconstrained or loosely constrained routing scenarios, with limited attention to strict hop-budget enforcement. Moreover, comparative evaluations across different RL paradigms are often conducted under heterogeneous assumptions, making it difficult to assess their relative strengths under identical constraints and evaluation criteria. Table 1 summarizes the comparison and highlights the remaining gap in strict hop-constrained RL routing.

The present work adopts a RL formulation that directly learns hop-constrained routing policies through interaction with the network environment. By providing a unified comparison of value-based, policy-gradient, and actor–critic methods under identical hop constraints, trust-aware feasibility filtering, and statistically grounded evaluation metrics, this study offers new insights into the suitability of different RL paradigms for hop-constrained routing in wireless sensor networks.
3 System Model and Problem Formulation
We consider a wireless sensor network modeled as a graph

Figure 1: System model of the proposed hop-constrained and reliability-aware WSN routing framework.
Each routing episode corresponds to the delivery of a single packet from a source node
The episode terminates when
In addition to hop constraints, the routing framework incorporates a lightweight reliability indicator to reflect the historical forwarding behavior of sensor nodes. Such reliability or trust modeling has been widely adopted in WSN routing to capture node dependability without introducing explicit adversarial assumptions [17]. Each node
where
The hop-constrained and reliability-aware routing problem is formulated as a finite-horizon MDP
where
The action space is defined over a fixed maximum cardinality
State transitions are deterministic given the selected action and the network topology, mapping
The reward function is designed to promote successful delivery within the hop constraint while discouraging inefficient or unreliable routing decisions,
where
The return for an episode is defined as
where
Routing performance is evaluated using delivery success rate, average hop count, cumulative return, and hop-count cumulative distribution functions (CDF). For multi-seed experiments,
where
4 Routing Schemes and Learning Algorithms
This section describes all routing mechanisms evaluated in this study, including classical baselines and RL-based approaches. All schemes are evaluated under identical topologies, hop constraints, and candidate-neighbor definitions. Hard feasibility is determined by connectivity, residual energy, loop avoidance, and remaining hop budget, while trust is treated as a reliability-aware screening or shaping term and examined separately through ablation. The routing decision at each step selects a feasible next-hop neighbor from the current node.
Greedy forwarding is a distributed heuristic in which each node selects the neighbor that minimizes a local distance metric to the destination. At routing step
where
For consistency with the proposed framework, greedy forwarding applies the same feasibility and trust-screening rules used in the main routing configuration. Among the admissible candidates, it selects the neighbor with the smallest estimated hop distance to the destination; if no neighbor satisfies the trust-screening rule, the feasible neighbor with the highest trust value is selected.
Greedy forwarding imposes virtually zero computational cost, but it is myopic by nature and could get stuck in local minimum cases. Algorithm 1 summarizes the greedy forwarding procedure.

4.2 Dijkstra Shortest-Path Routing
The Dijkstra baseline constructs a shortest path using full information about the network topology and unit edge costs, and therefore serves as a centralized reference baseline for the distributed learning policies. The effective graph

Although Dijkstra guarantees hop-optimal routing on the effective graph, the method requires global topology knowledge and repeated path computation, which limits scalability in dynamic WSNs.
4.3 Policy Gradient Routing (REINFORCE)
REINFORCE learns a stochastic routing policy
where
Action feasibility is enforced through masked softmax over candidate neighbors. Trust information influences learning through reward shaping and state features.
REINFORCE is simple to implement but exhibits high variance and slow convergence under hop-constrained termination. Algorithm 3 summarizes the REINFORCE routing procedure.

4.4 Advantage Actor–Critic (A2C)
A2C introduces a critic network to estimate the value function
The actor and critic are updated jointly using temporal-difference (TD) learning. Algorithm 4 summarizes the A2C routing procedure.

A2C provides improved learning stability and faster convergence compared with REINFORCE.
4.5 Proximal Policy Optimization (PPO)
PPO constrains policy updates using a clipped surrogate objective
The conservative update mechanism makes PPO particularly effective under hop constraints. Algorithm 5 summarizes the PPO routing procedure.

DQN learns an action-value function
DQN struggles under hop-constrained routing due to sparse rewards and limited value propagation. Algorithm 6 summarizes the DQN routing procedure.

5 Simulation Setup and Parameter Configuration
This section outlines the simulation setting and parameter values for testing the proposed hop-constrained and reliability-aware routing strategy. All parameter values are reported based on the implemented model to allow for reproducible and comparable evaluation across different routing strategies.
The WSN is composed of
At each hop of the routing process, routing actions are taken among a predetermined number of neighboring nodes to keep the action space dimension constant for all learning agents. The reliability feature is integrated using a lightweight trust system that provides a reliability-aware screening and reward-shaping signal, without assuming an explicit malicious attack model.
Table 2 presents a detailed summary of all simulation, routing, and learning-related parameters.

In the implemented simulations, the observation vector includes the current-node energy and trust states, destination information, the remaining-hop ratio, the visited-node fraction, candidate-neighbor features, candidate-level visited indicators, and action-mask entries. This augmented observation makes the path-memory information required for loop avoidance explicit during RL training and evaluation. Forwarding confirmation is implemented through an ACK-style success proxy based on receiver availability and link-quality satisfaction, while timeout, invalid forwarding, and energy-depletion events are treated as unsuccessful forwarding observations.
All routing mechanisms are run under equal feasibility conditions, trust thresholds, and hop constraints in order to ensure that any difference in the performance observed is purely due to the routing strategy.
In this section, we evaluate learning-based routing schemes against conventional baselines for hop-constrained packet forwarding. The experiments are conducted using multiple trials across five independent seeds. Results are reported for two cases: a strict hop budget of
Fig. 2 compares delivery success probability and hop-count distributions under the two hop-budget regimes. For the strict case

Figure 2: Delivery success rate and hop-count CDFs under strict and relaxed hop constraints: (a) success rate for
When the hop budget is relaxed to
6.2 Hop Efficiency and Hop-Count Distributions
The hop-count CDFs in Fig. 2, together with the average hop counts in Fig. 3, characterize routing efficiency. Under

Figure 3: Average hop count and scaled cumulative return under strict and relaxed hop constraints: (a) average hop count for
Under the relaxed constraint
Fig. 3 also reports the scaled cumulative return. For
For
6.4 Learning Dynamics and Convergence
Fig. 4 presents the learning dynamics of the four RL algorithms using four panels: normalized training reward for

Figure 4: Learning dynamics of the RL algorithms under strict and relaxed hop constraints: (a) normalized training reward for
Table 3 complements Fig. 4 by reporting deployment-level performance across multiple seeds. The results show that routing reliability must be evaluated using task-specific metrics, not training reward alone. Therefore, the revised analysis reports success rate, hop count, route-risk rate, invalid-action rate, return, and reward–success correlation together to provide a quantitative basis for the claim that training reward alone is insufficient for assessing routing performance.

To quantify the effect of the proposed components, we conducted an ablation study with five variants: the full model, removal of the trust-reward term (

The zero invalid-action rates for the full model and trust-related ablations are expected because the feasibility-aware action mask remains active in these variants and prevents infeasible next-hop selections. Therefore, nonzero invalid-action rates appear only when the action mask is removed.
The ablation results show that feasibility-aware action masking is the dominant contributor to reliable routing. Removing the action mask exposes the learning policies to infeasible next-hop selections and substantially degrades PPO performance, especially under the stricter hop constraint. For example, PPO success decreases from
To address the relation between training reward and deployment performance, we also computed Pearson and Spearman correlations between training reward and evaluation success rate across evaluation checkpoints. Table 5 reports the across-seed averages. Some runs reach nearly constant success rates, making the correlation mathematically undefined for those seeds; these cases are excluded from the finite-correlation average and reported in the generated correlation files.

The correlation analysis confirms that training reward and deployment success are not always strongly aligned. This supports the revised evaluation strategy, where routing-level metrics such as success rate, hop count, invalid-action rate, route-risk rate, and return are reported in addition to reward curves.
6.6 Computational Complexity and Learning Overhead
The routing algorithms considered in this research exhibit significant variation with respect to the nature of their computation processes, specifically with regard to offline computation, learning phase overheads, and deployment-related decision making. Traditional approaches depend on deterministic computation processes and do not need any learning. The greedy algorithm makes local decisions using neighborhood information, whereas Dijkstra routing performs centralized shortest-path computation that can be carried out offline for static networks.
In contrast, RL-based routing requires further computation time spent during training due to interactions with the environment. The training cost is directly dependent on the number of interactions required within an episode, which is limited by the hop constraint, and the total number of learnable parameters within the trained models. Value-based, policy-gradient, and actor–critic approaches are characterized by differences in how they propagate their learning processes and update gradients during training. Once trained, however, all three learning approaches operate identically during deployment, where the final output route is found by evaluating the network with a single forward pass and taking feasibility into account using action masking. A summary of the asymptotic computational complexity of all investigated techniques is shown in Table 6. It should be noted that there is a clear separation between the training phase and deployment phase, which will enable us to distinguish computationally between different types of learning techniques.

Across both hop budgets, the stronger learned policies achieve near-baseline delivery reliability while maintaining comparable hop efficiency and cumulative return. A2C provides the most stable early success behavior, PPO achieves strong best-checkpoint performance but shows some last-checkpoint degradation under the stricter
The routing problem formulation employed in this work is single agent and per packet, whereby each packet-forwarding operation is considered separately. Such an approach allows analyzing the effects of learning algorithms that operate under strict hop constraints without considering other elements of WSNs, and facilitates the comparison of conventional routing schemes with various RL approaches in a well-controlled environment. Nonetheless, during practical application of wireless networks, several packets and flows could be present at any one time, causing problems like network congestion and contentions, which are important aspects of routing operations in WSNs. Although no attempts have been made in this work to model interactions among multi-flows, the developed approach is naturally extensible for addressing this issue in the future. In addition, the effects of congestion, through features like channel occupancy and flow priorities, can also be addressed using RL methods.
Although this study provides a comprehensive comparison of RL-based routing algorithms under hop constraints, several limitations remain for future investigation. First, the existing assessment is conducted on static network topology scenarios with random sensor node placement. Though such a controlled environment is required for analysis of the effect of hop constraints and learning processes, in real-world scenarios involving WSNs, there might be mobility in sensor nodes and time-varying quality of links because of environmental changes. Extension of the same framework to include these aspects would help in even better assessment of routing resilience. Such extensions can be naturally incorporated within the proposed MDP formulation by augmenting the state space with time-varying connectivity and link-quality indicators, without altering the underlying learning framework. Secondly, the reward function focuses on the successful delivery and the hops, taking into consideration the energy and trust dynamics implicitly. Future work could formulate the routing problem as a constrained or multi-objective RL task, where network lifetime, fairness among nodes, and load balancing are optimized jointly alongside delivery performance. Such formulations would better reflect long-term operational objectives in large-scale WSNs.
Thirdly, the action space has been designed using a fixed-size candidate neighbor set and a predetermined feature representation for the state. However, an alternative approach for better scalability could involve adaptive candidate neighbor selection and state representations using graph structures. The use of graph neural networks (GNNs) or attention-based encoder mechanisms could allow the agents to leverage any structural features of the network topology within dense or heterogeneous network environments. Lastly, in this work, single-agent learning problems have been considered, where a decision made by an agent affects the routing of a single flow. One area that would be important for future research concerns the design of cooperative learning frameworks involving multiple flows being simultaneously routed by the agent. Such test cases including hardware-in-the-loop experimentation and small-scale testbed implementations are key for verifying the feasibility of the proposed model. The feasibility-aware action masking mechanism used in this study, along with its finite horizon design, makes the proposed framework feasible for experimental implementations as well.
This paper investigated feasibility-aware RL for hop-constrained routing in WSNs and compared four representative RL algorithms with greedy and Dijkstra baselines under strict and relaxed hop limits. The revised multi-seed results show that the strongest learned policies approach the reliability of deterministic baselines while enabling learned forwarding decisions. For
The ablation study provides a more precise interpretation of the proposed framework. Removing feasibility-aware action masking substantially degrades PPO performance, reducing success from
Acknowledgement: Not applicable.
Funding Statement: This work was supported by the Deanship of Scientific Research, Vice Presidency for the Graduate Studies and Scientific Research, King Faisal University, Saudi Arabia [Grant No. KFU263841].
Author Contributions: The authors confirm their contributions to the paper as follows: Conceptualization, Adeel Iqbal and Muhammad Faisal Siddiqui; methodology, Adeel Iqbal and Muhammad Faisal Siddiqui; software, Adeel Iqbal and Muhammad Faisal Siddiqui; validation, Adeel Iqbal and Muhammad Faisal Siddiqui; formal analysis, Adeel Iqbal and Muhammad Faisal Siddiqui; investigation, Adeel Iqbal and Muhammad Faisal Siddiqui; resources, Adeel Iqbal and Muhammad Faisal Siddiqui; data curation, Adeel Iqbal and Muhammad Faisal Siddiqui; writing—original draft preparation, Adeel Iqbal and Muhammad Faisal Siddiqui; writing—review and editing, Adeel Iqbal and Muhammad Faisal Siddiqui; visualization, Adeel Iqbal and Muhammad Faisal Siddiqui; supervision, Muhammad Faisal Siddiqui; project administration, Adeel Iqbal; funding acquisition, Adeel Iqbal and Muhammad Faisal Siddiqui;. All authors reviewed approved the final version of the manuscript.
Availability of Data and Materials: The data that support the findings of this study are available from corresponding authors upon reasonable request.
Ethics Approval: Not applicable.
Conflicts of Interest: Given his role as Editorial Board Member of this journal, Adeel Iqbal had no involvement in the peer review of this article and had no access to information regarding its peer review. Full responsibility for the editorial process for this article was delegated to another journal editor. The authors declare no other conflicts of interest.
References
1. Javaid N, Qureshi TN, Khan AH, Iqbal A, Akhtar E, Ishfaq M. EDDEEC: enhanced developed distributed energy-efficient clustering for heterogeneous wireless sensor networks. Procedia Comput Sci. 2013;19:914–9. [Google Scholar]
2. Krishna KPR, Thirumuru R. Energy efficient and multi-hop routing for constrained wireless sensor networks. Sustain Comput Inform Syst. 2023;38(11):100866. doi:10.1016/j.suscom.2023.100866. [Google Scholar] [CrossRef]
3. Benmahdi MB, Lehsaini M. Greedy forwarding routing schemes using an improved K-means approach for wireless sensor networks. Wirel Pers Commun. 2021;119(2):1619–42. doi:10.1007/s11277-021-08298-2. [Google Scholar] [CrossRef]
4. Manev N, Temelkovski B, Serafimova N, Achkoski J. Novel approach for finding shortest route using Dijkstra’s algorithm and fuzzy logic in a wireless sensor network integrated in a forest fire detection system. Environ Eng Manag J. 2020;19(6):1007–16. doi:10.30638/eemj.2020.095. [Google Scholar] [CrossRef]
5. Sutton RS, Barto AG. Reinforcement learning: an introduction. Cambridge, MA, USA: MIT Press; 1998. [Google Scholar]
6. Boyan J, Littman M. Packet routing in dynamically changing networks: a reinforcement learning approach. In: Proceedings of the 7th International Conference on Neural Information Processing Systems; 1993 Nov 29–Dec 2; Denver, CO, USA. p. 671–8. [Google Scholar]
7. Mao H, Alizadeh M, Menache I, Kandula S. Resource management with deep reinforcement learning. In: Proceedings of the 15th ACM Workshop on Hot Topics in Networks; 2016 Nov 9–10; Atlanta, GA, USA. p. 50–6. [Google Scholar]
8. Kim T, Vecchietti LF, Choi K, Lee S, Har D. Machine learning for advanced wireless sensor networks: a review. IEEE Sens J. 2020;21(11):12379–97. doi:10.1109/jsen.2020.3035846. [Google Scholar] [CrossRef]
9. Alsheikh MA, Lin S, Niyato D, Tan HP. Machine learning in wireless sensor networks: algorithms, strategies, and applications. IEEE Commun Surv Tutor. 2014;16(4):1996–2018. doi:10.1109/comst.2014.2320099. [Google Scholar] [CrossRef]
10. Yang J, Li W, Li C, Zhang L, Liu L. An energy-efficient and transmission-efficient adaptive routing algorithm using deep reinforcement learning for wireless sensor networks. IEEE Internet Things J. 2025;12(23):50414–26. doi:10.1109/jiot.2025.3609624. [Google Scholar] [CrossRef]
11. Okine AA, Adam N, Naeem F, Kaddoum G. Multi-agent deep reinforcement learning for packet routing in tactical mobile sensor networks. IEEE Trans Netw Service Manag. 2024;21(2):2155–69. doi:10.1109/tnsm.2024.3352014. [Google Scholar] [CrossRef]
12. Akyildiz IF, Su W, Sankarasubramaniam Y, Cayirci E. Wireless sensor networks: a survey. Comput Netw. 2002;38(4):393–422. doi:10.1016/s1389-1286(01)00302-4. [Google Scholar] [CrossRef]
13. Al-Karaki JN, Kamal AE. Routing techniques in wireless sensor networks: a survey. IEEE Wirel Commun. 2004;11(6):6–28. doi:10.1109/mwc.2004.1368893. [Google Scholar] [CrossRef]
14. Schurgers C, Srivastava MB. Energy efficient routing in wireless sensor networks. In: 2001 MILCOM Proceedings Communications for Network-Centric Operations: Creating the Information Force (Cat. No. 01CH37277). McLean, VA, USA: IEEE; 2001. Vol. 1, p. 357–61. doi:10.1109/MILCOM.2001.985819. [Google Scholar] [CrossRef]
15. Godfrey D, Suh B, Lim BH, Lee KC, Kim KI. An energy-efficient routing protocol with reinforcement learning in software-defined wireless sensor networks. Sensors. 2023;23(20):8435. doi:10.3390/s23208435. [Google Scholar] [PubMed] [CrossRef]
16. Zhao B, Zhao X. Deep reinforcement learning resource allocation in wireless sensor networks with energy harvesting and relay. IEEE Internet Things J. 2021;9(3):2330–45. doi:10.1109/jiot.2021.3094465. [Google Scholar] [CrossRef]
17. Keum D, Ko YB. Trust-based intelligent routing protocol with Q-learning for mission-critical wireless sensor networks. Sensors. 2022;22(11):3975. doi:10.3390/s22113975. [Google Scholar] [PubMed] [CrossRef]
18. Suresh SS, Prabhu V, Parthasarathy V, Senthilkumar G, Gundu V. Intelligent data routing strategy based on federated deep reinforcement learning for IOT-enabled wireless sensor networks. Meas: Sens. 2024;31(6):101012. doi:10.1016/j.measen.2023.101012. [Google Scholar] [CrossRef]
19. Zhang C, Patras P, Haddadi H. Deep learning in mobile and wireless networking: a survey. IEEE Commun Surv Tutor. 2019;21(3):2224–87. doi:10.1109/comst.2019.2904897. [Google Scholar] [CrossRef]
20. He Q, Wang Y, Wang X, Xu W, Li F, Yang K, et al. Routing optimization with deep reinforcement learning in knowledge defined networking. EEE Trans Mob Comput. 2023;23(2):1444–55. doi:10.1109/tmc.2023.3235446. [Google Scholar] [CrossRef]
21. Miuccio L, Riolo S, Samarakoon S, Bennis M, Panno D. On learning generalized wireless MAC communication protocols via a feasible multi-agent reinforcement learning framework. IEEE Trans Mach Learn Commun Netw. 2024;2:298–317. doi:10.1109/tmlcn.2024.3368367. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools