Open Access
ARTICLE
Reliable Low-Latency Task Offloading and Resource Allocation Method for Space-Air-Ground Integrated Networks
1 Technology and Platform Department, Beijing Municipal Big Data Center, Beijing, China
2 College of Economics and Management, Beijing University of Technology, Beijing, China
3 Institute of Digital Economy Innovation, Beijing Academy of Science and Technology, Beijing, China
4 Beijing Computing Center Company Ltd., Beijing Academy of Science and Technology, Beijing, China
5 School of Cyberspace Security, Beijing University of Posts and Telecommunications, Beijing, China
* Corresponding Author: Zheng Wang. Email:
Computers, Materials & Continua 2026, 89(2), 24 https://doi.org/10.32604/cmc.2026.083956
Received 14 April 2026; Accepted 11 June 2026; Issue published 15 September 2026
Abstract
Space-Air-Ground Integrated Networks (SAGIN) provide a multi-layered, wide-coverage computing infrastructure for distributed urban sensing systems. However, their heterogeneity and dynamics pose unprecedented challenges for task offloading and resource allocation. Existing methods struggle to simultaneously address the complexity of cross-layer decision-making and reliability assurance under uncertain conditions. This paper proposes a novel framework, termed DRL-RA, which synergistically integrates Deep Reinforcement Learning (DRL) with reliability-aware optimization. The framework consists of two complementary components: (1) a Dueling Double Deep Q-Network (D3QN) module that learns adaptive policies to make offloading decisions among various options including local execution, terrestrial edge, UAVs, and satellites; (2) a Reliability-Aware Multi-Objective Optimization Framework (RA-MOOF) that introduces explicit reliability guarantees through cross-layer link reliability modeling, node availability estimation, and smooth reliability proxy functions. Addressing the heterogeneous communication characteristics of the SAGIN architecture, this paper establishes a complete cross-layer delay model and composite reliability metrics. The reliability formulation is defined under explicitly stated conditional-independence assumptions, and the proposed smooth constraint terms are treated as surrogate CMDP costs rather than exact hard chance-constraint guarantees. Extensive experiments in a SAGIN simulation environment demonstrate that the proposed method improves the task completion rate by 3.8%, reduces average latency by 11.1%, and increases system reliability by 3.9% compared to state-of-the-art benchmarks. The optimization-only RA-Opt baseline is used as a non-real-time optimization reference for assessing reliability-aware offloading decision quality, while deployment-time decision-latency comparisons are interpreted primarily among learned inference policies. Comprehensive ablation studies and statistical validation across multiple random seeds confirm the contributions of each component, while cross-layer offloading decision analysis verifies the effectiveness of the method across different network layer selections.Keywords
1.1 Research Background and Motivation
As the core network architecture for the 6G era, Space-Air-Ground Integrated Networks (SAGIN) are profoundly transforming the deployment methods and service capabilities of distributed urban sensing systems [1]. By integrating Low Earth Orbit (LEO) satellite constellations in the space layer, Unmanned Aerial Vehicle (UAV) swarms in the air layer, and terrestrial edge servers in the ground layer, SAGIN constructs a multi-layered, wide-coverage, and highly reliable computing infrastructure. This provides unprecedented support capabilities for applications such as environmental monitoring, traffic management, public safety, and emergency response in smart cities [2].
Recent studies have also moved toward graph-based DRL, multi-agent coordination, and constrained/safe RL for SAGIN and LEO edge computing [3–7]. These works reinforce the need for topology-aware and constraint-aware resource management; however, many of them emphasize representation, coordination, or performance-oriented offloading, whereas our focus is to make task-level reliability cost, redundancy, and low-latency inference jointly explicit under a unified offloading formulation.
However, the heterogeneity and dynamics of SAGIN also present unprecedented challenges for task offloading and resource allocation. Unlike the traditional “terminal-edge-cloud” three-tier architecture, each layer of SAGIN possesses unique computing capacity, communication characteristics, and reliability features: satellites offer wide-area coverage but suffer from high communication latency and weather-dependent link reliability; UAVs feature flexible deployment but are constrained by battery life and dynamic positional changes; terrestrial edge servers provide strong computing power but have a limited coverage range. How to make optimal task offloading decisions among these heterogeneous resources while ensuring end-to-end reliability has become a critical problem to be solved.
1.2 Challenges Faced by Existing Methods
Existing research on SAGIN task offloading and resource allocation can be broadly categorized into three paradigms, each exhibiting significant limitations when applied to space-air-ground integrated scenarios with strict reliability requirements.
Heuristic Methods: Such as nearest node selection and load-balancing round-robin, though computationally lightweight, these methods offer the advantage of computational simplicity. However, these methods are typically based on static rules and fail to adapt to the dynamic characteristics of SAGIN—orbital satellite motion, changing UAV positions, and fluctuating link conditions all require decision methods to possess real-time adaptive capabilities. For instance, simply selecting the nearest edge server might work well on the ground but could lead to task interruption when a satellite visibility window closes.
Optimization Methods: These methods model task offloading as mathematical programming problems, utilizing techniques like Lyapunov optimization [8], game theory [9], and convex optimization [10]. While these approaches can provide theoretical optimality guarantees under certain assumptions, accurately modeling SAGIN’s cross-layer decision space and dynamic constraints is extremely difficult. Satellite orbital constraints, UAV battery constraints, and cross-layer link reliability constraints are mutually coupled, forming high-dimensional non-convex optimization problems that traditional methods struggle to solve within a limited timeframe.
Learning Methods: Deep Reinforcement Learning (DRL) has gained widespread attention for its ability to learn optimal policies through environmental interaction [11]. However, several key limitations remain unresolved:
• Cross-Layer Decision Complexity: The action space in SAGIN includes local execution, multiple terrestrial edge servers, multiple UAVs, and multiple satellites. The action space is highly dimensional, and the computation latency of each option varies significantly (ranging from millisecond-level edge execution to hundreds of milliseconds for satellite execution). Traditional DRL methods struggle to effectively learn such a complex decision space.
• Heterogeneous Link Reliability: Communication links across different layers in SAGIN exhibit distinct reliability characteristics. Terrestrial links suffer from multi-path fading, air-to-ground links are affected by Line-of-Sight (LoS)/Non-Line-of-Sight (NLoS) switching, and satellite-to-ground links are impacted by rain attenuation. Existing methods often employ simplified reliability models that fail to accurately characterize these heterogeneous features.
• Dynamic Resource Availability: Satellite visibility windows are limited, UAV batteries continuously deplete, and edge server loads change dynamically. These time-varying constraints make traditional static resource allocation methods difficult to apply.
• Limited Theoretical Support: Convergence and feasibility guarantees for DRL methods addressing SAGIN cross-layer constrained optimization problems are often not established, leading to unstable performance during actual deployment.
To address the aforementioned challenges, this paper proposes a novel framework named DRL-RA (Deep Reinforcement Learning and Reliability-Aware), which synergistically integrates a Dueling Double Deep Q-Network (D3QN) with a Reliability-Aware Multi-Objective Optimization Framework (RA-MOOF), specifically designed for task offloading and resource allocation in Space-Air-Ground Integrated Networks. The main contributions of this paper are summarized as follows:
1. We establish a complete SAGIN task offloading system model, encompassing a cross-layer task offloading decision space, heterogeneous communication models (device-to-edge, device-to-UAV, device-to-satellite, and UAV-to-satellite links), hierarchical computation models, and cross-layer reliability metrics. This model accurately captures the heterogeneity and dynamics of SAGIN.
2. We propose a cross-layer reliability measurement method tailored for SAGIN, comprehensively considering delay reliability, node availability (satellite visibility windows, UAV battery constraints, server failure models), and link reliability (differential modeling for terrestrial, air-to-ground, and satellite-to-ground links). We introduce a smooth reliability proxy to provide dense reward signals and improve the numerical stability of Lagrangian multiplier updates.
3. We design a cross-layer decision module based on the Dueling Double Deep Q-Network. The action space covers four types of target options: local execution, terrestrial edge servers, UAVs, and satellites. The dueling network architecture and double Q-learning mechanism effectively handle the value estimation problem in high-dimensional action spaces.
4. We conduct extensive experiments in a SAGIN simulation environment, employing multi-random seed statistical validation (
5. We provide complete configuration details for the space layer (LEO satellite orbital parameters, inter-satellite links), air layer (UAV cruise parameters, battery models), and ground layer (edge servers, sensing devices) to ensure reproducibility.
To make the connection between the above challenges and the proposed design explicit, DRL-RA is organized around four corresponding mechanisms. First, the D3QN-based decision module addresses the cross-layer decision complexity by decomposing state value and action advantage for discrete choices among local, terrestrial edge, UAV, and satellite execution targets. Second, the reliability-aware modeling module separately characterizes link reliability, node availability, and delay-related reliability, and then integrates them into a path-level reliability measure for heterogeneous SAGIN links. Third, the CMDP state and action design incorporate queue states, node loads, link estimates, satellite visibility windows, and UAV availability, so that dynamic resource availability can be reflected in each decision epoch. Finally, the smooth reliability cost, softplus penalty, and Lagrangian update provide a tractable surrogate for reliability-constrained optimization, while the ablation and constraint-budget results further verify the contribution of these components.
2.1 Space-Air-Ground Integrated Networks
As the core architecture of 6G, the Space-Air-Ground Integrated Network has received extensive attention from both academia and industry in recent years. Zhang et al. [1] first systematically described the technical architecture and key challenges of 6G SAGIN, pointing out that cross-layer resource management and mobility support are core difficulties. Xiao et al. [12] provided a comprehensive survey of SAGIN for 6G, systematically analyzing the architectural evolution, key enabling technologies, and cross-layer resource management challenges across space, air, and ground segments. Liu et al. [2] proposed a hierarchical architecture design for SAGIN and analyzed the coordination mechanisms among the space, air, and ground segments.
In terms of task offloading, Zhang et al. [13] studied computation offloading issues in SAGIN but did not fully consider reliability constraints. Zhang et al. [14] proposed a deep learning-based resource allocation method for SAGIN, but assumed perfect channel state information.
Liu et al. [15] proposed an online computation offloading framework for collaborative space/aerial-aided edge computing toward 6G systems, addressing the heterogeneous resource constraints across space and aerial layers. Zhang et al. [16] investigated energy-efficient computation peer offloading in satellite edge computing networks, jointly optimizing offloading decisions and power allocation under limited on-board processing capabilities and inter-satellite coordination constraints.
Huang et al. [5] further studied joint offloading and resource allocation for hybrid cloud-edge computing in SAGINs with hybrid action spaces, while Liu et al. [6] modeled edge-computing offloading in SAGIN from a game-theoretic perspective. These studies enrich the recent offloading literature, but reliability-aware redundancy and smooth reliability-cost control remain less explored.
The rapid development of LEO satellite constellations has made on-board computing feasible. Zhang et al. [16] analyzed the edge computing potential of satellite edge computing networks and investigated energy-efficient peer offloading strategies. The main challenges for satellite computing include limited on-board resources, dynamic topologies, and restricted visibility windows [17].
UAVs have unique advantages as mobile edge computing platforms. Mozaffari et al. [18] systematically reviewed the challenges and opportunities of UAV communication and computation. UAV position optimization and trajectory design have become research hotspots [19], and Yan et al. [20] employed deep reinforcement learning to optimize task offloading in UAV-assisted Internet of Vehicles, jointly optimizing UAV trajectory and resource allocation, but these works usually assume static task loads and do not consider dynamic task arrivals and reliability constraints.
2.2 Task Offloading in Edge Computing
Task offloading in edge computing environments has been extensively studied over the past decade. The fundamental tradeoff between local execution and remote offloading has been extensively studied in mobile cloud computing and edge computing literature [21,22]. Mao et al. [8] subsequently introduced Lyapunov optimization for dynamic computation offloading, achieving near-optimal performance while ensuring queue stability. Their method dynamically adjusts offloading decisions based on queue backlogs and channel conditions, providing theoretical bounds for average delay and energy consumption.
Game-theoretic methods are widely adopted in distributed task offloading where multiple users compete for limited edge resources. Chen [9] modeled the multi-user offloading problem as a potential game, proved the existence of Nash equilibrium, and designed a distributed algorithm to reach the equilibrium state. Building on this line of work, Chen et al. [23] proposed an efficient multi-user computation offloading framework for mobile-edge cloud computing that achieves Nash equilibrium through a distributed potential game formulation. Although game-theoretic approaches enable decentralized decision-making, they usually require an iterative convergence process that may not be suitable for delay-sensitive urban sensing applications.
Due to the battery constraints of mobile devices, energy-efficient offloading has received particular attention. Zhang et al. [10] proposed a joint optimization framework for energy-efficient task offloading under energy and latency constraints, considering both energy and deadline constraints. Their work showed that intelligent offloading decisions can significantly extend device lifetime while satisfying application requirements. However, these optimization methods usually assume known or predictable energy arrival patterns, which may not hold in practical urban sensing scenarios with unpredictable environmental conditions.
Geng et al. [11] proposed a DRL-based distributed computation offloading framework for vehicular edge computing, formulating the problem as an MDP and leveraging deep deterministic policy gradient to minimize system latency and energy consumption in a fully distributed manner. Xie et al. [24] jointly optimized computation offloading, resource allocation, and distributed edge service caching for multi-user MEC systems using DRL, addressing the interplay between offloading decisions and caching placement.
2.3 Deep Reinforcement Learning in Resource Management
The application of deep reinforcement learning in edge computing resource management has emerged as a prominent research direction. Mnih et al. [25] demonstrated the effectiveness of Deep Q-Networks (DQN) in learning complex control policies, inspiring subsequent applications to the task offloading problem. Chen et al. [26] proposed a distributed DRL offloading framework where each device maintains an independent DQN agent, learning to make offloading decisions based on local observations. Their method requires minimal coordination overhead while significantly outperforming heuristic baselines.
Cai et al. [3] introduced a graph-based deep reinforcement learning approach for dynamic resource allocation in SAGIN, modeling the heterogeneous network topology as a graph and leveraging spatial attention mechanisms to capture cross-layer dependencies. Li et al. [4] proposed a multi-agent reinforcement learning framework based on the centralized training with decentralized execution (CTDE) paradigm for computation offloading and resource allocation in LEO satellite edge computing networks, considering satellite mobility, dynamic topology, and heterogeneous resource constraints.
To address the challenge of limited training data and dynamic environments, Zhang et al. [22] proposed a digital twin-driven intelligent task offloading framework for collaborative MEC, leveraging digital twin technology to create virtual replicas of the physical system for real-time state monitoring and predictive offloading decisions. Zhu et al. [27] proposed ECO-SDIoT, a DRL-based edge computing offloading algorithm for software-defined IoT, utilizing SDN to provide global state information for making offloading decisions across edge and cloud resources.
Li et al. (2023) proposed TapFinger, utilizing MAPPO for decomposed scheduling and resource allocation, employing conflict resolution and action masking to achieve stability. Their work demonstrated the importance of handling infeasible actions through masking, a technique related to our reliability-aware design. HIPPO-MAT [28] emphasized decentralized execution and practical routing conflict handling, reporting extensive testbed validation. MA-CDMP [29] introduced model-based planning and mean-field conditioning, providing formal bounds for constraint satisfaction. Jia et al. [30] proposed MASTD3, a multi-agent DRL framework for real-time proportional computation offloading in industrial IoT edge computing environments, addressing device selfishness and limited bandwidth challenges. Shao et al. [31] investigated DRL-based resource management for UAV-assisted MEC under jamming attacks, jointly optimizing hover point selection, power control, and computing resource allocation while adapting to dynamic interference. Our work differs by focusing on explicit reliability modeling and smooth proxies instead of hard constraints, and adopting a Centralized Training-Distributed Execution (CTDE) paradigm with reliability guarantees.
2.4 Constrained and Safe Reinforcement Learning
Constrained reinforcement learning is becoming increasingly critical for safety-critical applications. Achiam et al. [32] proposed Constrained Policy Optimization (CPO), which provides guaranteed policy improvement while satisfying cost constraints. Tessler et al. [33] introduced Reward Constrained Policy Optimization (RCPO), combining Lagrangian methods with trust region optimization. FOCOPS [34] provides faster convergence for constrained policy optimization through first-order methods.
Wachi et al. [7] provided a comprehensive survey of constraint formulations in safe reinforcement learning, systematically classifying approaches including CMDP, chance constraints, and state-wise constraints, and offering theoretical guidance for designing reliability-constrained optimization frameworks.
A key issue in constrained RL is the choice of constraint representation. Hard indicator functions lead to sparse gradients and unstable training [32]. Smooth proxy functions, such as sigmoid-based approximations, have been proposed to resolve this issue [33]. Our work adopts and extends these techniques for reliability constraints in task offloading.
2.5 Reliability in Distributed Computing Systems
Reliability engineering has a long history in distributed computing systems, tracing back to early work on fault-tolerant distributed systems [35]. Traditional approaches to improving reliability include redundancy [36], checkpointing [37], and failure detection [38]. In the context of edge computing, reliability issues have gained renewed attention due to the mission-critical nature of many IoT applications.
Recent studies have begun incorporating reliability considerations into task offloading decisions. Xue et al. [39] proposed a DRL-based joint service caching and computation offloading scheme for vehicular edge computing systems, effectively leveraging edge resources to reduce service latency through intelligent caching and offloading coordination. Wang et al. [40] proposed a partial computation offloading approach using dynamic voltage scaling for mobile edge computing, jointly optimizing the offloading ratio and computational speed to balance energy consumption and execution latency.
Li et al. [36] investigated energy-efficient reliability-aware offloading for delay-sensitive tasks in collaborative edge computing, jointly optimizing offloading decisions, power allocation, and computation resources while ensuring task completion probability. Cao et al. [35] proposed a reliability-aware personalized deployment framework for approximate computation IoT applications in serverless mobile edge computing, considering user-specific reliability requirements and computation accuracy tradeoffs to maximize QoS. However, these methods typically rely on traditional optimization techniques with high computational complexity or use hard constraints that result in training instability.
To make the above distinction explicit, Table 1 compares the relevant research families by topology scope, constraint treatment, and remaining limitation. The comparison is used to position this work as a reliability-aware SAGIN offloading framework that combines heterogeneous space–air–ground observability, smooth reliability-cost learning, and redundancy-aware decision support rather than optimizing a single terrestrial MEC layer or using only hard feasibility filters.

3 System Model and Problem Definition
3.1 Space-Air-Ground Integrated Network Architecture
We consider a Space-Air-Ground Integrated Network (SAGIN) architecture for distributed urban sensing systems, as shown in Fig. 1. This architecture consists of three heterogeneous layers that achieve reliable task offloading and resource allocation through cross-layer coordination:

Figure 1: System architecture for SAGIN task offloading in urban sensing.
Space Layer: Consists of a Low Earth Orbit (LEO) satellite constellation, denoted as
Air Layer: Consists of a Unmanned Aerial Vehicle (UAV) swarm, denoted as
Ground Layer: Consists of terrestrial sensing devices and edge servers. The set of sensing devices is denoted as
The following problem formulation is considered over a short SAGIN scheduling horizon with periodically updated observations. The LEO visible satellite set
For clarity, the considered scenario is valid under four operational assumptions: (i) LEO ephemeris and satellite visibility can be predicted within the short scheduling horizon; (ii) UAVs follow planned service trajectories and report position/energy states periodically; (iii) edge congestion is represented by queue length and residual computing capacity rather than by irreversible server collapse; and (iv) link and node states are observable through bounded-interval updates. These assumptions are consistent with the simulation scope and do not imply robustness to arbitrary emergency topology mutation.
For readability, the main notation used in the problem formulation is summarized in Table 2.

3.2 Cross-Layer Task Offloading Model
Each sensing device
3.2.2 Task Offloading Decisions
Under the SAGIN architecture, tasks have multiple offloading targets to choose from. We define the offloading decision variable
•
•
•
•
Therefore, the action space size is
The action
where
3.3 Heterogeneous Communication Models
Communication between different layers in SAGIN exhibits significant heterogeneous characteristics and needs to be modeled separately. The terrestrial path-loss configuration follows the 3GPP urban macrocell modeling family, the air-to-ground LoS probability follows the widely used UAV communication model, and the Earth-space attenuation component follows ITU-R P.618; these models provide reproducible reference assumptions but do not eliminate site-specific calibration errors in dense urban canyons or extreme rain events [18,41,42].
3.3.1 Device-to-Edge Server Link
Communication from terrestrial devices to edge servers uses cellular links, with a transmission rate of:
where the channel gain
Communication from devices to UAVs mainly uses Line-of-Sight (LoS) air-to-ground links. Considering UAV altitude
where
where
The feeder link from UAVs to satellites uses the Ka-band, which is affected by atmospheric attenuation and rainfall. The transmission rate is:
where
3.3.4 Device-to-Satellite Direct Link
Some tasks can be directly uploaded from devices to satellites using IoT satellite communication protocols (such as satellite versions of LoRa, NB-IoT). The transmission rate is:
where
3.3.5 Total Cross-Layer Link Delay
For tasks offloaded across multiple layers, the total transmission delay is the sum of the delay of each link segment, and must also consider queuing delays and interference effects on multi-hop paths.
The basic transmission delay for device
For multi-hop paths, intermediate nodes (like UAVs) need to process forwarded tasks from multiple devices, generating additional queuing delays. Let the task arrival rate when UAV
where
In multi-hop paths, adjacent links may experience interference. Especially when multiple UAVs transmit to the same satellite simultaneously, multiple access interference occurs. We adopt a simplified interference model, incorporating the interference effect into an effective transmission rate:
where
The comprehensive total delay for a multi-hop path considering queuing and interference is:
The aforementioned multi-hop delay model is used in experiments to more accurately estimate the actual delay in satellite offloading scenarios. Because queuing delay and interference effects are stochastic, we use expectation values for estimation. In high-load scenarios, these factors may cause the actual delay of satellite offloading to be significantly higher than estimates considering only transmission delay.
3.4 Hierarchical Computing Models
Delay and energy consumption for local execution:
where
3.4.2 Remote Execution Unified Model
When a task is offloaded to a remote node
The transmission delay using the optimal path
The total delay is:
where
The transmission energy consumption is:
where
Wait and receive energy consumption is:
Total energy consumption is:
When offloading to edge server
Queuing delay is modeled using an M/M/1 model:
When offloading to UAV
UAVs possess mobility, and their positions change over time, resulting in dynamic changes in link delay. Let the position of UAV
When offloading to satellite
where
Satellites have limited computing capabilities but can process massive tasks in parallel, and their queuing delay follows an M/G/1 model. Additionally, satellite motion results in limited coverage windows, requiring tasks to be completed within the satellite’s visibility window.
3.5 Cross-Layer Reliability Model
In SAGIN, reliability is influenced by various factors, including link quality, node availability, and cross-layer transmission risks. The composite reliability model below uses a conditional-independence approximation: after conditioning on the current observed state, residual link failures, target-node availability, and delay-deadline satisfaction are treated as separable components. This approximation is common in reliability block diagrams and path-success modeling, but it can be optimistic when unobserved common causes, such as regional weather or shared power faults, affect multiple components simultaneously.
The reliability modeling for various links is as follows.
Terrestrial link reliability is:
where
Comprehensively considering LoS and NLoS conditions, air-to-ground link reliability is:
where
Considering rain attenuation and atmospheric scintillation, satellite-to-ground/satellite-to-air link reliability is:
where
Edge server availability modeling adopts a two-state Markov model, with availability
UAV availability modeling considers battery constraints and mechanical failures, with availability:
where
Considering on-board resource constraints and orbital switching, satellite availability is modeled as:
where
3.5.3 Composite Reliability Metric
The overall reliability of offloading a task from device
where
where
For satellite offloading, reliability calculation is uniformly based on the delay-optimal path
For local execution, the link-product term is omitted and the reliability reduces to the delay component and device-side execution availability. For redundant execution, the single-path reliability above is used as the per-replica success probability in Section 4.2.3. When multiple replicas share hidden common failure sources, Eq. (30) may overestimate the true success probability; the implementation mitigates this by preferring different layers and physical locations for replicas, while a full correlated-failure model is left as future work.
3.6 Constrained Markov Decision Process Definition
We model the SAGIN task offloading problem as a Constrained Markov Decision Process (CMDP)
• State Space
• Action Space
• Transition Probability
• Reward Function
• Cost Function
• Discount Factor
Optimization Objective: Find a policy
where
Execution Mode and Observability Assumptions
This paper adopts a single-agent Centralized Training-Distributed Execution (CTDE) paradigm. Specific assumptions are as follows.
In the training phase, a centralized trainer has access to global state information, including: (1) task queue status of all devices; (2) loads and availability of all edge servers, UAVs, and satellites; (3) channel state information for cross-layer links; (4) satellite orbital positions and visibility window predictions. This information is used to train a unified policy network
In the execution phase, each sensing device
where “Neighbor node state” includes edge servers and UAVs within device
Task characteristics
Because all devices use the same policy network and a similar observation structure, decision behaviors maintain consistency. In practice, we add device positional encoding during training to enable the policy to adapt to devices at different locations.
This section details the proposed Deep Reinforcement Learning and Reliability-Aware (DRL-RA) framework. This framework consists of two collaborative components: (1) a D3QN-based task offloading decision module (Component A), and (2) a Reliability-Aware Multi-Objective Optimization Framework (Component B).
The two components are coupled as a decision-and-verification pipeline rather than as separate post-processing blocks: Fig. 2 shows how task features, node/link states, and visibility information feed the D3QN decision module and the RA-MOOF reliability evaluator, while Fig. 3 details the execution order from state observation and action selection to cost evaluation, Lagrangian update, and optional redundancy activation.

Figure 2: Overall architecture of DRL-RA. The input state includes task features, node load, link reliability estimates, and satellite/UAV visibility; the D3QN module selects a discrete offloading action, and RA-MOOF converts reliability estimates into a smooth cost, Lagrangian penalty, and optional redundancy decision. The arrows describe implemented data dependencies: D3QN is invoked once for each task-arrival decision, RA-MOOF evaluates the selected assignment at the same decision epoch, and redundancy is activated only after reliability and capacity checks.

Figure 3: Methodological flowchart of the proposed DRL-RA framework. The flow summarizes state observation, D3QN-based task offloading, link/node/delay reliability evaluation, capacity-gated redundancy planning, latency-aware reward and constraint-cost construction, resource reservation/release, queue update, and Q-network learning.
4.1 Component A: D3QN-Based Decision Module
4.1.1 Dueling Network Architecture
The core of Component A is the Dueling Double Deep Q-Network (D3QN). The Q-function is decomposed as:
where
To resolve overestimation bias, we employ double Q-learning:
Action
4.2 Component B: Reliability-Aware Multi-Objective Optimization Framework
4.2.1 Smooth Reliability Proxy
A key contribution of this paper is utilizing a smooth reliability proxy instead of hard indicator functions. The reliability constraint cost is calculated as:
where
4.2.2 Lagrangian Constraint Handling
We adopt the Lagrangian method to handle reliability constraints. The Lagrangian objective is:
where
4.2.3 Redundancy-Aware Backup Policy
For critical tasks where
Eq. (38) follows from the reliability of parallel independent replicas. If each replica succeeds with average probability
After the policy selects a primary action
1. Calculate the required number of replicas
2. Select replica targets from the available node set
3. Reserve computing resources on each replica target node
Resource reservation ensures replicas are not rejected due to insufficient capacity.
4. Replica tasks are added to the target nodes’ task queues, utilizing the same priority rules as the primary task. Queue state update:
5. The first successfully completed replica triggers a cancellation signal, terminating the execution of other replicas. The deduplication logic is implemented via tracking task IDs:
6. Prior to creating replicas, the system checks the available capacity of each target node:
If
To avoid double counting, the system maintains a unified resource ledger recording the resource footprint of each task. Pre-reserved resources are immediately released upon task completion or cancellation. If all feasible edge/UAV/satellite nodes lack sufficient residual capacity, the system does not create virtual resources; it reduces the effective replica count to the number of feasible targets and records the remaining reliability gap as a constraint cost. This capacity-gated rule prevents the redundancy mechanism from hiding resource-exhaustion cases in boundary scenarios.
4.3 Reliability-Constrained Integration of D3QN Decisions and RA-MOOF
Integration is achieved through a reliability-weighted reward function:
where
Component A provides rapid categorical decisions through a neural-network forward pass, but reward shaping alone does not enforce reliability constraints. Component B provides explicit reliability evaluation and a smooth constraint-violation cost, but it is inefficient as a stand-alone online mixed-integer optimizer. Their integration uses D3QN for fast action selection and RA-MOOF for reliability-aware reward/cost construction; the resulting guarantee is a surrogate expected-cost guarantee under the CMDP assumptions rather than a hard per-task guarantee under arbitrary correlated failures.
During online deployment, the interaction frequency is one D3QN–RA-MOOF cycle per task-arrival decision epoch. First, the current task, queue, node-load, visibility, and link-state observations are encoded into
4.4 RA-Opt Optimization Problem Definition
RA-Opt is the pure optimization implementation of Component B and is used as an optimization reference in ablation comparisons. It solves the resource-allocation problem online at each decision epoch and is therefore not directly comparable with trained DRL policies in terms of deployment-time inference latency. In this paper, RA-Opt is positioned as a non-real-time optimization reference for assessing the quality of reliability-aware offloading decisions, rather than as a directly deployable neural-inference baseline for decision-latency comparison. Its complete optimization problem definition is as follows.
Decision variables include:
•
•
Objective function where
Constraints:
Composite reliability
We employ the CVXPY framework utilizing the ECOS_BB solver for MIP processing. Relaxed problems can be approximately solved through sequential convex optimization. In experimental configurations, solver tolerance is set to
4.5 Complexity and Feasibility Discussion
For one decision epoch, D3QN inference requires one forward pass over
The feasibility guarantee is stated at the surrogate-CMDP level. Under bounded rewards and costs, finite action sets, and standard stochastic-approximation step-size conditions, primal-dual Lagrangian updates converge to a stationary point or neighborhood of the surrogate constrained objective in the tabular or compatible-function-approximation setting. With nonlinear neural networks, the paper does not claim global convergence; instead, feasibility is empirically checked through the expected cost
As summarized in Algorithm 1, the proposed training procedure couples D3QN-based action selection with RA-MOOF reliability evaluation, optional replica activation, and Lagrangian multiplier adaptation, so that policy learning and reliability-constraint control are updated within the same episode loop.

5.1 SAGIN Simulation Environment
We build a SAGIN simulation environment for urban sensing, modeling a 10 km
5.1.1 Space Layer Configuration
The simulation includes
Satellite Visibility Window Management Mechanism: Due to the movement of LEO satellites, the visibility window over a specific ground area is limited (around 10 min), heavily impacting task offloading decisions. This paper handles visibility window constraints using the following mechanisms:
(1) Ephemeris Prediction: The system predicts future satellite positions and visibility at time
(2) Visibility Check: At decision time
(3) Remaining Visibility Time Estimation: For currently visible satellites, the system estimates remaining visibility time
(4) Adversarial Scheduling Scenarios: Under extreme loads or emergencies, multiple high-priority tasks might compete for limited windows. Here, the system deploys redundancy backup policies, broadcasting critical tasks to multiple visible satellites to boost reliability during window handovers. This mechanism is evaluated only as a high-load visibility-window competition scenario; it is not a claim of robustness to arbitrary constellation topology mutation, which is outside the observed-state formulation described in Section 3.
The simulation deploys
5.1.3 Ground Layer Configuration
The ground layer contains
Tasks follow a Poisson process with sinusoidally varying intensity over time to capture daily patterns. To preserve the heterogeneity of urban sensing workloads, the task-size, CPU-cycle, deadline, and reliability-requirement ranges are sampled by device category as summarized in Table 3.
5.1.5 Cross-Layer Link Parameters
Because each offloading action may traverse terrestrial, aerial, or satellite links, the simulator assigns different bandwidth, delay, and reliability ranges to each link class; these cross-layer communication assumptions are listed in Table 4 and are used when computing transmission delay and link reliability.

The heterogeneous link parameters in SAGIN are shown in Table 4.
Terrestrial link path loss follows the 3GPP Urban Macrocell model:
Reliability parameters across all layers:
• Edge Servers: Failure rate
• UAVs: Mechanical reliability
• Satellites: Hardware reliability
5.2 Baselines and Implementation Details
We benchmark against the following methods, providing full configuration details. Note: Because our action space is discrete, methods suited purely for continuous action spaces (like DDPG) are excluded. Recent graph-DRL and MARL methods are discussed in Table 1. They are not assigned synthetic numerical scores in Table 7 because their published settings use different observation structures, agent definitions, and optimization objectives; adding unsupported numbers would reduce rather than improve fairness.
The closest state-of-the-art family to this work consists of SAGIN/LEO offloading methods based on graph DRL and MARL. These studies are discussed as closely related work because they address dynamic heterogeneous topology, but a direct numerical entry requires the observation model, agent definition, and reliability constraint to be reproducible under the same simulator. The selected numerical baselines therefore cover the comparable algorithmic families under the same task traces: heuristic offloading, queue-aware optimization, unconstrained DRL, constrained RL, the D3QN-only component, and the RA-Opt optimization reference. The reproducible settings for these baselines are given in Table 5, which makes explicit whether each method uses no constraint handling, a queue-stability rule, a policy-gradient constraint, a Lagrangian relaxation, or the proposed smooth reliability mechanism.


We selected DQN and PPO as unconstrained DRL baselines because they accommodate discrete action spaces. We excluded DDPG because it is an actor-critic method custom-built for continuous action spaces, yielding deterministic continuous action values. Applying DDPG to a discrete action space necessitates discretizing actions or utilizing techniques like Gumbel-Softmax, which introduces extraneous approximation errors and diverges from the method’s original design intent. Therefore, to preserve fairness and methodological rigor, DDPG is omitted. To ensure a fair comparison, all DRL baselines (DQN, PPO, CPO, RCPO, Lagrangian-PPO, FOCOPS, D3QN, DRL-RA) utilize the exact same MLP [256, 128, 64] architecture. This design decision nullifies network capacity discrepancies, ensuring performance variances reflect pure algorithmic merit rather than scale differences.
For hyperparameter fairness, we separate common settings from algorithm-specific settings. The network width, training horizon, number of seeds, evaluation workload, and state/action definitions are identical across learning-based methods. Method-specific parameters, such as PPO clipping and epochs, CPO trust-region radius, entropy coefficient, replay-buffer settings, and Lagrangian update rates, are selected from standard stable ranges recommended for each algorithm and then fixed before final testing. When default settings produce unstable learning, parameters are adjusted only within the same predefined stable ranges used for baseline tuning. All final comparisons use the same ten random seeds and the same evaluation traces, so the tuning budget remains comparable across methods.
After this tuning protocol is fixed, Table 6 reports the DRL-RA-specific values used in all final experiments, including the learning rates, replay setting, constraint budget, smoothness coefficient, and redundancy trigger.
The hyperparameters are selected from standard stable ranges used in DQN and constrained-RL implementations and then fixed for all random seeds. The learning rate
The cost budget
Decision latency measurements are conducted on an Intel Xeon E5-2680 v4 CPU (2.4 GHz) with 64 GB RAM and an NVIDIA Tesla P100 GPU. Neural network inference uses PyTorch 1.12 with no model compression or quantization applied. The batch size is set to 1 (single-task decision scenario).
• Task Completion Rate (TCR): Percentage of tasks completed within deadlines.
• Average Latency (AL): Mean end-to-end latency (ms).
• Energy Consumption (EC): Average energy consumed per task (mJ).
• System Reliability (SR): Average
• Resource Utilization (RU): Mean utilization of edge servers.
• Decision Latency (DL): Time per decision (ms).
• Constraint Violation Rate (CVR): Proportion of tasks failing reliability thresholds.
• Expected Cost
All outcomes are reported as means ± standard deviations across 10 random seeds. Statistical significance is evaluated with paired t-tests at
6 Experimental Results and Analysis
This section reports the empirical evaluation. We first compare overall performance, then isolate the contribution of each component through ablation studies, and finally analyze sensitivity to reliability requirements, system size, workloads, and channel conditions.
6.1 Overall Performance Comparison
This experiment systematically benchmarks DRL-RA against standard paradigms. Employing a strict control scheme guarantees fair comparisons within uniform environments. Specific settings:
We picked 12 benchmarks spanning three categories: (1) Classic methods including Random (random target selection), Greedy (nearest edge server), and Lyapunov optimization; (2) Unconstrained DRL (DQN, PPO); (3) Constrained RL (CPO, RCPO, Lagrangian-PPO, FOCOPS). Additionally, we benchmarked D3QN (Component A only) and RA-Opt (Component B only) to validate the integration.
Each learning-based method is trained with 10 random seeds for 1000 episodes and 1000 steps per episode. After training, each policy is evaluated over 10,000 time steps. Metrics include TCR, AL, EC, SR, RU, and DL. RA-Opt is solved online and is therefore reported as a non-real-time optimization reference for decision-quality assessment rather than as an inference-latency peer.
Results are reported in mean ± SD format. Significance is assessed via paired t-tests (
The overall comparison in Table 7 is used as the basis for the subsequent analysis because it reports not only task completion and latency, but also energy consumption, reliability, resource utilization, and decision latency under the same traces. This multi-metric view is necessary to distinguish a genuine reliability-aware gain from a policy that merely shifts cost to energy use or online computation time.

Using the six metrics in Table 7, the analysis below first evaluates task completion and latency, then examines whether the gain is achieved without sacrificing energy, reliability, resource utilization, or deployment-time inference speed.
Table 7 illustrates performance comparisons across six core metrics.
DRL-RA achieves a TCR of
For average latency, DRL-RA obtains
DRL-RA obtains the lowest energy consumption among the reported methods (
For system reliability, DRL-RA achieves
DRL-RA obtains the highest resource utilization (
Decision latency should be interpreted with the solver type in mind. DRL-RA requires
6.1.3 Constraint Budget Fulfillment Verification
To connect the surrogate feasibility discussion in Section 4.5 with empirical behavior, Table 8 compares the expected reliability cost

To attest to CMDP constraint compliance, we profile expected costs
The expected cost of DRL-RA is
6.1.4 Synergistic Effect between Components A and B
The comparison among D3QN, RA-Opt, and DRL-RA indicates complementary behavior. D3QN has low neural-inference latency (
6.2 Comprehensive Ablation Experiments
The ablation experiments evaluate the contribution of each DRL-RA module by removing or replacing one component at a time and reporting the resulting performance change. This single-factor design helps attribute the observed differences to the corresponding module while keeping the remaining training and evaluation settings unchanged.
The ablation table is organized to test this attribution logic directly: Table 9 groups removals by the D3QN decision module, the RA-MOOF reliability module, and their reward-level integration, so each performance drop can be linked to a specific design choice.

Ablation Configurations: We structured 12 setups across three tiers:
(1) Component A (D3QN) Ablation: Evaluates the Dueling architecture and Double Q-learning. The configurations remove Dueling while keeping Double Q-learning, remove Double Q-learning while keeping Dueling, or remove both to obtain vanilla DQN.
(2) Component B (RA-MOOF) Ablation: Evaluates the reliability-aware components. The configurations remove RA-MOOF entirely, replace the smooth proxy with a hard indicator, replace the adaptive Lagrangian multiplier with a fixed multiplier, or remove redundancy backup.
(3) Integration Ablation: Evaluates the interaction between the decision module and the reliability-aware objective by removing the reliability reward or the reliability penalty.
Metrics: Each configuration is evaluated over 10 independent seeds, and TCR, AL, and SR are reported. Performance changes are measured relative to the full DRL-RA configuration.
6.2.2 Component A (D3QN) Ablation Analysis
Removing the Dueling architecture reduces TCR from 95.6% to 93.9% (
Removing Double Q-learning decreases TCR from 95.6% to 94.2% (
Removing both mechanisms, i.e., reverting to vanilla DQN, reduces TCR by 6.1 percentage points, increases latency by 25.3%, and reduces SR by 9.9 percentage points. The larger degradation compared with removing either mechanism alone suggests that Dueling and Double Q-learning provide complementary benefits: the former improves value decomposition, while the latter improves value-estimation stability.
6.2.3 Component B (RA-MOOF) Ablation Analysis
Replacing the smooth proxy with hard indicator functions reduces TCR from 95.6% to 92.8% (
Fixing the Lagrangian multiplier at
Removing redundancy reduces TCR from 95.6% to 94.1% (
6.2.4 Integration Ablation Analysis
Removing the reliability reward reduces TCR from 95.6% to 92.5% (
Removing the reliability penalty reduces TCR from 95.6% to 93.4% (
The ablation results show five patterns: (1) the dueling and double-Q mechanisms jointly improve the discrete decision module; (2) the smooth proxy is important for stable reliability-cost learning; (3) adaptive Lagrangian updates help align reward optimization with the cost budget; (4) redundancy mainly benefits high-reliability tasks; and (5) reward and penalty weights control the tradeoff between performance and constraint compliance.
The sensitivity analysis evaluates DRL-RA under different reliability requirements, system sizes, workload intensities, and channel conditions to examine its robustness within the simulated operating range.
6.3.1 Performance under Varied Reliability Needs
Design: We compare DRL-RA with Lagrangian-PPO and D3QN across five reliability thresholds: 0.80, 0.85, 0.90, 0.95, and 0.98. TCR and CVR are reported over 10 random seeds.
Motivation: Urban sensing applications have different reliability requirements. Environmental monitoring can tolerate moderate reliability thresholds, whereas public-safety tasks may require stricter thresholds such as

The two panels in Fig. 4 visualize the same threshold sweep from complementary perspectives: panel (a) highlights the TCR loss as reliability requirements tighten, whereas panel (b) shows whether this loss is accompanied by lower constraint violations.

Figure 4: Performance under varied reliability requirements. (a) Task completion rate across different minimum reliability thresholds; (b) Constraint violation rate across different minimum reliability thresholds.
As the reliability requirement increases, all methods show lower TCR, but the degradation rates differ. D3QN decreases to 65.9% at
DRL-RA keeps CVR in the 3%–4% range and reaches
Using the TCR decrease per 0.1 increase in reliability threshold as a performance-loss ratio, DRL-RA loses 7.9 percentage points per 0.1 threshold increase, whereas D3QN loses 15.3 percentage points. This suggests that DRL-RA handles the reliability–performance tradeoff more effectively in this experiment.
At
6.3.2 Scalability across System Sizes
Design: We evaluate DRL-RA overhead and performance under four system sizes: (1) Small: 50 devices and 5 edge servers; (2) Medium: 100 devices and 10 edge servers; (3) Large: 200 devices and 15 edge servers; and (4) Ultra: 500 devices and 25 edge servers. Each setting is tested over 5 seeds, and TCR and DL are recorded.
The scalability curves in Fig. 5 show the expected decline in completion rate as the system expands, but they also allow the degradation of DRL-RA and D3QN to be compared under the same growth in devices and candidate offloading targets.

Figure 5: Scalability analysis (each group is configured with
Larger systems reduce TCR for all methods because resource contention and the decision space both increase. When the number of devices grows from 50 to 500, DRL-RA decreases by 8.4 points (97.1% to 88.7%), whereas D3QN decreases by 12.6 points (94.2% to 81.6%). This indicates better scalability of the reliability-aware policy in the simulated system-size range.
Decision latency scales sub-linearly in this experiment. When the system grows from 50 to 500 devices, DRL-RA’s latency increases from 3.1 to 7.3 ms (2.35
Training on the 500-device setting takes 3.2
6.3.3 Robustness under Workloads and Channel Noise
Design: We evaluate varying workloads and channel SNR conditions. The arrival rates are Low (5 tasks/s/device), Medium (12.5 tasks/s/device), and High (25 tasks/s/device). The SNR levels are Low (5 dB), Medium (15 dB), and High (25 dB). Each setting is evaluated over 10 seeds.
The robustness plots in Fig. 6 connect two different stress factors to the same performance metrics: workload growth mainly increases queueing pressure, whereas lower SNR directly weakens link reliability and increases transmission time.

Figure 6: Sensitivity to task arrival rate and channel SNR.
Under high arrival rates (25 tasks/s/device), queues become longer and task drop risk increases. DRL-RA obtains a 91.4% TCR, which is 5.8 percentage points lower than the low-load case. The result is consistent with load balancing across feasible nodes. Average latency increases by 35.6%, while SR decreases by 4.4 percentage points, showing that reliability is less sensitive than latency to workload growth in this simulation.
Low SNR (5 dB) reduces link reliability
Using a robustness index defined as fluctuation range divided by baseline performance, DRL-RA obtains 5.9% under arrival-rate variation and 8.8% under SNR variation. The larger fluctuation under SNR changes is consistent with the direct effect of channel quality on link reliability and transmission time.
This paper presented DRL-RA, a reliability-aware and low-latency task offloading and resource allocation framework for SAGIN. The method combines D3QN-based discrete action selection with RA-MOOF-based reliability cost construction, smooth surrogate constraint handling, and capacity-gated redundancy for high-reliability tasks. The system model explicitly captures heterogeneous communication links, hierarchical computing nodes, satellite visibility windows, UAV availability, and composite reliability under stated conditional-independence assumptions. Simulation results across multiple random seeds show that DRL-RA improves task completion rate, latency, and system reliability over the implemented baselines, while the constraint-budget table verifies satisfaction of the surrogate expected-cost constraint. The problem formulation specifies the observation and update assumptions under which satellite visibility windows, UAV availability, queue states, and link measurements are used for repeated short-horizon decisions. Future work can further extend this formulation to explicitly model correlated large-scale disruptions.
Acknowledgement: Not applicable.
Funding Statement: The authors received no specific funding for this study.
Author Contributions: The authors confirm contribution to the paper as follows: Conceptualization, Fei Bu and Zheng Wang; methodology, Zheng Wang and Yong Pan; software, Zhaomin Wu and Yuchen Liang; validation, Fei Bu and Zhaomin Wu; formal analysis, Zheng Wang; investigation, Fei Bu, Yong Pan and Zhongshan Zhu; resources, Zhongshan Zhu; data curation, Yuchen Liang and Zhaomin Wu; writing—original draft preparation, Fei Bu and Zheng Wang; writing—review and editing, Zheng Wang and Tengfei Tu; visualization, Zhaomin Wu and Yuchen Liang; supervision, Zheng Wang and Tengfei Tu; project administration, Fei Bu; funding acquisition, Fei Bu and Zheng Wang. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The data that support the findings of this study are available from the Corresponding Author, Zheng Wang, upon reasonable request.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Zhang Z, Xiao Y, Ma Z, Xiao M, Ding Z, Lei X, et al. 6G wireless networks: vision, requirements, architecture, and key technologies. IEEE Veh Technol Mag. 2019;14(3):28–41. doi:10.1109/MVT.2019.2921208. [Google Scholar] [CrossRef]
2. Liu J, Shi Y, Fadlullah ZM, Kato N. Space-air-ground integrated network: a survey. IEEE Commun Surv Tut. 2018;20(4):2714–41. doi:10.1109/comst.2018.2841996. [Google Scholar] [CrossRef]
3. Cai Y, Cheng P, Chen Z, Xiang W, Vucetic B, Li Y. Graphic deep reinforcement learning for dynamic resource allocation in space-air-ground integrated networks. IEEE J Sel Areas Commun. 2025;43(1):334–49. doi:10.1109/jsac.2024.3460086. [Google Scholar] [CrossRef]
4. Li H, Yu J, Cao L, Zhang Q, Song Z, Hou S. Multi-agent reinforcement learning based computation offloading and resource allocation for LEO satellite edge computing networks. Comput Commun. 2024;222(4):268–76. doi:10.2139/ssrn.4611047. [Google Scholar] [CrossRef]
5. Huang C, Chen G, Xiao P, Xiao Y, Han Z, Chambers JA. Joint offloading and resource allocation for hybrid cloud and edge computing in SAGINs: a decision assisted hybrid action space deep reinforcement learning approach. IEEE J Sel Areas Commun. 2024;42(5):1029–43. doi:10.1109/JSAC.2024.3365899. [Google Scholar] [CrossRef]
6. Liu L, Mao W, Li W, Duan J, Liu G, Guo B. Edge computing offloading strategy for space-air-ground integrated network based on game theory. Comput Netw. 2024;243(10):110331. doi:10.1016/j.comnet.2024.110331. [Google Scholar] [CrossRef]
7. Wachi A, Shen X, Sui Y. A survey of constraint formulations in safe reinforcement learning. In: Proceedings of the 33rd International Joint Conference on Artificial Intelligence (IJCAI); 2024 Aug 3–9; Jeju, Republic of Korea. p. 8262–71. [Google Scholar]
8. Mao Y, Zhang J, Letaief KB. Dynamic computation offloading for mobile-edge computing with energy harvesting devices. IEEE J Sel Areas Commun. 2016;34(12):3590–3605. doi:10.1109/jsac.2016.2611964. [Google Scholar] [CrossRef]
9. Chen X. Decentralized computation offloading game for mobile cloud computing. IEEE Trans Parallel Distrib Syst. 2015;26(4):974–83. doi:10.1109/tpds.2014.2316834. [Google Scholar] [CrossRef]
10. Zhang J, Hu X, Ning Z, Ngai ECH, Zhou L, Wei J, et al. Energy-latency tradeoff for energy-aware offloading in mobile edge computing networks. IEEE Internet Things J. 2018;5(4):2633–45. doi:10.1109/jiot.2017.2786343. [Google Scholar] [CrossRef]
11. Geng L, Zhao H, Wang J, Kaushik A, Yuan SWK, Feng W. Deep reinforcement learning-based distributed computation offloading in vehicular edge computing networks. IEEE Internet Things J. 2023;10(14):12416–33. doi:10.1109/jiot.2023.3247013. [Google Scholar] [CrossRef]
12. Xiao Y, Ye Z, Wu M, Li H, Xiao M, Alouini MS, et al. Space-air-ground integrated wireless networks for 6G: basics, key technologies, and future trends. IEEE J Sel Areas Commun. 2024;42(12):3327–54. [Google Scholar]
13. Zhang J, Yang X, Chen X, Chen X, Yi X, Khalil I, et al. Energy-efficient UAV deployment and computation offloading in space-air-ground integrated networks. IEEE Trans Veh Technol. 2026;75(2):3081–98. doi:10.1109/tvt.2025.3601197. [Google Scholar] [CrossRef]
14. Zhang P, Li Y, Kumar N, Chen N, Hsu CH, Barnawi A. Distributed deep reinforcement learning assisted resource allocation algorithm for space-air-ground integrated networks. IEEE Trans Netw Serv Manag. 2023;20(3):3348–58. doi:10.1109/tnsm.2022.3232414. [Google Scholar] [CrossRef]
15. Liu Y, Jiang L, Qi Q, Xie K, Xie S. Online computation offloading for collaborative space/aerial-aided edge computing toward 6G system. IEEE Trans Veh Technol. 2024;73(2):2495–505. doi:10.1109/tvt.2023.3312676. [Google Scholar] [CrossRef]
16. Zhang X, Liu J, Zhang R, Huang Y, Tong J, Xin N, et al. Energy-efficient computation peer offloading in satellite edge computing networks. IEEE Trans Mob Comput. 2024;23(4):3077–91. doi:10.1109/tmc.2023.3269801. [Google Scholar] [CrossRef]
17. Bhattacherjee D, Aqeel W, Bozkurt IN, Aguirre A, Chandrasekaran B, Godfrey PB, et al. Gearing up for the 21st century space race. In: Proceedings of the 17th ACM Workshop on Hot Topics in Networks. New York, NY, USA: ACM; 2018. p. 113–9. [Google Scholar]
18. Mozaffari M, Saad W, Bennis M, Nam YH, Debbah M. A tutorial on UAVs for wireless networks: applications, challenges, and open problems. IEEE Commun Surv Tut. 2019;21(3):2334–60. [Google Scholar]
19. Li M, Cheng N, Gao J, Wang Y, Zhao L, Shen X. Energy-efficient UAV-assisted mobile edge computing: resource allocation and trajectory optimization. IEEE Trans Veh Technol. 2020;69(3):3424–38. [Google Scholar]
20. Yan M, Xiong R, Wang Y, Li C. Edge computing task offloading optimization for a UAV-assisted Internet of Vehicles via deep reinforcement learning. IEEE Trans Veh Technol. 2024;73(4):5647–58. doi:10.1109/tvt.2023.3331363. [Google Scholar] [CrossRef]
21. Mao Y, You C, Zhang J, Huang K, Letaief KB. A survey on mobile edge computing: the communication perspective. IEEE Commun Surv Tut. 2017;19(4):2322–58. doi:10.1109/comst.2017.2745201. [Google Scholar] [CrossRef]
22. Zhang Y, Hu J, Min G. Digital twin-driven intelligent task offloading for collaborative mobile edge computing. IEEE J Sel Areas Commun. 2023;41(10):3034–45. doi:10.1109/jsac.2023.3310058. [Google Scholar] [CrossRef]
23. Chen X, Jiao L, Li W, Fu X. Efficient multi-user computation offloading for mobile-edge cloud computing. IEEE/ACM Trans Netw. 2016;24(5):2795–808. doi:10.1109/tnet.2015.2487344. [Google Scholar] [CrossRef]
24. Xie M, Ye J, Zhang G, Ni X. Deep reinforcement learning-based computation offloading and distributed edge service caching for mobile edge computing. Comput Netw. 2024;250(9):110564. doi:10.1016/j.comnet.2024.110564. [Google Scholar] [CrossRef]
25. Mnih V, Kavukcuoglu K, Silver D, Rusu AA, Veness J, Bellemare MG, et al. Human-level control through deep reinforcement learning. Nature. 2015;518(7540):529–33. doi:10.1038/nature14236. [Google Scholar] [PubMed] [CrossRef]
26. Chen X, Zhang H, Wu C, Mao S, Ji Y, Bennis M. Optimized computation offloading performance in virtual edge computing systems via deep reinforcement learning. IEEE Internet Things J. 2018;6(3):4005–18. doi:10.1109/jiot.2018.2876279. [Google Scholar] [CrossRef]
27. Zhu X, Zhang T, Zhang J, Zhao B, Zhang S, Wu C. Deep reinforcement learning-based edge computing offloading algorithm for software-defined IoT. Comput Netw. 2023;235:110006. doi:10.21203/rs.3.rs-2150294/v1. [Google Scholar] [CrossRef]
28. Ratnabala L, Peter R, Fedoseev A, Tsetserukou D. Hippo-mat: decentralized task allocation using GraphSAGE and multi-agent deep reinforcement learning. arXiv:2503.07662. 2025. [Google Scholar]
29. Meng K, Zhang S, Li R, Meng X, Deng Y, Wang C, et al. Multi-agent conditional diffusion model with mean field communication as wireless resource allocation planner. arXiv:2510.22969. 2025. [Google Scholar]
30. Jia K, Xia H, Zhang R, Sun Y, Wang K. Multi-agent DRL for edge computing: a real-time proportional compute offloading. Comput Netw. 2024;252:110665. [Google Scholar]
31. Shao Z, Yang H, Xiao L, Su W, Chen Y, Xiong Z. Deep reinforcement learning-based resource management for UAV-assisted mobile edge computing against jamming. IEEE Trans Mob Comput. 2024;23(12):13358–70. doi:10.1109/globecom54140.2023.10437090. [Google Scholar] [CrossRef]
32. Achiam J, Held D, Tamar A, Abbeel P. Constrained policy optimization. In: ICML’17: Proceedings of the 34th International Conference on Machine Learning; 2017 Aug 6–11; Sydney, NSW, Australia. p. 22–31. [Google Scholar]
33. Tessler C, Mankowitz DJ, Mannor S. Reward constrained policy optimization. arXiv:1805.11074. 2018. [Google Scholar]
34. Zhang Y, Vuong Q, Ross K. First order constrained optimization in policy space. Adv Neural Inf Process Syst. 2020;33:15338–49. doi:10.52202/075280-1703. [Google Scholar] [CrossRef]
35. Cao K, Chen M, Karnouskos S, Hu S. Reliability-aware personalized deployment of approximate computation IoT applications in serverless mobile edge computing. IEEE Trans Comput Aided Des Integr Circ Syst. 2025;44(2):430–43. doi:10.1109/tcad.2024.3437344. [Google Scholar] [CrossRef]
36. Li Z, Yu H, Fan G, Zhang J, Xu J. Energy-efficient reliability-aware offloading for delay-sensitive tasks in collaborative edge computing. Concurr Comput: Pract Exp. 2024;36(13):e8083. doi:10.1002/cpe.8083. [Google Scholar] [CrossRef]
37. Tang J, Nie J, Zhang Y, Xiong Z, Jiang W, Guizani M. Multi-UAV-assisted federated learning for energy-aware distributed edge training. IEEE Trans Netw Serv Manag. 2024;21(1):280–93. doi:10.1109/tnsm.2023.3298220. [Google Scholar] [CrossRef]
38. Qu Y, Zhang T, Feng Y, Xu T, Guo Z. Computation offloading and resource allocation for E2E tasks in satellite edge computing networks. Space: Sci Technol. 2024;4:0144. [Google Scholar]
39. Xue Z, Liu C, Liao C, Han G, Sheng Z. Joint service caching and computation offloading scheme based on deep reinforcement learning in vehicular edge computing systems. IEEE Trans Veh Technol. 2023;72(5):6709–22. doi:10.1109/tvt.2023.3234336. [Google Scholar] [CrossRef]
40. Wang Y, Sheng M, Wang X, Wang L, Li J. Mobile-edge computing: partial computation offloading using dynamic voltage scaling. IEEE Trans Commun. 2016;64(10):4268–82. [Google Scholar]
41. 3GPP. Study on channel model for frequencies from 0.5 to 100 GHz. 3GPP TR 38.901, Version 19.2.0; 2026 [cited 2026 May 10]. Available from: https://www.etsi.org/deliver/etsi_tr/138900_138999/138901/19.02.00_60/tr_138901v190200p.pdf. [Google Scholar]
42. ITU-R. Recommendation ITU-R P.618-14: propagation data and prediction methods required for the design of Earth-space telecommunication systems. International Telecommunication Union; 2023 [cited 2026 May 10]. Available from: https://www.itu.int/rec/R-REC-P.618-14-202308-I/en. [Google Scholar]
43. Atzori L, Iera A, Morabito G. The internet of things: a survey. Comput Netw. 2010;54(15):2787–805. doi:10.1016/j.comnet.2010.05.010. [Google Scholar] [CrossRef]
44. Khan LU, Yaqoob I, Tran NH, Kazmi SMA, Dang TN, Hong CS. Edge-computing-enabled smart cities: a comprehensive survey. IEEE Internet Things J. 2020;7(10):10200–232. [Google Scholar]
45. Abbas N, Zhang Y, Taherkordi A, Skeie T. Mobile edge computing: a survey. IEEE Internet Things J. 2017;5(1):450–65. doi:10.1109/jiot.2017.2750180. [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