Next Article in Journal
EX-CCCII with Controlled Current Gain and Its Applications
Previous Article in Journal
Multi-Scale Spectral Recurrent Network Based on Random Fourier Features for Wind Speed Forecasting
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deep Reinforcement Learning-Based Dual-Loop Adaptive Control Method and Simulation for Loitering Munition Fuze

School of Mechanical Engineering, Nanjing University of Science and Technology, Nanjing 210094, China
*
Author to whom correspondence should be addressed.
Technologies 2026, 14(4), 239; https://doi.org/10.3390/technologies14040239
Submission received: 23 March 2026 / Revised: 13 April 2026 / Accepted: 17 April 2026 / Published: 20 April 2026

Abstract

To address the poor adaptability and rigid initiation modes of the loitering munition fuze in complex environments and the inadequacy of single fuzzy control against strong interference, this paper proposes a dual-loop adaptive reconfiguration control method. The architecture integrates the Twin Delayed Deep Deterministic Policy Gradient (TD3) algorithm with fuzzy logic. The inner loop uses TD3 to dynamically optimize fuzzy scaling factors based on real-time interference and state deviations. Concurrently, the outer loop utilizes a Fuze Readiness Index (FRI) and a finite state machine to manage real-time multi-modal mission switching (e.g., proximity, delay, and airburst) and reverse safety-state conversions. Co-simulations under non-stationary composite interference show that the proposed method reduces the burst height RMSE by 82.4% and 61.6% compared with the fixed-threshold and standard fuzzy baselines under the considered non-stationary composite interference setting, respectively. The false alarm rate (FAR) is reduced to 0.15%, and the reconfiguration response time under sudden interference is shortened to 12 ms. Even under extreme conditions, such as 400 ms sensor signal loss, the relative error remains within 5%. These simulation results demonstrate the potential of the proposed architecture to improve precision, responsiveness, and robustness under dynamic interference conditions and show good robustness to intermittent observation loss within the simulated operating envelope.

1. Introduction

Loitering munitions combine the mobility of unmanned aerial vehicles with the strike capability of precision-guided ammunition. As the core component responsible for timing control, the fuze must respond reliably to target variation, mission switching, and electromagnetic interference in complex battlefield environments. However, conventional fuze control strategies are usually based on pre-mission parameter setting and fixed initiation logic, making it difficult to adapt online once the engagement condition changes during flight. Under strong interference or sudden target variation, such rigid configurations may lead to delayed response, false triggering, or deviation from the optimal burst point, thereby reducing the operational effectiveness of loitering munitions in dynamic combat scenarios. In addition, unlike many traditional ammunition fuzes, the loitering munition fuze may require not only forward arming but also reverse transition to a safer state when the target is lost, the mission is aborted, or the initiation condition is no longer satisfied. This recoverable safety characteristic further increases the complexity of fuze control design [1,2,3].
Existing studies have improved fuze performance mainly from two directions. The first direction is hardware-oriented enhancement, including multi-modal sensing, multi-source information fusion, and the integration of proximity, impact, and delay-related functions into a single fuze architecture [4,5,6,7]. The second direction is control and signal processing enhancement, such as anti-jamming signal processing, filtering, fixed-threshold decision strategies, and fuzzy logic-based control methods, which are used to improve robustness against uncertainty and noise [8,9,10]. Although these approaches have practical value, they still face clear limitations in highly dynamic and non-stationary interference environments. In particular, many existing methods rely on preset thresholds, manually tuned fuzzy parameters, or offline configuration and therefore lack sufficient online adaptability when the target state, interference intensity, or tactical intent changes rapidly during engagement.
To overcome this limitation, it is necessary to move from static configuration toward online adaptive parameter reconfiguration. Reconfigurability has been widely studied in electronic and control systems, but in fuze applications, it cannot be treated as a generic functional switching problem only. Instead, it must be tightly coupled with fuze-specific requirements, including safety constraints, timing sensitivity, mode switching, and limited onboard computing resources [11]. Therefore, a practical reconfiguration strategy for the loitering munition fuze should not only support flexible parameter adjustment but also maintain strict safety logic and low-latency execution under interference.
Fuzzy logic control is attractive for fuze applications because of its interpretability and robustness in nonlinear and uncertain environments [12]. Nevertheless, its performance strongly depends on the choice of scaling factors, which are often fixed or manually tuned. When the battlefield environment becomes non-stationary, such static settings may no longer provide a satisfactory trade-off between sensitivity and robustness. Deep reinforcement learning offers a possible way to address this problem by learning adaptive parameter-tuning policies directly from interaction data. Among commonly used methods, meta-heuristic algorithms such as GA, PSO, and ACO are effective for offline optimization but are difficult to use for millisecond-level online control [13,14,15]. DQN is not well suited to continuous parameter adjustment [16], while DDPG may suffer from value overestimation and unstable learning in noisy environments [17,18]. By contrast, TD3 provides a more suitable framework for low-dimensional continuous control because clipped double-Q learning, delayed policy updates, and target policy smoothing can improve learning stability and suppress action jitter [19]. In comparison, SAC is also a strong candidate for continuous control, but its stochastic policy mechanism is not the focus of the present low-dimensional deterministic online tuning problem [20].
It should be noted that hybrid TD3–fuzzy or reinforcement learning-assisted fuzzy controllers have already been explored in other control domains [21]. Therefore, the contribution of this work is not simply the generic combination of TD3 and fuzzy logic. Instead, the novelty lies in a fuze-oriented integration strategy: an outer loop is introduced to handle initiation-mode switching and safety rollback, while an inner loop performs online tuning of fuzzy scaling factors under interference. In this way, the proposed method connects continuous parameter adaptation with discrete fuze mission logic and recoverable safety requirements, which are central issues in the loitering munition fuze control. In addition, from the perspective of safety-constrained decision making, the present problem is closely related to safe reinforcement learning, where control performance must be balanced against explicit safety requirements [22,23].
Based on the above considerations, this paper proposes a deep reinforcement learning-based dual-loop adaptive control method for the loitering munition fuze. In the proposed framework, the outer loop combines a finite state machine with a Fuze Readiness Index (FRI) to realize mission-mode switching and reverse safety-state transition, whereas the inner loop uses a TD3 agent to tune fuzzy scaling factors online according to the observed engagement state and interference condition. The fuze parameter reconfiguration problem is formulated as a Markov Decision Process, and a Python (3.10)-MATLAB (r2023a)/Simulink co-simulation platform is established for algorithm verification. The results show that within the considered simulation setting, the proposed method can improve burst height tracking accuracy, reduce false alarms, and shorten reconfiguration response time under non-stationary composite interference.
The main contributions of this work are summarized as follows:
(1)
A dual-loop fuze control architecture is developed, in which the outer loop handles mode-level decision and safety rollback, and the inner loop performs continuous online tuning of fuzzy scaling factors.
(2)
A fuze-oriented Markov Decision Process is formulated by incorporating engagement deviation, interference intensity, readiness-related information, and mode-dependent control objectives.
(3)
A co-simulation verification framework is established to evaluate the proposed method under dynamic interference and task-switching conditions.
The remainder of this paper is organized as follows: Section 2 introduces the dynamic reconfiguration requirements and the proposed hierarchical control architecture. Section 3 presents the MDP formulation, fuzzy inference model, and safety-state decision model. Section 4 describes the TD3-based optimization algorithm and the co-simulation training framework. Section 5 gives the simulation results and comparative analysis. Finally, Section 6 concludes the paper and discusses future work.

2. Dynamic Reconfiguration Requirements and Technical Route of Loitering Munition Fuze

2.1. Dynamic Reconfiguration Requirements

Compared with conventional ammunition fuze, the loitering munition fuze operates in a more uncertain engagement environment and therefore impose higher requirements on online adaptability, safety management, and mission flexibility. In particular, the fuze must respond not only to target-state variation and electromagnetic interference but also to tactical changes such as mission abortion, target switching, and re-attack preparation. Based on these characteristics, the dynamic reconfiguration requirements of the loitering munition fuze can be summarized in three aspects.
1. Online mission-mode reconfiguration requirement: The loitering munition fuze should be able to receive mission-related information from onboard sensors, seekers, or the upper-level control system and adjust key initiation parameters online. In practical engagements, different target categories such as personnel, light vehicles, fortifications, and armored targets may require different initiation modes, including proximity, airburst, impact, and delay modes. Therefore, the fuze should support real-time mode switching and parameter updating rather than relying solely on pre-launch fixed configuration.
2. Recoverable safety-state transition requirement: Unlike many traditional one-way arming mechanisms, the loitering munition fuze may need to transition from an armed or semi-armed state back to a safer standby state when the attack is cancelled, the target is lost, or the initiation condition is no longer satisfied. This recoverable safety characteristic is closely related to the life-cycle safety of the weapon, especially in scenarios involving target re-selection, mission interruption, or post-mission recovery. Therefore, the fuze control architecture should include a rollback mechanism with explicit safety constraints instead of considering only forward arming logic.
3. Potential cooperative extension requirement in swarm deployment: In swarm deployment scenarios, loitering munitions may further benefit from coordinated timing and strike sequencing through inter-platform communication. However, such swarm-level collaboration involves additional issues, including communication delay, cooperative decision-making, and distributed resource allocation, which are beyond the scope of the present study. Therefore, this paper focuses on the control layer of a single loitering munition fuze while regarding swarm-level cooperative reconfiguration as a potential extension for future work [24,25,26].

2.2. Hierarchical Dual-Loop Control Architecture

2.2.1. Overall Architecture

The proposed architecture of the loitering munition fuze consists of an outer loop and an inner loop.
The outer loop serves as the logic and safety decision layer. It combines a finite state machine (FSM) with a Fuze Readiness Index (FRI) to determine whether the fuze should remain in a safe state, enter an approach/judgment state, or switch into a terminal initiation state. At the same time, it determines the appropriate initiation mode according to task demand and target characteristics. Therefore, the outer loop provides explicit logical constraints for the entire control system and prevents unsafe parameter updates from being executed outside the permitted state window.
The inner loop serves as the continuous parameter adaptation layer. Under a confirmed initiation mode issued by the outer loop, it uses a TD3-based policy to tune the scaling factors of the fuzzy controller online according to the observed engagement state and interference condition. In this way, the fuzzy controller retains its interpretability and nonlinear mapping capability, while the TD3 agent provides adaptive parameter tuning ability under non-stationary disturbance.
This hierarchical design is particularly suitable for fuze control because it separates safety-critical discrete decisions from continuous online optimization. As a result, the learning problem becomes lower dimensional and more stable, while the rollback and mode-switching logic remains explicitly manageable.

2.2.2. Fuzzy Logic as the Execution Layer

Fuzzy logic control is used as the execution layer of the inner loop because it is well suited to nonlinear systems with uncertainty and incomplete information [12]. In the proposed framework, the fuzzy controller receives deviation-related variables and outputs parameter correction commands for fuze initiation control. Gaussian membership functions are used to ensure smooth inference and reduce abrupt switching near decision boundaries.
However, the performance of fuzzy control depends strongly on the choice of scaling factors. Under fixed settings, it is difficult to maintain a satisfactory balance between sensitivity and anti-interference robustness across different engagement conditions. This limitation is especially evident in non-stationary interference environments, where a scaling factor set that performs well in one stage may become unsuitable in another. Therefore, the fuzzy controller is retained as the interpretable nonlinear execution mechanism, while its scaling factors are tuned online by the reinforcement learning layer.

2.2.3. TD3-Based Online Tuning Layer

To achieve online adjustment of fuzzy scaling factors, this paper introduces the Twin Delayed Deep Deterministic Policy Gradient (TD3) algorithm into the inner loop. The reason for selecting TD3 is that the reconfiguration problem considered here is a low-dimensional continuous-control problem with strong requirements on stability and smoothness. Compared with DQN, TD3 can handle continuous action output directly [16]. Compared with DDPG, it reduces value overestimation and suppresses action jitter through clipped double-Q learning, delayed policy updates, and target policy smoothing [17,19].
It should also be noted that similar hybrid ideas combining reinforcement learning and fuzzy control have been explored in other control domains [21]. Therefore, the contribution of this work does not lie in a generic algorithmic combination alone but in embedding TD3-based online parameter tuning into a fuze-oriented dual-loop structure with mode switching and recoverable safety rollback. In addition, although SAC is another representative continuous-control algorithm, the present study focuses on deterministic low-latency online tuning under a low-dimensional action space and therefore adopts TD3 as the core solver [20,27].

2.2.4. Multi-Modal Reconfiguration and Safety Modeling Based on MDP

To connect the learning algorithm with the physical fuze control problem, the parameter reconfiguration process is formulated as a Markov Decision Process (MDP). The observation state includes engagement deviation, interference-related information, and readiness-related information, while the action is defined as the tuning gain for the fuzzy scaling factors. In this formulation, the reinforcement learning agent is responsible only for continuous parameter adaptation within the admissible operating window specified by the outer loop.
From a control perspective, this architecture can be interpreted as a constrained decision-making process: the outer loop imposes mode-dependent logical and safety boundaries, while the inner loop optimizes parameter adaptation inside these boundaries. This design is consistent with the general idea of safety-constrained reinforcement learning, where performance improvement must be balanced against explicitly enforced safety requirements [22]. Therefore, the proposed architecture does not replace safety logic with a pure learning policy; instead, it combines data-driven adaptation with explicit mission and safety constraints.

2.2.5. Technical Route

As shown in Figure 1, based on the above architecture, the technical route of this study can be summarized as follows: First, the fuze engagement process is abstracted into a state–action–reward framework under explicit safety constraints. Second, the outer loop determines the admissible initiation mode and safety state according to FRI and task logic. Third, the inner loop performs online tuning of fuzzy scaling factors through TD3 policy inference. Finally, the resulting control parameters are demonstrated in simulation in a Python-MATLAB/Simulink co-simulation environment under dynamic interference and task-switching conditions.

3. Multi-Modal Reconfiguration and Fuzzy Safety Control Modeling Based on Markov Decision Process

The adaptive reconfiguration and control of the loitering munition fuze in complex battlefield environments can fundamentally be formulated as a Sequential Decision-Making Problem under Uncertainty. Given that traditional deterministic models struggle to capture these dynamic and stochastic characteristics, this paper selects the Markov Decision Process (MDP) as the mathematical description framework. It constructs a comprehensive control model including three coupled subsystems: continuous parameter reconfiguration optimization based on MDP, reconfigurable fuzzy inference, and multi-modal task and safety-state reconfiguration decision making. This model aims to formalize the fuze’s perception information, control decisions, and reward/punishment mechanisms into computable mathematical tuples, thereby endowing the fuze system with the capabilities of real-time perception and policy evolution and providing theoretical support for subsequently using deep reinforcement learning (DRL) to solve for the global optimal policy.

3.1. Physical State Vector Normalization and Observation State Space Construction

3.1.1. Physical State Vector and Execution Parameter Definition

The proposed offline DRL-based fuzzy adaptive control and reconfiguration method relies heavily on the precise perception of multidimensional battlefield features. To convert heterogeneous sensor data into standard variables processable by the controller, a unified fuze state space needs to be constructed and quantized. This section defines the input state vector x ( k ) that drives the fuzzy algorithm in detail. In the initiation control process of the loitering munition fuze, the commonly used parameters are the proximity distance threshold, impact acceleration threshold, timing trigger time, and trigger delay time. To realize the interaction between the offline DRL agent and the virtual battlefield, a standardized state space is constructed. The physical state vector of the fuze at time k is defined as x ( k ) :
x ( k ) = r ( k ) v ( k ) a ( k ) J ( k ) C ( k )
The elements in x ( k ) are all environmental state perception quantities, where r ( k ) is the relative target distance; v ( k ) is the relative target velocity; a ( k ) is the self-acceleration measured by the loitering munition fuze; J ( k ) is the environmental interference/deception signal index, which is a normalized index mainly characterizing the credibility of the electromagnetic environment, with J k [ 0 , 1 ] , where 1 represents a strong suppression environment and 0 represents an interference-free environment; and C ( k ) is the target confidence, mainly used to characterize the certainty of tactical intent, with C k [ 0 , 1 ] , where 1 represents full target confirmation and 0 represents target loss.
The parameter regulation output vector θ ( k ) is defined as follows:
θ ( k ) = r 0 ( k ) a 0 ( k ) T d e l a y ( k ) t 0 ( k )
r 0 ( k ) represents the proximity distance threshold, which determines the initiation distance of the fuze. It needs to be increased during high-speed engagements to provide lead time and decreased under strong interference to reduce the false alarm rate. a 0 ( k ) represents the impact acceleration threshold, determining the sensitivity of the impact sensor. It is used to distinguish the high overload generated by normal missile body maneuvers from the impact overload of hitting the target. T d e l a y ( k ) represents the initiation delay time, used for anti-interference filtering of signals or to control the penetration depth of the warhead in penetration mode. t 0 ( k ) represents the mission/self-destruct time threshold, used for dynamic management of the mission window.

3.1.2. State Normalization Processing and Observation Space Construction

As the variables in the state vector of Equation (1) are heterogeneous in physical meaning and numerical range, quantitative normalization is required before they can be used as inputs to the fuzzy controller and the reinforcement learning agent. The purpose of this preprocessing step is not to claim a universally optimal normalization scheme but to establish a unified engineering representation of the key engagement and interference features within the operating range considered in this study.
  • Quantization of interference intensity J k
The interference intensity J ( k ) reflects the severity of the current electromagnetic environment and influences whether the fuze should remain in a precision-sensitive state or switch to an anti-interference mode. In this work, the raw interference descriptor is estimated from the automatic gain control response and the receiver noise-floor estimate, and the corresponding signal-to-noise-ratio-like quantity is defined as in Equation (3) [28].
J S k = 10 l n ( P t ( k ) P e ( k ) P r )
In the formula, P t ( k ) is the total power measured by the receiver at the current moment, P e ( k ) is the estimated echo signal power, and P r is the receiver sensitivity noise floor reference value.
To adapt to the input domain [0,1] of the fuzzy controller, a piecewise linear function is used to normalize J S k :
J ( k ) 0 , J S k J m i n J m a x J m i n , 1 , J S k < J m i n J m i n < J S k < J m a x J S k > J m a x
In the formula, J m i n is the effective threshold, set to 3 dB. When the interference is less than this value, it is regarded as interference-free, and the fuze maintains high sensitivity. J m a x is the saturation threshold, set to 15 dB. When the interference is greater than this value, it is regarded as strong suppression interference, normalized intensity J k = 1 , forcibly triggering the “anti-interference mode”. The effective threshold and saturation threshold are set to 3 dB and 15 dB, respectively. These two values are used here as engineering initialization thresholds, selected to distinguish weak interference from strong suppression in a practically interpretable manner rather than as theoretically unique constants. Specifically, interference levels below 3 dB are treated as low-disturbance conditions under which the fuze can retain higher sensitivity, whereas levels above 15 dB are treated as strong suppression conditions and are therefore mapped to the saturation region. The same thresholds are kept unchanged throughout all comparative simulations to ensure consistency.
2.
Quantization of target confidence C ( k )
The target confidence C ( k ) is derived from seeker or detector output and is used to characterize the certainty of target recognition.
To suppress short-duration recognition fluctuations, a sliding-memory weighted model is employed. Assuming the transient recognition probability output at time k is P i k , the smoothed confidence C ( k ) is defined as:
C k = β · P i k + ( 1 β ) · C k 1
In the formula, P i k is the transient recognition probability, with P i k [ 0 , 1 ] .
β is the memory forgetting factor, taken as 0.3~0.5, as an engineering compromise between noise suppression and response speed. A smaller value provides stronger smoothing but slower response, whereas a larger value improves responsiveness at the cost of fluctuation sensitivity. In this study, this range is adopted to maintain stable confidence evolution under transient disturbance rather than to represent an optimal universal choice.
When C k > 0.85 , the fuzzy controller judges it as “High”, allowing precise strikes; when C k < 0.4 , it is judged as “Low”, and impact or standby logic is executed.
3.
Quantization of relative target velocity v ( k )
Derived from the seeker’s Doppler shift or the integrated navigation solution, this state quantity is subjected to a first-order low-pass filter to mitigate sensor measurement noise, yielding the effective closing velocity V e f f ( k ) . Setting the maximum design velocity for terminal attack of the loitering munition as V m a x to adapt to the fuzzy controller’s input domain, a linear proportional function is used to map it to the [ 0 , 1 ] interval:
v * k = V e f f ( k ) V m a x ,   0 V e f f ( k ) < V m a x 1 ,   V e f f ( k ) V m a x
4.
Quantization of loitering munition acceleration a ( k )
Acceleration a ( k ) is the core physical quantity characterizing the maneuvering overload state of the loitering munition and determining whether the delay/impact acceleration reaches the initiation threshold. It is directly derived from the real-time synthesized overload value of the onboard accelerometer or IMU. To balance the overload during the loitering munition’s flight with the overload signal at the moment of impact, the raw data need to be smoothed to extract the current maneuvering overload amplitude of the loitering munition. Setting the maximum allowable overload for normal flight maneuvers as A m to enable the fuzzy controller to perceive whether the missile body is in a high-overload maneuvering state, a saturation function mapping is adopted:
a * k = m i n ( a k A m , 1 )
5.
Quantization of relative target distance r ( k )
This is directly derived from the ranging value of the laser or radio detector. An attention and action truncation function is introduced. Based on the actual damage capability of the ammunition, a maximum focus distance R f o c u s is set. Inverse proportional mapping is used to improve the resolution at close range (the closer the distance, the larger the normalized value, and the higher the sensitivity):
r * ( k ) = 1 r ( k ) R f o c u s ,   1 r ( k ) < R f o c u s 0 ,   r ( k ) R f o c u s
6.
Construction of deviation-related observation variables
To endow the controller with the ability to pre-judge the missile-target engagement situation, this paper performs differential processing on the normalized core deviation quantities. The core input deviation variable for the fuzzy controller is defined as:
e k = r * k r o p t *
where r o p t * is the normalized optimal burst height setpoint, determined by the outer loop baseline parameters.
The error change rate is defined as the difference between the error at the current sampling time and the error at the previous time:
e ˙ k = e k e k 1
Through the above normalization and feature extraction, the full-state observation vector of the DRL agent at time t is constructed:
s t = [ e t ,   e ˙ t ,   J t , C t , M t ] T
where the deviation between the current distance and the ideal burst height is expressed as e t , and e ˙ t reflects the current control deviation trend. J t and C t reflect the complexity of the external environment, and M t is the initiation mode state decided by the current outer loop.

3.1.3. Practical Setting Rationale for Threshold Parameters

The normalization thresholds and weighting parameters used in this study are selected as engineering initialization values according to typical anti-interference discrimination requirements, target-confidence smoothing needs, and safety-state transition logic in the loitering munition fuze scenarios [1,2,3,4,5,28]. Their role is to establish a consistent and physically interpretable simulation framework for validating the proposed control architecture. The present work does not claim that these values are globally optimal. Instead, they are kept fixed across the comparative experiments so that the influence of the proposed dual-loop strategy can be evaluated under a unified setting. A broader sensitivity analysis of these parameters will be included in future work.

3.2. Continuous Reconfiguration Optimization Modeling Based on MDP

To reduce the subjectivity of manual parameter tuning, the online adjustment of fuzzy scaling factors is formulated as a Markov Decision Process (MDP), represented by the tuple S , A , R , γ , where S is the state space observed by the agent; A is the action space output by the agent; R is the reward function guiding policy optimization; and γ is the discount factor balancing current and future returns. It should be emphasized that the learning agent is responsible for continuous parameter adaptation only within the admissible operating region defined by the outer-loop safety logic, rather than replacing the fuze safety mechanism itself.

3.2.1. Action Space

Rather than directly outputting control voltages, the agent modulates the sensitivity and stiffness of the control system by adjusting the scaling factors of the fuzzy controller. The action vector u t is defined as the reconfiguration gain for the scaling factors:
u t = [ λ e , λ e c , λ u ] T , u t [ 0.5 ,   2.0 ]
Based on this action, the scaling factors K of the fuzzy controller are reconstructed in real time:
K e t = K e 0 t · λ e K e c t = K e c 0 t · λ e c K u t = K u 0 t · λ u
In the formula, K e 0 t , K e c 0 t , and K u 0 t denote the baseline scaling parameters of the fuzzy controller. Through the dynamic adjustment of u t , the system can be continuously reconfigured between high sensitivity and high robustness.

3.2.2. Reward Function Design

To guide the agent toward a balance among control precision, false-alarm suppression, and action smoothness, a composite reward function is defined in Equation (14). The reward is composed of three parts: a precision-related term, a safety-related term, and a smoothness-related term.
R t = r p r e c + r s a f e p a c t
  • Precision reward r p r e c : Real-time encouragement to minimize burst height error, adopting the form of a Gaussian kernel function:
    r p r e c = e x p ( r t r o p t 2 σ 2 )
This term provides continuous positive feedback when the tracking error remains close to the desired burst height setpoint.
2.
Safety constraint reward r s a f e : If a false alarm (false safety release) occurs in a non-initiation zone (e.g., outside the safe distance), a massive penalty is given:
r s a f e = −100 ,   i f   F a l s e   P o s i t i v e 0 ,   o t h e r w i s e
Its purpose is to encode the priority of safety over aggressive sensitivity improvement and to prevent the learned policy from exploiting risk-prone actions to gain short-term tracking benefits.
3.
Action smoothness penalty p a c t : Penalizes abrupt changes in the reconfiguration gain, so as to reduce high-frequency parameter jitter and improve the practical executability of the control signal:
p a c t = η · u t u t 1 2
In this study, the overall reward is written as a linear weighted combination of the above terms. This form is adopted as an engineering compromise for three reasons. First, it preserves interpretability by allowing each objective to remain physically identifiable. Second, it simplifies training and stabilizes numerical optimization in the considered low-dimensional control task. Third, it makes it easier to explicitly reflect the relative importance of precision, safety, and smoothness in fuze control. The authors acknowledge that the coupling among these objectives may become nonlinear outside the operating range considered here. Therefore, the linear weighted reward used in this paper should be understood as a practically tractable approximation within the current simulation framework rather than as a universally optimal reward design. The reward is designed to balance tracking precision, safety preservation, and action smoothness under the mode and safety constraints imposed by the outer loop.

3.3. Fuzzy Inference Model for Loitering Munition Fuze Initiation Parameter Reconfiguration

3.3.1. Fuzzy Subsets and Membership Function Design

In the control architecture constructed in this paper, the fuzzy inference layer acts as the inner-loop executor, responsible for performing nonlinear mapping of the real-time deviation situation based on the scaling factors issued by the external DRL agent. To achieve precise parameter correction, this paper defines fuzzy subsets for the input variables, error E and error rate EC, as well as the output variable, parameter correction amount Δ θ .
The fuzzy subsets for the input variables E and EC are defined as {NB, NS, ZE, PS, PB}. Their physical meaning corresponds to the degree to which the burst height deviates from the baseline value and its changing trend.
The fuzzy subsets for the output variable Δ θ are defined as {NB, NS, ZE, PS, PB}.
The membership functions for all fuzzy subsets adopt a Gaussian distribution to ensure the smoothness of the inference process. To ensure the completeness and overlap of adjacent fuzzy subsets within the domain, a membership overlap factor is introduced for mathematical constraint. A Gaussian membership function (Gaussian MF) is used to fuzzify the input error E = K e · e ( t ) and error change rate E C = K e c · e ˙ t :
μ x = e x p ( x c i j ) 2 2 σ i j 2
c i j represents the characteristic prototype point of the fuzzy linguistic state. When the input x = c i j , the membership degree reaches its maximum value μ = 1 , indicating that the current state’s degree of belonging to this fuzzy subset reaches saturation, and at this time, this rule has the maximum contribution weight to the inference result.
σ i j determines the coverage range and sensitivity of the fuzzy set. In this architecture, σ i j remains unchanged as the baseline shape, while the DRL achieves equivalent stretching or compression of the domain by adjusting the external scaling factors K e and K e c , thereby dynamically changing the control stiffness of the system. To ensure moderate overlap between adjacent fuzzy sets and smooth transition of control quantities, a width coefficient of 1/2~1/3 of the distance between adjacent centers is usually set. This paper sets the overlap rate to 0.5, meaning the membership degree is 0.5 at the midpoint between two centers, calculated as:
σ i j = c i , j + 1 c i j 2 2 l n 2 0.21

3.3.2. Dynamic Fuzzy Inference

The Mamdani inference model is adopted. Since the input scaling factors K e and K e c change in real time with the DRL action a t , the same physical input e ( t ) will activate different fuzzy rule strengths:
ω l = μ A ( K e t · e ) · μ B ( K e c t · e ˙ )
This formulation implies that the DRL agent dynamically reshapes the system’s inference surface. This mechanism allows the fuze to autonomously explore the inference logic most suitable for the current situation when encountering unknown unstructured interference, improving adaptive reconfiguration capability under non-stationary disturbance.

3.3.3. Defuzzification and Parameter Output

The Center of Gravity method is used to calculate the final parameter correction amount Δ θ k :
Δ θ k = K u t · l = 1 N ω l · y l l = 1 N ω l
The final fuze execution parameter is the superposition of the baseline value and the correction value and is subject to the gating constraint of the safety-state function S ( · ) :
θ k = S θ r e q k ,   F R I k = Ψ ( u c m d k , I s k ) + Δ θ k ,   i f   F R I ( k ) T a r m 0 ,   i f   F R I ( k ) < T s a f e
Ψ · is the tactical intent and parameter mapping function. This function receives control commands u c m d k from the flight control system, such as forced self-destruct or mission abort commands, as well as information I s k from the seeker, such as target type, and outputs the physical baseline vector θ b a s e = [ r b a s e , a b a s e , T b a s e , t b a s e ] T at the start of regulation. F R I ( k ) is the Fuze Readiness Index mentioned in Section 3.4, which determines whether parameters can be reconfigured.

3.4. Multi-Modal Task and Safety-State Reconfiguration Decision Model

The DRL-based parameter tuning model and the fuzzy inference layer described above constitute the continuous control part of the proposed fuze system. However, continuous parameter adaptation alone is insufficient for the loitering munition fuze control because abrupt mission changes and recoverable safety-state transitions must also be handled at the logic level. Therefore, a higher-level discrete decision mechanism is introduced in this study. This mechanism is implemented through a finite state machine (FSM) and is responsible for initiation-mode switching, state rollback, and safety gating of parameter updates.

3.4.1. Multi-Modal Task Reconfiguration Logic

According to the four fuze initiation modes described above, fuze dynamic regulation needs to establish a mapping function Φ from target characteristics to initiation modes based on the tactical information I s k from the seeker.
According to the strike requirements of loitering munitions against different target categories, the fuze should be able to switch among several initiation modes rather than operate under a single fixed logic. In this study, the set of representative initiation modes is defined as:
M = M p r o x , M a i r , M c o n t a c t , M d e l a y
where M p r o x represents proximity mode, M a i r represents airburst mode, M c o n t a c t represents impact mode, and M d e l a y represents delay mode.
The firing mode selection model is established as follows:
M k = Φ ( I s k , x ( k ) )
where M k is the confirmed working mode at time k , I s k is the target type, and x ( k ) is the current state vector.
The mode-selection function in Equation (24) maps target characteristics and the current engagement state to the most appropriate initiation mode. Once a mode change is triggered, the outer loop updates the admissible control objective, and the inner loop correspondingly performs parameter tuning within the new mode-dependent operating region. In this way, discrete task switching and continuous parameter adaptation are explicitly decoupled rather than being mixed in the same decision space. The representative mapping between target categories and initiation modes used in this study is summarized in Table 1.

3.4.2. Safety-State Reconfiguration Logic

To describe whether the current system state is sufficiently mature for arming and terminal execution, a Fuze Readiness Index (FRI) is introduced as a dimensionless scalar indicator: F R I k [ 0 , 1 ] . This indicator combines target-related confidence, environmental suitability, and self-check status into a unified readiness measure, as defined in Equation (25). In the proposed architecture, the FRI serves as a supervisory safety variable rather than as a direct actuation command.
F R I k = ε C · C k + ε J · 1 J k + ε S σ s y s ( k )
In the formula, ε C ,   ε J ,   a n d   ε S are weighting coefficients, and ε C + ε J + ε S = 1 . To ensure tactical orientation, the tactical weight ε C is set to the highest value, and σ s y s ( k ) is the system self-check flag bit.
For the loitering munition fuze system, it is necessary to define the corresponding operational meanings for the fuze at different combat phases, as detailed in Table 2.
To reduce frequent state oscillation caused by noisy observations, a dual-threshold hysteresis mechanism is introduced. For the loitering munition fuze safety system, this paper designs two safety-state transition logics. By defining an arming threshold T a r m = 0.85 and a mission cancel threshold T s a f e = 0.40 , a stable control mechanism is established, where the fuze only enters the attack state when the FRI is consistently higher than the arming threshold and is forcibly rolled back to the safe loitering state only when the FRI drops below the mission cancel threshold. In the hysteresis interval 0.4 < FRI < 0.85, the state machine remains locked, performing only parameter fine-tuning.
Logic A: Forward Precession (Approach → Attack), if currently in S2 (Approach Phase) and satisfies:
( F R I ( k ) T a r m ) ( r ( k ) r c r i )
The system transitions to S3, where final initiation execution is permitted. At this stage, the parameter outputs generated by the inner-loop controller are allowed to enter the hardware execution path.
Logic B: Reverse Safety-State Conversion (Approach/Attack → Loitering), if currently in S2 or S3 and satisfies:
( F R I ( k ) T s a f e ) ( u c m d = = A B O R T )
The system returns to the safe loitering state S1. In this case, the fuze disables initiation execution and resets the corresponding safety-related actuation path. This mechanism enables mission interruption, target re-selection, and safe rollback under degraded engagement conditions.
Through the above design, the proposed fuze control architecture combines continuous parameter adaptation with discrete safety-constrained mission logic. The normalization model provides a unified state representation, the MDP formulation supports online parameter tuning, the fuzzy inference layer performs interpretable nonlinear execution, and the FRI-FSM mechanism enforces mode switching and safety rollback. Together, these components establish the theoretical basis for the co-simulation verification presented in the following sections.

4. Design of Initiation Parameter Reconfiguration Optimization Algorithm Based on Deep Reinforcement Learning

4.1. Principle and Optimization Mechanism of TD3 Algorithm

The architecture proposed in this paper adopts a decision-optimization hierarchical collaborative mechanism. The outer-loop decision layer determines the macro-initiation mode M based on the target type. Subsequently, the inner-loop TD3 agent incorporates the current initiation mode M as part of the observation state to specifically output the optimal parameter reconfiguration gain u t . This design avoids mixing discrete initiation mode switching and continuous parameter adjustment within the same action space, effectively reducing the training dimensionality of reinforcement learning and improving the stability of policy learning. Addressing the continuous action space control problem in fuze parameter reconfiguration, traditional discrete-action algorithms like DQN prove fundamentally inadequate. Although the Deep Deterministic Policy Gradient (DDPG) algorithm can handle continuous actions, it is prone to overestimation bias in complex stochastic environments, frequently trapping the fuze parameters in local optima or inducing severe oscillations in the early stages of training. To this end, this paper selects the TD3 algorithm as the core solver, enhancing the stability and convergence speed of policy learning by introducing three key mechanisms.

4.1.1. Clipped Double Q-Learning Mechanism

To eliminate the overestimation bias of the value function, this paper constructs two independent Critic networks Q θ 1 and Q θ 2 . When calculating the target Q-value, the minimum of their outputs is taken as the evaluation baseline. This mechanism leverages underestimation bias to counteract overestimation, ensuring the agent refrains from outputting overly aggressive reconfiguration parameters during sudden interference (e.g., abrupt spikes in J t ). The formula for calculating the target value is as follows:
y = r + γ min i = 1,2 Q θ i ( s , u )
where Q θ i is the target Critic network, and u is the action output by the target Actor network.

4.1.2. Target Policy Smoothing

The fuze control system has extremely high requirements for parameter smoothness. To prevent the Critic network from overfitting to specific action peaks, this paper introduces clipped normal noise ϵ when calculating the target action. This is equivalent to performing a fuzzification process around the action space, forcing the network to learn a robust policy that holds high value within the action neighborhood.
u = c l i p u ϕ s + ϵ , u m i n , u m a x , ϵ ~ c l i p ( N 0 , σ ~ , c , c )
After applying this regularization treatment, the high-frequency jitter of the reconfiguration gain λ in the steady state is effectively suppressed.

4.1.3. Delayed Policy Updates

Because the Critic network’s value evaluation underpins the Actor network’s optimization, prematurely updating the Actor prior to Critic convergence invariably precipitates policy divergence. This paper sets the delay frequency d = 2, meaning that for every 2 updates of the Critic network, the Actor network and all target networks are updated once. This mechanism ensures that the policy gradient is executed under the premise of relatively accurate value evaluation, significantly improving the convergence stability during the online learning process.

4.2. Policy Network Architecture Design

4.2.1. Actor–Critic Network Topology

  • Actor network μ ϕ : Responsible for outputting the reconfiguration gain action u t .
Input layer: Receives the normalized state vector s t = [ e t ,   e ˙ t ,   J t , M t ] T .
Hidden layer: Contains two Fully Connected Layers with 400 and 300 nodes, respectively; the ReLU activation function is adopted to enhance nonlinear expression capabilities.
Output layer: Outputs a 3-dimensional action vector u t = [ λ e , λ e c , λ u ] T ; a Tanh activation function squashes the output into the [ −1 , 1 ] range, subsequently undergoing an affine transformation to scale it to the valid action space [ 0.5 , 2.0 ] .
2.
Critic network ( Q θ 1 , Q θ 2 ): Adopts a dual-network structure, responsible for evaluating action values.
Input layer: Simultaneously receives the state s t and action u t .
Structure: A dual hidden layer structure similar to the Actor network.
Output layer: Outputs a single scalar Q-value used to guide the Actor update.

4.2.2. Optimizer Configuration and Parameter Settings

The network training utilizes the Adam optimizer, which possesses adaptive learning-rate adjustment capabilities, making it suitable for handling sparse and non-stationary reward signals in fuze control. To strike an optimal balance between exploration and exploitation while accommodating the real-time constraints of online learning, the core training hyperparameters are set as shown in Table 3.
The hyperparameters in Table 3 were selected through preliminary tuning to balance training stability, response smoothness, and implementation simplicity in the considered co-simulation environment. In particular, the actor learning rate was set lower than the critic learning rate to reduce policy oscillation, while the delayed update and target smoothing settings followed the standard TD3 design philosophy for suppressing overestimation and action jitter. These hyperparameters were then fixed across the reported experiments to ensure a consistent basis for comparison.

4.2.3. Hyperparameter Sensitivity and Baseline Algorithm Comparison

To further justify the selected training configuration and the choice of TD3, additional comparative experiments were conducted under the same co-simulation environment, state–action definition, and training horizon. Two aspects were evaluated: the sensitivity of the training process to the learning rate and the convergence behavior of different continuous-control DRL baselines.
As shown in Figure 2a, the learning rate has a clear influence on both training speed and reward stability. A relatively high learning rate ( 10 3 ) accelerates reward growth in the early stage but introduces larger oscillations in the later stage. In contrast, a relatively low learning rate ( 10 5 ) results in slow and incomplete training progress within the same episode budget. The selected learning rate ( 10 4 ) provides a more balanced trade-off between convergence speed and training stability and was therefore adopted in the subsequent experiments.
To further support the selection of TD3, a convergence comparison among TD3, SAC, and DDPG was performed, as shown in Figure 2b. The results show that the TD3-based method reaches a higher and more stable reward plateau than SAC under the present low-dimensional continuous-control setting, while DDPG exhibits a pronounced instability region during training. This observation is consistent with the role of clipped double-Q learning, delayed policy updates, and target policy smoothing in improving learning stability. Therefore, the additional comparison supports the use of TD3 as the core online tuning algorithm in the proposed dual-loop architecture.

4.3. Co-Simulation Training Platform Setup

To verify the effectiveness of the algorithm in dynamic environments, this paper builds a co-simulation platform based on Python and MATLAB/Simulink.

4.3.1. Training Environment Interface Design

The simulation platform employs a decoupled “Decision–Execution” architecture. The Python environment hosts the agent, executing the PyTorch deep learning framework. The MATLAB/Simulink side serves as the environment host, responsible for solving fuze ballistic equations and fuzzy inference logic and generating environmental interference signals. A high-speed data link is established between the two via the MATLAB Engine API for Python. At each simulation time step ( t = 1   m s ), the interaction workflow proceeds as follows:
State Reporting: MATLAB calculates the current deviation e t and environmental features, packages them into the state vector s t , and sends it to Python.
Action Decision: The Actor network on the Python side infers the reconfiguration action u t based on s t .
Parameter Reconfiguration: MATLAB receives u t and updates the scaling factors K e ,   K e c ,   K u of the fuzzy controller in real time.
Physical Evolution: Simulink executes one simulation step to obtain the next state s t + 1 and calculates the reward R t .

4.3.2. Algorithm Online Execution Pseudocode

Based on the interaction mechanism described in Section 4.3.1, the online execution process of the proposed TD3-based reconfiguration algorithm can be summarized in Algorithm 1. The pseudocode presents the complete training workflow, including state acquisition, action generation, environment feedback, experience storage, critic update, delayed actor update, and target-network soft update. This description is intended to clarify the implementation logic of the proposed co-simulation framework and improve the reproducibility of the algorithm.
Algorithm 1: TD3 Pseudocode
1. Initialize the Actor policy network μ ϕ and two Critic value networks Q θ 1 ,   Q θ 2 with random parameters. Initialize the corresponding target networks and copy the main network parameters to the target networks. Establish an experience replay buffer D with capacity R .
2. For each training episode k = 1 ~ M , reset the MATLAB/Simulink simulation environment and obtain the initial fuze observation state s 1 .
3. Within each simulation time step t = 1 ~ T , execute the following operations in sequence:
(1) Action Generation: Output the reconfiguration action based on the current policy network, and add Gaussian exploration noise to enhance exploration capability: μ t = c l i p u ϕ s t + N 0 , σ e x p , u m i n , u m a x .
(2) Environment Response: Pass μ t into the MATLAB environment to correct the fuzzy scaling factors in real time and execute one simulation step. If the safety truncation mechanism is triggered (FRI < 0.4), forcibly abort the episode and impose a penalty; otherwise, observe the immediate reward r t and the next state s t + 1 .
(3) Experience Storage: Store the state transition tuple ( s t , μ t , r t , s t + 1 ) into the experience replay buffer D . If the number of samples in D exceeds the capacity R , overwrite the oldest data.
4. When the data volume in the replay buffer D meets the batch size B requirement, randomly sample a batch of data. Add clipped noise when calculating the target action to achieve policy smoothing and calculate the target value y through the clipped double Q-learning mechanism, taking the minimum of the two target Critic networks. Update the two Critic network parameters using the mean squared error minimization criterion.
5. If the current update step meets the delay frequency (i.e., t   m o d   d = 0 ), perform one Actor network update by maximizing the Q-value via the deterministic policy gradient. Simultaneously, use the soft update method to synchronously update all target network parameters.
6. Update the current state s t s t + 1 . If burst height convergence or a timeout is not triggered, the current episode is not over, so loop back to step 3 to continue execution. Otherwise, end this episode; if the convergence conditions are met, save the current network parameters as the optimal parameters ϕ * ϕ and end the training.

5. Implementation and Simulation of Optimization Algorithm Based on Deep Reinforcement Learning

5.1. Simulation Environment Setup and Signal Characteristics

5.1.1. Virtual Battlefield Environment Model

The simulation platform employs a 6-DOF rigid-body dynamics model to characterize the terminal engagement motion of the loitering munition and to generate the corresponding fuze-related state variables. Aerodynamic disturbance, target echo fluctuation, and interference-related uncertainty are incorporated into the simulation environment so as to evaluate the online adaptability of the proposed control method under representative non-stationary conditions.
To verify the anti-interference capability of the algorithm, a non-stationary composite interference model J t is constructed. This model is formed by the superposition of background Gaussian white noise and random burst pulses:
J t = N 0 , σ n + k A k · r e c t ( t t k τ k )
A k is the pulse amplitude, and τ k is the duration.
In the present work, the environment model focuses mainly on electromagnetic interference, background noise, burst disturbance, and intermittent observation loss, which are the dominant uncertainty sources considered in this study. Atmospheric variations such as wind, temperature, air density change, and pressure fluctuation are not explicitly modeled here. Therefore, the simulation results should be interpreted as validation within the current interference-oriented environment model rather than as a full high-fidelity battlefield reproduction.

5.1.2. Evaluation Metrics Definition

To quantitatively evaluate the performance of the control algorithm, the following core metrics are defined:
  • Root Mean Square Error (RMSE): Quantifies the robustness of the model under extreme working conditions.
R M S E = 1 N t = 1 N ( y i y i ^ ) 2
Here, y i and y i ^ are the actual value and the estimated output value, respectively.
2.
Mean Absolute Error (MAE): Measures how much the algorithm deviates from the true distance on average throughout the entire combat process.
M A E = 1 N t = 1 N y i y i ^
3.
False Alarm Rate (FAR): Measures the probability of the fuze triggering falsely in a non-initiation zone, characterizing safety.
F A R = N f p N t o t a l × 100 %
Here, N t o t a l represents the total number of Monte Carlo target shooting simulation experiments set as no-target or pure interference conditions; N f p represents the number of times the fuze state machine erroneously enters the armed state or outputs an initiation pulse under the aforementioned conditions.
4.
Reconfiguration Response Time ( T r e s p ): Measures the adaptation speed of the algorithm to sudden interference.

5.2. Empirical Training Stability Analysis

In the co-simulation platform, the maximum number of training episodes is set to M = 5000, and the maximum number of steps per episode is T = 2500. After initiating training, the average reward convergence curve of the TD3 agent is shown in Figure 3.
As shown in Figure 3, the learning process of the agent exhibits significant stage-like characteristics:
1. Exploration Phase (Episodes 0–2000): Because the Actor network is in an initialized state, the agent conducts large-scale action space exploration in the complex electromagnetic confrontation environment. Due to the inability to accurately predict the impact of interference intensity J t on the perception field, the reconfiguration gain output fluctuates erratically, causing the burst height error to frequently breach acceptable thresholds, and the reward value oscillates drastically at a low level around −400.
2. Transition and Improvement Phase (Episodes 2000–3000): With the accumulation of high-quality samples in the experience replay buffer, the Critic network’s evaluation of state–action values becomes more accurate. The agent begins to realize the importance of lowering perception sensitivity when interference spikes, and the average reward curve shows a significant upward trend.
3. Convergence and Stabilization Phase (Episodes 3000–5000): The average reward value converges and stabilizes at the highest level of around 100. At this point, the agent has mastered the optimal reconfiguration policy and can output precise scaling factor gains for transiently changing battlefield situations. This indicates that the agent has successfully explored the optimal parameter reconfiguration policy for different interference modes and target characteristics.
Overall, the training result suggests that the learned policy achieves empirical convergence or, more precisely, a stable performance plateau in the present co-simulation environment. However, no formal mathematical proof of convergence is claimed in this work. Therefore, Figure 3 should be interpreted as evidence of stable training behavior under the current experimental setup rather than as a rigorous convergence proof.

5.3. Full-Process Task Decision and Safety Logic Simulation

To verify the completeness of the decision logic of the fuze system under variable tactical backgrounds, this section constructs a full-process task simulation scenario, focusing on evaluating the logical response correctness of the system to multi-modal switching commands and safety recovery signals.
The full simulation cycle is set to include three key logic triggering events, and subsequent simulation processes are based on this combat flow:
  • Initial State (T = 0~1.5 s): The system is in the target approach phase. Input conditions include: high target confidence C k , target identified as personnel, and fuze readiness F R I > 0.85 .
  • Tactical Change (T = 1.5 s): The seeker secondarily confirms that the target nature has changed to a reinforced bunker. The system needs to respond to this tactical input by performing task modal reconfiguration, changing the initiation mode to penetration mode.
  • Safety Fuse (T = 2.5 s): This simulates a sudden mission abort command, causing a Fuze Readiness Index F R I < 0.4 , falling below the safety threshold. The system must immediately execute reverse safety-state reconfiguration, returning the fuze to a safe state.
The full-process task decision and safety logic simulation of the loitering munition fuze is shown in Figure 4.
As shown in Figure 4, at T = 1.5 s, the tactical input command changes. The initiation mode rapidly jumps from proximity mode (M = 00) to penetration mode (M = 11) within the next simulation step. The entire switching process exhibits no logic race or deadlock, verifying that the recognition and execution of multi-modal task commands by the finite state machine (FSM) are accurate and reliable. At T = 2.5 s, the FRI curve drops steeply due to the mission abort command, instantly falling below the safety threshold F R I < 0.4 . The system logic responds immediately, and the state machine forcibly resets directly from the penetration mode state to the safe state. This result indicates that within the present simulation setup, the system can execute logic rollback once the safety threshold is violated.

5.4. Reconfiguration Performance Verification Under Typical Strike Scenarios

To simulate real terminal strike conditions, a combat scenario based on the simulation in Section 5.3 is set up: conventional suppression jamming is encountered during t = 0.5~1 s, with J = 0.6; at this time, the fuze initiation mode is proximity mode. From t = 1.5~2.5 s, the fuze initiation mode switches to penetration mode, and continuous background noise exists in the environment. When t > 2.45 s, strong interference with intensity J > 0.95 is injected, and the fuze performs a safety-state reset. The simulation results are shown in Figure 5.
From t = 0.5~1 s, as can be seen from Figure 5b, when conventional suppression jamming strikes, the TD3 agent quickly adjusts the reconfiguration gain λ e downwards from the steady state 1.5 to 0.8. This action significantly reduces the sensitivity of the control loop to high-frequency noise. As seen in Figure 5a, thanks to the timely downward adjustment of the gain, the red tracking error e ( t ) is effectively suppressed within a safe range and does not diverge synchronously with the interference intensity. At t > 1.5 s, transitioning to penetration mode disengages the proximity feedback loop. As shown in Figure 5a, the tracking error signal is cut off. Simultaneously, the agent locks the internal gain λ e to a unit value or zeroes it out, indicating that the algorithm has correctly identified the current mission attribute, stopped invalid adjustments to burst height parameters, and achieved task decoupling of the control logic.
Furthermore, to verify the actual driving effect of the algorithm on the fuze execution mechanism, Figure 6 plots the coupled evolutionary trajectory of the external interference stimulus J ( t ) and the physical execution parameters r 0   , T d e l a y .
As shown in Figure 6, during the conventional interference from t = 0.5~1 s, the upper graph shows the interference intensity J increasing, which drives the proximity threshold r 0   in the lower graph to compress the action threshold from 10 m to about 5 m. In the penetration phase from t = 1.5~2.45 s, although environmental background noise still fluctuates, the delay time T d e l a y steps from 0 ms and is locked at 0 ms. At t = 2.45 s, the interference intensity instantly breaches the interference safety limit of 0.9, the safety logic immediately takes over control, forcing r 0   and T d e l a y to zero instantly, and the fuze returns to a safe state.
The above simulation results indicate that the proposed algorithm can maintain adaptive parameter adjustment across several representative interference and mission-switching conditions considered in this study. These control characteristics cannot be achieved by traditional fuzzy control or single-threshold methods.

5.5. Comparative Analysis of Performance of Different Control Strategies

For fairness, the fixed-threshold strategy and the standard fuzzy controller were tuned to stable representative operating settings under the same simulation environment before comparison. To objectively evaluate the comprehensive advantages of the proposed algorithm, the typical fixed-threshold strategy and standard fuzzy control in traditional the loitering munition fuze are selected as control groups. Under the working conditions set in the Section 5.3 simulation, the response characteristics of different strategies in various tactical phases are compared and examined. Furthermore, random seeds are set to generate 500 groups of random scenarios with different signal-to-noise ratios and interference timings, and the burst height Root Mean Square Error (RMSE) and false alarm rate (FAR) of each strategy are calculated to evaluate the statistical consistency of the algorithms.

5.5.1. Strategy Response Comparative Analysis

This simulation focuses on the physical parameter reconfiguration efficiency of the three methods at the moment of encountering interference. The fuze is in proximity detection mode, and the interference pulse is set to burst at t = 0.5 s.
As shown in Figure 7, the traditional fixed-threshold method lacks the ability for dynamic parameter reconfiguration; even under strong interference conditions, its threshold remains unchanged. After detecting a sudden change in the battlefield environment, the TD3 algorithm proposed in this paper only requires a reconfiguration response time T r e s p of 12 ms to complete the reconfiguration of the fuze’s key initiation parameters to a safe state. Compared with the traditional fuzzy control ( T r e s p = 88 ms), the response speed is increased by 86.4%. Moreover, the fuzzy control is accompanied by noticeable high-frequency jitter caused by rule switching during the adjustment process, whereas the curve output by the TD3 algorithm is extremely smooth, avoiding detection logic instability caused by severe threshold oscillations. The fixed-threshold strategy completely fails during the interference period. This time-domain responsiveness suggests that the proposed method is more suitable for interference-driven online parameter reconfiguration than the compared baseline strategies.

5.5.2. Statistical Performance Metrics Evaluation

To objectively evaluate the performance differences of each control strategy, this section selects the fixed-threshold model, the standard fuzzy control model, and the TD3-based parameter reconfiguration model proposed in this paper for comparative analysis. Each type of model underwent 500 Monte Carlo target shooting experiments under the same complex battlefield conditions, and the obtained evaluation metrics were processed by arithmetic averaging. The statistical results are shown in Figure 8.
As evidenced by Figure 8, the proposed TD3-based parameter reconfiguration model exhibits clearly improved performance. In terms of Root Mean Square Error, this model can accurately capture state changes under non-stationary interference and reconfigure parameters in real time, with an average RMSE of only 0.43 m. Compared to 2.45 m for the fixed-threshold model and 1.12 m for the traditional fuzzy control model, the prediction accuracy is improved by 82.4% and 61.6%, respectively. In the false alarm rate statistics, this model effectively evades the interference penetration of strong noise pulses through an extremely fast response mechanism (12 ms). The experimental results show that the false alarm rate of this model is only 0.15%, far lower than the 14.2% of the fixed-threshold model and 4.8% of the traditional fuzzy control model.

5.6. Robustness Analysis

5.6.1. Robustness Analysis Under Different Interference Noise Ratios

To evaluate the resistance capability of the proposed TD3 fuze parameter reconfiguration model against sudden strong electromagnetic interference during the attack process, the simulation adopts the combat flow in Section 5.3. Both the variance and mean of the noise are set to 0.1. The selected noise ratios are 30%, 60%, 80%, and 100% of the detection sample set, respectively. Notably, the 100% noise injection simulates an extreme, relentless interference suppression environment. Subsequently, the samples with added noise are input into the trained reconfiguration model, and the comparison between the reconfiguration parameters output by the algorithm and the target’s true distance trajectory is shown in Figure 9.
As shown in the figure, for the core penetration delay parameter reconfiguration phase, Root Mean Square Error (RMSE) and Mean Absolute Error (MAE) are used to quantitatively evaluate the fitting quality. Under 30~100% noise interference, the RMSE of the algorithm in the tracking section always remains at a low level. Considering the large dynamic range of the vertical axis, its relative tracking error is controlled within 2%. Furthermore, under the 80% interference noise condition, the model exhibits the best signal-to-noise ratio balance, with the RMSE reaching the lowest value of 0.512. Even under 100% extreme noise, although the curve fluctuates significantly, the RMSE is only 0.685, without target loss or divergence, indicating that the algorithm maintains acceptable anti-noise reconfiguration capability over the tested noise ratio range. The RMSE and MAE evaluation metrics for proximity distance reconfiguration under different noise ratios are shown in Table 4. Nevertheless, the conclusions remain limited to the simulated interference conditions considered in this study.

5.6.2. Robustness Analysis Under Intermittent Sensor Signal Loss

Under the combat flow defined in Section 5.3, intermittent loss of the airborne sensor signal is introduced to evaluate the robustness of the trained TD3-based parameter reconfiguration policy under temporary observation interruption. The simulation focuses on the penetration-delay mode and considers random signal interruptions of 100 ms, 200 ms, 300 ms, and 400 ms. The simulation results are shown in Figure 10.
To objectively assess the model’s reliability during intermittent observation, the blind-zone RMSE is introduced as a quantitative metric. This metric only counts the reconfiguration deviation during the signal loss period. Under 100 ms and 200 ms signal loss conditions, the reconfiguration errors are 0.542 and 0.615, respectively, which are extremely low and basically on par with the accuracy under normal signal states; under 300 ms and 400 ms signal loss conditions, the reconfiguration errors are 0.892 and 1.265, respectively, showing a weak nonlinear accumulation of prediction error. Even under the prolonged 400 ms sensor signal loss condition, the relative error remains within 5%, indicating that the learned policy retains acceptable tolerance to temporary observation interruption within the tested time window.

5.6.3. Robustness Analysis Under Different Sensor Noise Levels

To further evaluate the influence of measurement uncertainty, additional simulations were conducted under different sensor noise levels. In this test, additive Gaussian noise with standard deviations of 0.1 m, 0.5 m, and 1.2 m was injected into the distance-related sensing channel, corresponding to mild, moderate, and severe sensor noise conditions, respectively. An engineering tracking tolerance band of ±0.8 m was introduced for visual comparison.
The resulting tracking error responses are shown in Figure 11. As can be seen, the proposed method maintains stable tracking behavior under all three tested noise levels, and the error trajectories remain within the tolerance band for most of the engagement interval. Although the tracking fluctuation increases with the sensor noise level, no obvious divergence or unstable oscillation is observed.
The inset RMSE comparison further shows that the RMSE increases from 0.043 m under mild noise to 0.067 m under moderate noise and 0.078 m under severe noise. These results indicate that the proposed controller retains acceptable tolerance to sensor noise within the tested range. It should be noted that this analysis focuses on measurement-noise effects only. Atmospheric disturbances such as wind, pressure, and density variation are not explicitly modeled in the present study and remain part of future work.

6. Conclusions

To overcome the rigid initiation modes, static parameters, and sub-optimal adaptability, this study proposes a multi-modal adaptive reconfiguration control framework for the loitering munition fuze based on deep reinforcement learning. By constructing a hierarchical architecture of outer-loop safety decision making and inner-loop intelligent execution, an online parameter evolution method fusing the TD3 algorithm and fuzzy logic is proposed. The main conclusions are as follows:
1. An online adaptive reconfiguration control method based on TD3–fuzzy is proposed. Circumventing the limitations of expert-reliant static tuning, the TD3 algorithm is used to establish a dynamic mapping between battlefield conditions and underlying control parameters. Simulation results indicate that this method significantly alleviates the parameter solidification problem in strong noise environments, reducing the burst height Root Mean Square Error (RMSE) to 0.43 m, which is an improvement of 82.4% and 61.6% compared to the fixed threshold and standard fuzzy control, respectively, thereby improving initiation control precision of the fuze under complex engagement conditions.
2. The robustness and rapid response capabilities of the system under extreme working conditions are demonstrated in simulation. Simulations confirm that the proposed method possesses millisecond-level online reconfiguration capabilities, with a response time of only 12 ms when facing sudden strong interference, effectively evading false alarm risks and keeping the false alarm rate as low as 0.15%. Simultaneously, the algorithm demonstrates good anti-interference resilience; even under extreme conditions where the sensor signal experiences an intermittent loss of 400 ms, it can still keep the relative tracking error within 5% under the tested interruption window, indicating acceptable tolerance to temporary observation loss.
3. Multi-modal mission switching and full-process reverse safety recovery are achieved. The dual-threshold hysteresis decision model constructed based on the Fuze Readiness Index (FRI) successfully bridges the logical links of multi-modal missions such as proximity, delay penetration, and airburst. Full-process simulations show that this mechanism can not only accurately switch initiation logic according to tactical commands but also achieve reliable reverse safety-state reconfiguration and locking under mission aborts or safety baseline breaches, thereby helping ensure the weapon system’s life-cycle safety and operational versatility.
This study is limited to co-simulation validation and does not yet include hardware-in-the-loop or embedded deployment experiments. In addition, representative learning-rate sensitivity analysis, baseline algorithm comparison, and sensor noise robustness evaluation have been incorporated into the revised manuscript to further support the selection of the proposed control framework. These factors, together with broader sensitivity analysis of threshold parameters and comparison with additional DRL baselines such as SAC, will be addressed in future work.

Author Contributions

Conceptualization, L.Z. and H.L.; methodology, L.Z.; software, L.Z.; validation, L.Z., H.L. and C.Z.; formal analysis, L.Z.; investigation, H.Y.; resources, S.Q.; data curation, Y.Z. and L.Z.; writing—original draft preparation, L.Z.; writing—review and editing, L.Z.; visualization, C.Z. and H.Y.; supervision, H.L.; project administration, H.L.; funding acquisition, H.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Acknowledgments

The authors would like to thank Hongwei Yuan for providing technical assistance. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Wang, P.; Li, H.J.; Yu, H.; Zhang, C. Calculation of recoverable failure rate for loitering munition fuze electronic safety system. J. Detect. Control 2025, 47, 57–63. [Google Scholar] [CrossRef]
  2. Zhang, C.H.; Li, H.J.; Gong, X.F.; Chen, Z.P.; Yu, H. Design and verification of multi-state safety logic control method for loitering munition fuze based on electronic safety system. Acta Armamentarii 2023, 44, 3079–3090. [Google Scholar] [CrossRef]
  3. Li, S.Q.; Peng, Z.L.; Zhao, H.M.; Yang, Y.; Xia, Y.; Wang, Y. Program design and simulation of loitering munition electronic safety system. J. Ordnance Equip. Eng. 2022, 43, 303–308. (In Chinese) [Google Scholar] [CrossRef]
  4. Zhang, X.; Zhou, Y.Y.; Bai, F.; Yang, Y. Development status and key technology analysis of loitering munition. Electro-Mech. Eng. 2025, 41, 34–39. [Google Scholar] [CrossRef]
  5. Jia, J.W.; Gao, M.; Han, Z.Z.; Dao, X. Review of anti-informational jamming techniques for radio proximity fuze. AIP Adv. 2025, 15, 100704. [Google Scholar] [CrossRef] [Scilit]
  6. Cui, Y.Y. Multi-mode fusion of fuze based on hierarchical information fusion. Telecommun. Eng. 2016, 56, 670–674. [Google Scholar] [CrossRef]
  7. Liu, P.; Li, J.; Yu, H.; Zhang, H. Innovation of control technology for smart fuzes: Precise detonation and efficient damage via a ternary cascade controller. Front. Phys. 2024, 11, 1309373. [Google Scholar] [CrossRef] [Scilit]
  8. Zhang, S.; Sun, H.; Zhou, X.; Zhao, H. Inherent anti-jamming performance evaluation of cyclic modulation continuous wave radio fuzes based on ambiguity function incision. Arab. J. Sci. Eng. 2018, 43, 3037–3047. [Google Scholar] [CrossRef] [Scilit]
  9. Zhou, Z.J.; Gong, P.; Zhang, J.H.; Li, W.Y.; Ren, K.; Gao, X.; Zhang, G.W. Simulation method of anti-information jamming effectiveness for FMCW fuze. Acta Armamentarii, 2025; Epub ahead of printing. (In Chinese). [CrossRef]
  10. Wang, J.W.; Shi, K.; Xu, G.T.; Qian, C.R.; Yan, J. Roll estimation of high rotation speed correction fuze based on extended Kalman filter. J. Northwestern Polytech. Univ. 2016, 34, 938–944. Available online: https://kns.cnki.net/kcms2/article/abstract?v=y_SiIdm5mqvrG8sJBxNfaGwD9sXVLS_HpRH7wQnur2ATIbrcC2no2uktqbbrxS3lNQUFnl2OfjPpx7t4UZeYN5NzhM290Idt9UBp17MU8Am0iXPgxBZsyDSikuBovwWnc0WWdeATFW4k_1fo3mDleQys44IWAuIsx0IJfdhbD-DG_0u-_IoyqQ==&uniplatform=NZKPT&language=CHS (accessed on 4 March 2026). (In Chinese)
  11. Anagnostou, D.E.; Chryssomallis, M.T.; Goudos, S. Reconfigurable antennas. Electronics 2021, 10, 897. [Google Scholar] [CrossRef] [Scilit]
  12. Woźniak, M.; Zielonka, A.; Sikora, A. Driving support by type-2 fuzzy logic control model. Expert Syst. Appl. 2022, 207, 117798. [Google Scholar] [CrossRef] [Scilit]
  13. Di Renzo, M.; Zappone, A.; Debbah, M.; Alouini, M.-S.; Yuen, C.; de Rosny, J.; Tretyakov, S. Smart radio environments empowered by reconfigurable intelligent surfaces: How it works, state of research, and road ahead. IEEE J. Sel. Areas Commun. 2020, 38, 2450–2525. [Google Scholar] [CrossRef] [Scilit]
  14. Aivaliotis-Apostolopoulos, P.; Loukidis, D. Swarming genetic algorithm: A nested fully coupled hybrid of genetic algorithm and particle swarm optimization. PLoS ONE 2022, 17, e0275094. [Google Scholar] [CrossRef] [Scilit]
  15. Chen, Y.-Q.; Guo, J.-L.; Yang, H.; Wang, Z.-Q.; Liu, H.-L. Research on navigation of bidirectional A* algorithm based on ant colony algorithm. J. Supercomput. 2021, 77, 1958–1975. [Google Scholar] [CrossRef] [Scilit]
  16. Li, J.; Chen, Y.; Zhao, X.; Huang, J. An improved DQN path planning algorithm. J. Supercomput. 2022, 78, 616–639. [Google Scholar] [CrossRef] [Scilit]
  17. He, R.; Lv, H.; Zhang, S.; Zhang, D.; Zhang, H. Lane following method based on improved DDPG algorithm. Sensors 2021, 21, 4827. [Google Scholar] [CrossRef] [Scilit]
  18. Li, T.J. Research on Rate Optimization of UAV Communication System Assisted by Reconfigurable Intelligent Surface. Master’s Thesis, Beijing University of Posts and Telecommunications, Beijing, China, 2024. (In Chinese) [Google Scholar] [CrossRef]
  19. Fujimoto, S.; van Hoof, H.; Meger, D. Addressing function approximation error in actor-critic methods. In Proceedings of the 35th International Conference on Machine Learning (PMLR), Stockholm, Sweden, 10–15 July 2018; Volume 80, pp. 1587–1596. [Google Scholar] [CrossRef] [Scilit]
  20. Haarnoja, T.; Zhou, A.; Abbeel, P.; Levine, S. Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor. In Proceedings of the 35th International Conference on Machine Learning (PMLR), Stockholm, Sweden, 10–15 July 2018; Volume 80, pp. 1861–1870. [Google Scholar] [CrossRef] [Scilit]
  21. Shi, Q.; Lam, H.K.; Xuan, C.; Chen, M. Adaptive neuro-fuzzy PID controller based on twin delayed deep deterministic policy gradient algorithm. Neurocomputing 2020, 402, 183–194. [Google Scholar] [CrossRef] [Scilit]
  22. Wachi, A.; Shen, X.; Sui, Y. A survey of constraint formulations in safe reinforcement learning. In Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence (IJCAI-24), Jeju, Republic of Korea, 3–9 August 2024. [Google Scholar]
  23. Yang, D.; Liu, Z.; Yi, P. Computational efficiency of accelerated particle swarm optimization combined with different chaotic maps for global optimization. Neural Comput. Appl. 2017, 28, 1245–1264. [Google Scholar] [CrossRef] [Scilit]
  24. Gu, X.P.; Shi, X.J. Reconfigurability analysis and design of UAV based on structure analysis and tree seed algorithm. Syst. Eng. Electron. 2025, 48, 932–945. Available online: https://link.cnki.net/urlid/11.2422.TN.20250611.0906.014 (accessed on 3 January 2026). (In Chinese)
  25. Luo, J.S.; Huang, P.; Luo, X.Y.; Lai, H. Aerial reconfigurable intelligent surface-assisted full-duplex UAV secure communication. Telecommun. Sci. 2024, 40, 34–50. [Google Scholar] [CrossRef]
  26. Krayani, A.; Alam, A.S.; Marcenaro, L.; Nallanathan, A.; Regazzoni, C. Automatic jamming signal classification in cognitive UAV radios. IEEE Trans. Veh. Technol. 2022, 71, 12972–12988. [Google Scholar] [CrossRef] [Scilit]
  27. Jiang, H.; Li, S.; Lin, C.; Wang, C.; Tian, G.; Wang, S.; Zhong, K.; Li, J. Research on target assignment method based on ant colony-fish group algorithm. J. Phys. Conf. Ser. 2019, 1419, 012002. [Google Scholar] [CrossRef] [Scilit]
  28. Jia, J.W.; Gao, M.; Han, Z.Z.; Liu, L.M.; Yin, Y.W. Overviewofanti-informationinterferencetechnologyforradioproximityfuze. Syst. Eng. Electron. 2025, 47, 1074–1107. Available online: https://link.cnki.net/urlid/11.2422.tn.20241217.1546.002 (accessed on 11 January 2026). (In Chinese)
Figure 1. Hierarchical reconfiguration control architecture of loitering munition fuze optimized by DRL.
Figure 1. Hierarchical reconfiguration control architecture of loitering munition fuze optimized by DRL.
Technologies 14 00239 g001
Figure 2. Hyperparameter sensitivity and baseline algorithm comparison. (a) Learning-rate sensitivity of the TD3 training process under three representative settings. (b) Convergence comparison among the TD3-based method, SAC, and DDPG under the same training environment.
Figure 2. Hyperparameter sensitivity and baseline algorithm comparison. (a) Learning-rate sensitivity of the TD3 training process under three representative settings. (b) Convergence comparison among the TD3-based method, SAC, and DDPG under the same training environment.
Technologies 14 00239 g002
Figure 3. Average reward convergence curve during TD3 agent training.
Figure 3. Average reward convergence curve during TD3 agent training.
Technologies 14 00239 g003
Figure 4. Full-process task decision and safety logic simulation diagram.
Figure 4. Full-process task decision and safety logic simulation diagram.
Technologies 14 00239 g004
Figure 5. Real-time response diagram of internal system reconfiguration gain and burst height tracking.
Figure 5. Real-time response diagram of internal system reconfiguration gain and burst height tracking.
Technologies 14 00239 g005
Figure 6. System response diagram under different interference intensities.
Figure 6. System response diagram under different interference intensities.
Technologies 14 00239 g006
Figure 7. Comparison of reconfiguration response time and dynamic adjustment among different control strategies.
Figure 7. Comparison of reconfiguration response time and dynamic adjustment among different control strategies.
Technologies 14 00239 g007
Figure 8. Grouped comparison chart of performance metrics for 500 Monte Carlo target shooting experiments.
Figure 8. Grouped comparison chart of performance metrics for 500 Monte Carlo target shooting experiments.
Technologies 14 00239 g008
Figure 9. Simulation diagram of parameter reconfiguration performance under different interference noise ratios.
Figure 9. Simulation diagram of parameter reconfiguration performance under different interference noise ratios.
Technologies 14 00239 g009
Figure 10. Simulation results under sensor signal loss conditions.
Figure 10. Simulation results under sensor signal loss conditions.
Technologies 14 00239 g010
Figure 11. Tracking error response and RMSE comparison under different sensor noise levels.
Figure 11. Tracking error response and RMSE comparison under different sensor noise levels.
Technologies 14 00239 g011
Table 1. Mapping logic between target types and firing modes.
Table 1. Mapping logic between target types and firing modes.
Target TypeFiring Mode (M)Core Control Parameter
Personnel/RadarProximity Mode M = 00Burst Height Threshold r 0
TrenchesAirburst Mode M = 01Delay Time t 0
Light Vehicles/General FortificationsImpact Mode M = 10Impact Acceleration a 0
Tanks/BunkersDelay Mode M = 11Penetration Delay T d e l a y
Table 2. Correspondence between combat phases and operational meanings.
Table 2. Correspondence between combat phases and operational meanings.
Combat Phase NamePhase ParameterOperational Meaning
Safe/Loitering Mode S 1Firing prohibited, parameters cannot be regulated
Approach/Judgment Mode S 2Parameter fine-tuning, trigger judgment begins
Attack/Firing Mode S 3Enters final firing window
Table 3. Core training hyperparameter settings.
Table 3. Core training hyperparameter settings.
Parameter NameSignSet ValueMeaning
Actor Learning Rate α μ 10 4 A small learning rate ensures stable policy evolution
Critic Learning Rate α Q 10 3 A larger learning rate accelerates the convergence of value evaluation
Discount Factor γ 0.99 Focuses on long-term cumulative returns
Experience Replay Buffer Capacity R 10 6 Stores a large number of historical samples to eliminate correlation
Batch SizeB 256 The number of samples sampled from the buffer each time
Soft Update Coefficient τ 0.005 The moving average update rate for target network parameters
Exploration Noise σ e x p 0.1 Gaussian noise applied to actions in the early stage of training
Table 4. RMSE and MAE evaluation metrics for proximity distance reconfiguration under different noise ratios.
Table 4. RMSE and MAE evaluation metrics for proximity distance reconfiguration under different noise ratios.
Noise RatioRMSEMAE
30%0.5420.431
60%0.5890.475
80%0.5120.410
100%0.6850.544
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, L.; Li, H.; Zhang, C.; Zhao, Y.; Qiao, S.; Yu, H. Deep Reinforcement Learning-Based Dual-Loop Adaptive Control Method and Simulation for Loitering Munition Fuze. Technologies 2026, 14, 239. https://doi.org/10.3390/technologies14040239

AMA Style

Zhang L, Li H, Zhang C, Zhao Y, Qiao S, Yu H. Deep Reinforcement Learning-Based Dual-Loop Adaptive Control Method and Simulation for Loitering Munition Fuze. Technologies. 2026; 14(4):239. https://doi.org/10.3390/technologies14040239

Chicago/Turabian Style

Zhang, Lingyun, Haojie Li, Chuanhao Zhang, Yuan Zhao, Shixiang Qiao, and Hang Yu. 2026. "Deep Reinforcement Learning-Based Dual-Loop Adaptive Control Method and Simulation for Loitering Munition Fuze" Technologies 14, no. 4: 239. https://doi.org/10.3390/technologies14040239

APA Style

Zhang, L., Li, H., Zhang, C., Zhao, Y., Qiao, S., & Yu, H. (2026). Deep Reinforcement Learning-Based Dual-Loop Adaptive Control Method and Simulation for Loitering Munition Fuze. Technologies, 14(4), 239. https://doi.org/10.3390/technologies14040239

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop