Open Access
ARTICLE
A Hybrid Bio-inspired Type-2 Fuzzy Reinforcement Learning Framework for Regional Traffic Signal Coordination Control
1 School of Automation, Nanjing Institute of Technology, Nanjing, China
2 Department of Civil and Environmental Engineering, University of Wisconsin–Madison, Madison, WI, USA
* Corresponding Author: Yunrui Bi. Email:
Computers, Materials & Continua 2026, 89(1), 74 https://doi.org/10.32604/cmc.2026.084267
Received 19 April 2026; Accepted 13 July 2026; Issue published 13 August 2026
Abstract
To improve regional traffic signal coordination under uncertain and dynamic traffic conditions, this paper proposes a hybrid Type-2 fuzzy reinforcement learning framework integrated with Beetle Antennae Search (BAS) and Deep Q-Network (DQN), named Type-2 fuzzy Beetle Antennae Search and Deep Q-Network (T2-BAS-DQN). In this framework, DQN remains active during online signal control, while the Type-2 fuzzy module provides uncertainty-aware correction for phase selection and green-time adjustment. BAS is used only in the offline training stage to optimize a low-dimensional parameter vector related to fuzzy correction, reward adjustment, and coordination pressure. A 3Keywords
In recent years, the acceleration of urbanization has intensified the mismatch between traffic supply and demand, making low road network operational efficiency a major constraint on sustainable urban economic growth [1–3]. Optimizing regional traffic signal coordination strategies is of great significance for improving the spatiotemporal utilization of road network resources and reducing travel delays. To achieve intelligent traffic scheduling, artificial intelligence has been widely applied to this field. For instance, Graph Convolutional Networks (GCN) are used to capture the spatiotemporal correlations of traffic flow for precise prediction [4,5]; Deep Reinforcement Learning (DRL) is employed to build adaptive control models that respond to traffic fluctuations in real time [6,7]; and multi-agent coordination mechanisms are utilized to address synchronization challenges in large-scale traffic grids [8,9].
Regarding the handling of high uncertainty in traffic flows, the Type-2 Fuzzy Deep Q-Network (Type-2-FDQN) algorithm has gained significant attention due to its integration of fuzzy logic’s capability to represent nonlinear systems with the self-learning characteristics of deep reinforcement learning [10]. By introducing Type-2 fuzzy logic, this method can smooth stochastic traffic fluctuations more effectively than conventional algorithms, demonstrating notable stability in single-intersection scenarios [11]. However, Type-2-FDQN reveals limitations when faced with complex regional multi-intersection networks. First, these methods often rely on independent agent mechanisms and lack cross-spatial coordination, making it difficult to achieve global optimization without a regional perspective [12]. Second, the conventional Deep Q-Network (DQN) architecture may suffer from slow initial convergence and limited exploration efficiency, while purely rule-based fuzzy controllers without online learning or adaptive correction may struggle to maintain long-term robustness in highly dynamic traffic environments.
The motivation for integrating Type-2 fuzzy logic, Beetle Antennae Search (BAS), and DQN comes from the complementary characteristics of the three techniques in regional traffic signal control. DQN provides adaptive decision-making ability by learning signal control policies from real-time traffic states. However, urban traffic states are highly stochastic due to random vehicle arrivals, turning movements, and queue spillback among adjacent intersections, which may lead to unstable Q-value estimation and inefficient exploration. Type-2 fuzzy logic is therefore introduced to explicitly model the uncertainty of traffic states and smooth the influence of traffic fluctuations on control decisions. Meanwhile, the performance of fuzzy-reinforcement learning controllers is sensitive to fuzzy correction weights, reward weights, and coordination-related parameters. BAS is employed as a lightweight offline parameter optimizer to improve parameter adaptability and reduce manual tuning. In this way, the proposed Type-2 fuzzy Beetle Antennae Search and Deep Q-Network (T2-BAS-DQN) framework integrates adaptive learning, uncertainty modeling, and parameter optimization into a unified regional signal coordination controller.
To overcome the aforementioned challenges, this paper proposes a T2-BAS-DQN hybrid framework for regional traffic signal coordination. First, a two-level Type-2 fuzzy control framework, comprising an intersection-level controller and a coordination-level controller, is designed to improve signal timing coordination between adjacent intersections. Second, state and reward coordination mechanisms are established among intersection groups to enhance regional cooperative control. Third, the Beetle Antennae Search (BAS) algorithm is introduced as a lightweight offline parameter optimization method. Instead of claiming universal superiority over other metaheuristic algorithms, BAS is used in this study to tune a low-dimensional parameter vector related to fuzzy correction, reward adjustment, and coordination pressure. BAS is not applied to the full high-dimensional DQN weight space; the DQN network parameters are still trained through temporal-difference learning and gradient-based optimization. Compared with population-based optimization methods such as differential evolution, genetic algorithms, or DNA evolutionary algorithms, BAS has a simple update rule and fewer control parameters, making it convenient for lightweight parameter tuning in the proposed fuzzy-reinforcement learning framework [13–15]. During online signal control, the trained DQN network remains active, while the BAS-optimized parameters and the Type-2 fuzzy module are used to improve the adaptability and robustness of the hybrid controller.
For experimental evaluation, a 3
The present study is closely related to the authors’ earlier work on Type-2 fuzzy traffic signal control. Bi et al. [16] developed a Type-2 fuzzy multi-intersection traffic signal controller in which differential evolution was used to optimize fuzzy-controller parameters. Subsequently, Bi et al. [17] proposed an adaptive Type-2 fuzzy traffic signal control method with an evolutionary optimization mechanism based on a DNA evolutionary algorithm. These studies established an important optimization-based Type-2 fuzzy control lineage for traffic signal control. However, their deployed controllers were mainly fuzzy-control-based systems in which membership functions, rule parameters, or control parameters were optimized by metaheuristic algorithms.
Different from these predecessor studies, the present work does not simply replace differential evolution or DNA evolutionary optimization with BAS. Instead, DQN remains the online signal decision-making module, while BAS is used only as an offline optimizer of a low-dimensional parameter vector associated with fuzzy correction, reward adjustment, and coordination pressure. Therefore, the incremental contribution of this study lies in integrating online DQN-based phase decision-making, Type-2 fuzzy uncertainty-aware correction, BAS-based lightweight parameter tuning, and regional coordination information within a unified traffic signal control framework. The role of BAS is not claimed to be universally superior to differential evolution or DNA evolutionary algorithms; rather, it is adopted here as a simple and low-dimensional tuning mechanism suitable for the proposed hybrid fuzzy-reinforcement learning controller.
2 Regional Traffic Modeling Methods
During the network modeling stage, the geometric characteristics of each intersection in the target area were first collected through on-site traffic surveys, encompassing key attributes such as the number of inbound approaches, link lengths, and lane configurations [18,19]. The collected data were then converted into a digital road-network model using Netedit, SUMO’s visual topology-editing tool. The network model adopts a node–edge topology representation: nodes (Node) encode an intersection’s spatial coordinates, channelization scheme, and traffic rules, while connecting edges (Edge) describe link geometry (length, curvature) and operational parameters (number of lanes, speed limits, etc.). As shown in Fig. 1, a 3

Figure 1: Road network structure diagram.
The network model contains nine signal-controlled nodes, each equipped with an independent traffic signal. The attributes of nodes and edges are listed in Tables 1 and 2, respectively; node attributes include node name ID, coordinates, radius, type, and the traffic-signal control algorithm, while edge attributes include edge name ID, start and end nodes, number of lanes, speed limit, length, etc.


The node and edge attributes listed in Tables 1 and 2 are provided only to support the reproducibility of the SUMO network construction. The subsequent analysis focuses on traffic-control-related configurations, including network topology, lane settings, link length, traffic demand, signal phases, and training parameters, which are summarized in the implementation and experimental setup sections.
After the generation of the road network model, it is necessary to construct a traffic flow simulation model. SUMO provides two mechanisms for generating traffic flow. To simulate the real-world traffic environment as closely as possible during the simulation process, this study conducts experiments based on the vehicle motion model. By constructing a vehicle configuration file (rou.xml), multi-dimensional parameters for the simulated vehicles are defined, including attributes such as the state and path of each vehicle [21,22].
In the traffic flow model, a route file must be developed to define the vehicles. Right-hand traffic is generally adopted in the vehicle motion model, which is characterized by five parameters:
where
In the traffic light model, this paper defines

Figure 2: Traffic light model.
The model adopts a right-hand driving logic. All four-way intersections are configured with four phases: East-West through (including right turns), East-West left turns, North-South through (including right turns), and North-South left turns. In the traffic light model definition, states are represented by four parameters:
Taking ’GGGGgrrrrrGGGGgrrrrr’ as an example, the phase state information represents the status of the intersection approaches starting from the North (
3.1 Design of Type-2 Fuzzy Controller (Intersection Level and Coordination Level)
To address regional traffic coordination requirements, this paper proposes a two-level Type-2 fuzzy control framework—an intersection-level controller and a coordination-level controller—as illustrated in Fig. 3.

Figure 3: Regional traffic intersection Type-2 fuzzy control structure diagram.
It should be noted that Fig. 3 is used to illustrate the information flow between the intersection-level controller and the coordination-level controller, rather than a classical error-feedback controller with respect to a fixed desired queue length. In the actual rule design, the intersection-level controller determines phase priority based on absolute queue length, waiting time, current phase, and maximum red-time constraints. The coordination-level controller further adjusts the priority according to neighboring-link queue occupancy and spillback risk.
At the intersection-level controller, each intersection agent autonomously optimizes phase timing based on local microscopic traffic-flow parameters [25,26]. Specifically, the queue length and waiting time of vehicles for the current green phase are chosen as the key decision inputs; by comparing the queue lengths and red-phase waiting times across phases, the control variables
Compared with conventional fuzzy logic, Type-2 fuzzy logic better handles traffic-flow uncertainty. This study employs Type-2 Gaussian membership functions with uncertain deviation; the three fuzzy subsets are defined as Short (S), Medium (M), and Long (L). Because the allowable green-time ranges differ between through and left-turn phases, when
The coordination-level controller accounts for interactions among neighboring intersections to achieve inter-intersection coordination. When congestion or spillback risk occurs between adjacent intersections, the controller adjusts signal priorities to reduce queue propagation and prevent local bottlenecks. The storage capacity of an inter-intersection link is estimated as
where
Based on the estimated link storage capacity and the maximum red-time constraint, the detailed coordination procedure is as follows:
1. Check whether intersection 1’s north–south through phase or east–west left-turn phase has reached the maximum red time. If yes, go to step 2; otherwise go to step 3.
2. Set
3. Otherwise, set
Similarly, if comparable congestion emerges at other intersections, the coordination controller will also be activated, prioritizing coordination beginning from central intersections of the region to prevent critical nodes from blocking. Especially during morning and evening peak periods, by ensuring key intersections remain unobstructed first and then coordinating surrounding intersections, the regional green-time allocation becomes more rational and large-scale gridlock can be avoided.
3.2 T2-BAS-DQN Fusion Mechanism for Regional Traffic Signal Control
This section describes the fusion mechanism of the proposed T2-BAS-DQN framework for regional traffic signal control. In this mechanism, DQN is responsible for estimating the action values of candidate signal phases, the Type-2 fuzzy module provides uncertainty-aware correction based on real-time traffic states, BAS optimizes a low-dimensional parameter vector during the training stage, and the regional coordination module introduces neighboring traffic pressure information to support coordinated phase selection.
To improve the adaptability and robustness of regional traffic signal coordination, this study proposes a T2-BAS-DQN framework by integrating DQN-based adaptive decision-making, Type-2 fuzzy uncertainty modeling, and BAS-based parameter optimization. It should be emphasized that the DQN remains active during online signal control. BAS is not used as an online controller, but is employed in the offline parameter-optimization stage after DQN training to optimize key parameters of the fuzzy-reinforcement learning controller. During BAS optimization, the trained DQN parameters are fixed, and BAS only evaluates candidate parameter vectors through validation rollouts. During online deployment, the trained DQN network outputs the Q-values of candidate signal phases, while the Type-2 fuzzy module provides uncertainty-aware correction for phase preference and green-time adjustment. The final control decision is obtained by fusing the DQN output, the fuzzy correction result, and the coordination pressure information.
The overall workflow of the proposed framework is shown in Fig. 4. The framework consists of two parts: the left part describes the online signal control process, and the right dashed box describes the offline DQN training and BAS-based parameter optimization process. In the online control process, the traffic state of the road network is first inspected, including queue length, waiting time, current phase, and neighboring-intersection queue information. These traffic state variables are used as the input of the DQN network and the Type-2 fuzzy module. The DQN network evaluates the Q-values of different candidate phases, while the Type-2 fuzzy module calculates the uncertainty correction term according to traffic fluctuation and congestion conditions.

Figure 4: Offline training and online deployment process of the proposed T2-BAS-DQN framework.
In the offline optimization process, BAS is used to optimize a low-dimensional parameter vector rather than directly searching the full high-dimensional DQN weight space. This design avoids the problem that a four-direction BAS variant may be ineffective in a high-dimensional neural-network parameter space. In the proposed framework, the DQN parameters
The optimized parameter vector is defined as
where
In the offline parameter-optimization process, the DQN is first trained through temporal-difference learning, and the trained DQN parameters are denoted as
where
The fitness function of BAS is defined according to the traffic performance obtained in validation rollouts rather than the raw cumulative reward containing the tunable coefficient
where
It should be noted that
During online deployment, BAS is no longer executed. The trained DQN network parameters
where
After the action is selected, the corresponding phase and green time are executed in the traffic environment. Therefore, the proposed framework does not deploy a static Type-2 fuzzy controller alone. Instead, the online controller consists of the trained DQN network, the optimized control-weight vector
The detailed procedure of the proposed T2-BAS-DQN framework is summarized as follows.
Step 1: Inspect the traffic network and collect traffic state variables, including queue length, waiting time, current signal phase, and neighboring-intersection queue information.
Step 2: The Type-2 fuzzy module is initialized, and the three scalar control weights
Step 3: Train the DQN controller through interaction with the SUMO environment. The DQN observes the current traffic state, outputs the Q-values of candidate signal phases, selects and executes an action, receives the reward, and updates the Q-network.
Step 4: Perform BAS-based offline parameter optimization. BAS evaluates the fixed-weight validation fitness of different parameter combinations and updates the parameter vector according to the fitness function.
Step 5: Deploy the trained DQN network and the optimized control-weight vector
Step 6: Fuse the Q-values, fuzzy correction results, and coordination pressure information to select the optimal phase and green time. The selected signal control action is then executed in the traffic environment.
3.3 Rationale for the Hybrid Integration of Type-2 Fuzzy Logic, BAS and DQN
The proposed T2-BAS-DQN framework is not a simple stacking of three independent techniques. Instead, Type-2 fuzzy logic, BAS and DQN are introduced to address three different but closely related challenges in regional traffic signal coordination, namely adaptive decision-making, uncertainty representation, and parameter optimization.
First, DQN is adopted as the basic adaptive decision-making module. In regional traffic signal control, the traffic state changes dynamically due to stochastic vehicle arrivals, turning movements, queue dissipation, and spillback propagation among adjacent intersections. Traditional fixed-time control cannot respond to these real-time variations, while purely rule-based methods have limited adaptability under complex demand fluctuations. DQN can approximate the action-value function and learn signal phase selection strategies through interactions with the traffic environment. Therefore, DQN provides the basic learning ability for adaptive signal control.
Second, Type-2 fuzzy logic is introduced to enhance the robustness of the DQN-based controller under uncertain traffic conditions. In practical traffic networks, queue length, waiting time, and downstream congestion are not deterministic variables. They are affected by stochastic vehicle arrivals, lane-changing behavior, detector noise, and spillback effects between neighboring intersections. Compared with Type-1 fuzzy logic, Type-2 fuzzy logic uses a footprint of uncertainty to describe the uncertainty of membership grades, making it more suitable for representing ambiguous and fluctuating traffic states. Therefore, Type-2 fuzzy logic is used to smooth the influence of traffic-state uncertainty on control decisions and improve the stability of the controller.
Third, BAS is introduced as a lightweight parameter optimization module. The performance of a fuzzy-reinforcement learning controller is sensitive to several key parameters, such as fuzzy control weights, reward weights, pressure-related weights, and coordination parameters. Manually tuning these parameters is inefficient and may lead to suboptimal performance under different traffic demand levels. BAS provides a simple search mechanism with few control parameters and can be used to optimize a low-dimensional parameter vector during the offline training stage. In this study, BAS is not used to search the full high-dimensional DQN weight space. Instead, it is applied to the optimization of key fuzzy-reinforcement learning parameters, which makes the search process computationally tractable.
It should also be clarified that the use of BAS in this study is different from predecessor optimization strategies such as differential evolution and DNA evolutionary algorithms used in related fuzzy-control studies. Differential evolution and DNA evolutionary algorithms are usually population-based methods, which can provide stronger global exploration ability but may require more candidate solutions, more hyperparameters, and higher fitness-evaluation cost. In contrast, BAS uses a simpler directional search mechanism and is suitable for lightweight tuning when the number of optimized parameters is small. Since the proposed framework only optimizes the low-dimensional parameter vector
In this study, BAS is selected as a lightweight design choice for low-dimensional parameter tuning rather than as an empirically proven superior optimizer. The optimized vector only contains three scalar weights, namely
However, this study does not claim that BAS is theoretically or empirically superior to differential evolution, DNA evolutionary algorithms, PSO, or genetic algorithms in all scenarios. A complete comparison among different metaheuristic optimizers under the same computational budget is beyond the scope of this paper. The incremental contribution of this study lies in integrating DQN-based online decision-making, Type-2 fuzzy uncertainty modeling, BAS-based lightweight parameter tuning, and regional coordination into a unified traffic signal control framework.
As shown in Table 3, the three components play complementary roles in the proposed framework. DQN learns adaptive signal control policies, Type-2 fuzzy logic improves the representation of uncertain traffic states, and BAS optimizes key parameters to enhance adaptability. The proposed T2-BAS-DQN can thus be regarded as a hierarchical hybrid framework that integrates learning-based decision-making, fuzzy uncertainty modeling, and bio-inspired parameter optimization for regional traffic signal coordination.

3.4 Implementation Details and Training Procedure
To improve the reproducibility of the proposed T2-BAS-DQN framework, this subsection provides detailed implementation settings, including agent configuration, state representation, action space, reward function, DQN network architecture, training configuration, BAS optimization parameters, convergence criterion, and computational complexity. These details are added to make the training and evaluation procedure clear and reproducible.
In the proposed regional traffic signal control framework, each signalized intersection is modeled as one DQN agent. Therefore, for the 3
At each decision step
where
The action space is defined according to the four-phase signal control structure used in the simulation network. Each action corresponds to selecting or maintaining one of the four candidate signal phases:
where
The reward function is designed to reduce queue accumulation, vehicle waiting time, stop frequency, and unnecessary phase switching. To explicitly incorporate the reward adjustment weight optimized by BAS, for intersection
where
The regional reward is obtained by averaging the local rewards of all signalized intersections:
where
The DQN is used to approximate the action-value function
where
The detailed DQN architecture used in this study is listed in Table 4. The input dimension depends on the number of state variables used for each intersection agent, while the output dimension is equal to the number of candidate signal phases.

The training configuration is summarized in Table 5. The simulation is implemented in SUMO through the Traffic Control Interface (TraCI)-Python interface. The car-following model adopts the default Krauss model in SUMO unless otherwise specified. All learning-based methods are trained and evaluated under the same simulation horizon, decision interval, signal phase constraints, and random seeds to ensure fair comparison.

In the proposed framework, BAS is used during offline training to optimize a low-dimensional parameter vector related to fuzzy correction, reward adjustment, and coordination pressure. The optimized parameter vector is defined as
where
The fitness function of BAS is defined according to the traffic performance obtained in validation rollouts rather than the raw cumulative reward containing the tunable coefficient
where
It should be noted that

The complete training procedure consists of five stages. First, the SUMO network, route files, signal phases, vehicle detectors, and neighboring-intersection relationships are initialized. Second, each DQN agent observes the traffic state from the SUMO environment through the TraCI interface and selects signal actions according to the
The convergence of training is evaluated using the moving average cumulative reward. Let
where
The complete training procedure of the proposed T2-BAS-DQN framework is summarized in Algorithm 1. It should be noted that BAS only optimizes the low-dimensional parameter vector

It should be noted that the DQN network is trained once in Stage 1. During the BAS optimization stage, the DQN parameters
3.4.1 Computational Complexity
The computational cost of the proposed framework mainly consists of DQN training and BAS-based parameter optimization. For DQN training, the main computational cost comes from the forward and backward propagation of the neural network. If the number of training episodes is denoted as
For BAS optimization, suppose that the number of BAS iterations is
Therefore, the total offline training complexity of the proposed framework can be written as
It should be noted that BAS optimization is performed in the offline parameter-optimization stage after DQN training. During this stage, the trained DQN parameters are fixed, and BAS only evaluates different low-dimensional parameter vectors through validation rollouts. During online deployment, BAS is no longer executed; the controller only needs to perform traffic state observation, Type-2 fuzzy inference, one forward pass of the trained DQN network, and fused action selection. Therefore, the online computational cost remains acceptable for real-time traffic signal control.
This implementation is consistent with Algorithm 1: the DQN is trained once, and BAS is subsequently performed using validation rollouts with fixed DQN parameters. Therefore, the total offline complexity is additive rather than multiplicative and can be expressed as Eqs. (17)–(19).
3.4.2 Reproducibility Statement
To further support reproducibility, the main methodological elements required for implementation have been summarized in Tables 4–6, including the state representation, action space, reward function, DQN architecture, training hyperparameters, BAS optimization parameters, number of agents, random seeds, and simulation settings. At the time of submission, the SUMO network files, route files, additional files, controller scripts, and configuration files have not yet been deposited in a public repository. These materials can be provided by the corresponding author upon reasonable request for academic verification. Exact numerical reproduction of the reported results requires these materials, including the SUMO network, route files, random seeds, controller implementation, hyperparameter configuration, and evaluation scripts. A public repository with anonymized simulation artifacts will be considered after publication or after institutional approval.
4 Experiment and Result Analysis
4.1 Experimental Setup and Compared Methods
To evaluate the performance of the proposed T2-BAS-DQN algorithm for regional multi-intersection traffic signal coordination, a simulation environment was constructed in the SUMO platform, and the interaction between the control algorithm and the traffic simulation environment was implemented through the TraCI-Python interface. The simulation scenario is based on a 3

Figure 5: SUMO simulation area intersection simulation interface.
The turning probabilities are configured according to the traffic flow design, where the probability of left turn is 12.5%, the probability of going straight is 75%, and the probability of right turn is 12.5%. The main traffic parameters of the experimental road network are summarized in Table 7.

To provide a comprehensive comparison, five control methods are selected in the main experiments: Fixed-Time, Max-Pressure, CoLight, DQN, and the proposed T2-BAS-DQN. Fixed-Time is used as a conventional non-adaptive signal timing baseline. Max-Pressure is introduced as a representative analytical pressure-based signal control method, which determines signal priority according to queue pressure and movement competition. CoLight is adopted as a representative multi-agent reinforcement learning baseline for regional signal coordination. DQN is used as the basic deep reinforcement learning baseline without Type-2 fuzzy uncertainty modeling or BAS-based parameter optimization. The proposed T2-BAS-DQN integrates DQN-based online decision-making, Type-2 fuzzy uncertainty correction, BAS-based offline parameter optimization, and regional coordination information.
It should be noted that Type-2-FDQN is used in the component contribution analysis rather than in the main baseline comparison. Specifically, DQN, Type-2-FDQN, and T2-BAS-DQN are compared to evaluate the incremental contribution of the Type-2 fuzzy module and the BAS-based parameter optimization module. In the main comparison experiments, Max-Pressure and CoLight are added to cover representative analytical pressure-based control and multi-agent reinforcement learning baselines. PressLight and MPLight are also important pressure-based multi-agent reinforcement learning methods. However, they require specific network-wide multi-agent training settings and pressure-based reward designs that are different from the current implementation framework. Therefore, they are left for future comparative studies.
To ensure a fair comparison, all control methods are evaluated under the same SUMO network, traffic demand, simulation horizon, decision interval, and random seeds. For learning-based methods, the same state representation, action space, reward indicators, and evaluation protocol are adopted unless otherwise specified. The performance indicators reported in the experimental tables are obtained during the evaluation stage after model training or parameter optimization is completed.
For the learning-based baselines, the implementation settings were kept consistent as much as possible. DQN used the state representation defined in Eq. (9), including queue length, waiting time, current signal phase, elapsed green time, and neighboring-intersection queue information. The action space followed the four-phase signal control structure defined in Eq. (10). The reward function was defined by the local reward and regional reward formulations in Eqs. (11) and (12), respectively. The DQN network adopted the fully connected architecture summarized in Table 4. The training hyperparameters, including the number of training episodes, learning rate, discount factor, replay buffer size, batch size, exploration strategy, minimum green time, yellow time, and random seeds, followed the common settings in Table 5.
CoLight was implemented as a graph-attention-based multi-agent reinforcement learning baseline under the same SUMO–TraCI interface. The road-network adjacency relationship was used to construct the coordination graph, and neighboring-intersection information was aggregated through the attention-based coordination module. To avoid introducing additional differences from the reward or action design, CoLight used the same action space, reward indicators, training episodes, learning rate, and random seeds as the other learning-based methods. The proposed T2-BAS-DQN used the same DQN architecture and basic training configuration, while additionally incorporating Type-2 fuzzy correction, coordination pressure priority, and BAS-based offline optimization of the low-dimensional parameter vector
The proposed T2-BAS-DQN introduces an additional BAS-based offline parameter optimization stage. Therefore, the additional optimization cost should be distinguished from the online control performance. In this study, traffic performance and computational cost are reported separately. The traffic performance indicators, such as average queue length, average waiting time, average speed, and number of stops, are used to evaluate the final control effect under the same testing scenarios. The training and optimization cost comparison is summarized in Table 8. Since BAS is not executed during online deployment, the online control process of T2-BAS-DQN mainly includes traffic state observation, one DQN forward pass, Type-2 fuzzy inference, and fused action selection.

4.2 Training Performance and Component Contribution Analysis
To evaluate the learning performance of the reinforcement-learning-based methods, the average cumulative reward values of DQN, Type-2-FDQN, and T2-BAS-DQN during the training process are compared, as shown in Fig. 6.

Figure 6: Average reward value during training.
As shown in Fig. 6, DQN has a relatively low reward value in the early training stage and shows obvious fluctuations during the learning process. This is mainly because the basic DQN method relies on the original Q-network to explore the action space, and its exploration efficiency is limited when the traffic state changes dynamically. Compared with DQN, Type-2-FDQN introduces Type-2 fuzzy logic into the reinforcement learning framework, which improves the representation ability of uncertain traffic states and enhances the stability of the learning process.
The proposed T2-BAS-DQN further combines Type-2 fuzzy control and BAS-based parameter optimization. The reward value increases faster and gradually converges to a higher level, indicating that the BAS optimization mechanism can improve the parameter adaptability of the controller and help the reinforcement learning model find a better control strategy. Therefore, the comparison among DQN, Type-2-FDQN, and T2-BAS-DQN can also reflect the contribution of the Type-2 fuzzy module and BAS optimization module.
To further analyze the contribution of different modules, the performance of DQN, Type-2-FDQN, and T2-BAS-DQN is compared in Fig. 7. DQN is regarded as the basic reinforcement learning controller. Type-2-FDQN adds the Type-2 fuzzy module on the basis of DQN, while T2-BAS-DQN further introduces BAS-based parameter optimization. From the comparison results, Type-2-FDQN improves the performance of DQN in most indicators, which indicates that Type-2 fuzzy logic can enhance the robustness of the controller under stochastic traffic conditions. T2-BAS-DQN further reduces queue length and waiting time or maintains competitive performance, showing that BAS optimization contributes to better parameter adjustment and more stable phase decision-making.

Figure 7: Component contribution comparison of DQN, Type-2-FDQN and T2-BAS-DQN.
4.3 Performance Comparison under the Same Traffic Flow
To further compare the control performance of different algorithms under the same traffic demand, Fixed-Time, Max-Pressure, CoLight, DQN, and T2-BAS-DQN are evaluated under the same traffic flow condition.
To reduce the influence of randomness caused by vehicle generation and reinforcement learning training, each control method was independently evaluated over

As shown in Table 9, compared with Fixed-Time, all adaptive and coordination-based methods improve the overall traffic operation performance to different degrees. Fixed-Time produces the largest queue length and waiting time, indicating that static signal timing cannot adapt to real-time traffic fluctuations. DQN reduces the average queue length and waiting time compared with Fixed-Time, showing that reinforcement learning can improve adaptive phase decision-making. However, the relatively larger standard deviation of DQN indicates that its control performance is still affected by stochastic traffic states.
Max-Pressure achieves better performance than DQN by directly considering queue imbalance and movement pressure. CoLight further improves regional signal coordination through multi-agent information interaction. Compared with these baselines, T2-BAS-DQN achieves the lowest average queue length and waiting time, as well as the highest average speed. In addition, its standard deviation remains relatively small, indicating that the proposed method not only improves the average control performance but also maintains better stability under repeated simulations. These results suggest that the combination of DQN-based online decision-making, Type-2 fuzzy uncertainty correction, BAS-based offline parameter optimization, and regional coordination can improve the robustness and adaptability of regional traffic signal control.
The dynamic variation of average queue length under the same traffic flow is shown in Fig. 8. At the beginning of the simulation, the number of vehicles in the road network is small, and the average queue length of all methods remains close to zero. As vehicles continuously enter the network, the queue length gradually increases. During the congested period, Fixed-Time produces the highest queue accumulation because its signal timing cannot respond to real-time traffic fluctuations. DQN reduces the queue length to a certain extent, but its queue dissipation ability is still limited. Max-Pressure reduces queue accumulation by considering queue pressure, while CoLight improves the coordination among intersections through multi-agent information interaction. Compared with these methods, T2-BAS-DQN maintains a lower queue level during the congested stage and shows better queue dissipation ability in the later stage.

Figure 8: Average queue length under the same traffic flow.
Fig. 9 shows the variation of average speed under the same traffic flow. At the early stage of simulation, the road network is relatively uncongested, and all methods maintain a relatively high speed. With the increase of vehicles in the network, queue accumulation and stop-and-go behavior gradually reduce the average speed. Fixed-Time has the lowest speed during most of the simulation process, indicating poor adaptability to dynamic traffic demand. DQN improves the average speed compared with Fixed-Time, but the speed curve still fluctuates. Max-Pressure improves the average speed by reducing queue pressure, while CoLight shows better speed maintenance ability through regional coordination. T2-BAS-DQN maintains a relatively high speed in the middle and later stages, indicating that the proposed method can improve vehicle progression and reduce stop-and-go behavior.

Figure 9: Average speed under the same traffic flow.
4.4 Demand Generalization under Different Traffic Flows
To evaluate the adaptability of different algorithms under varying traffic demand levels, comparative experiments are conducted under three traffic flow conditions: 1000, 2000, and 3000 veh/h. These three demand levels represent light, medium, and heavy traffic conditions, respectively. Compared with the single-demand evaluation in Section 4.3, this experiment further examines whether each control strategy can maintain stable performance when traffic demand changes. In this subsection, Fixed-Time, Max-Pressure, CoLight, DQN, and T2-BAS-DQN are treated as the main comparison methods. Type-2-FDQN is retained only as a component-analysis reference to examine the contribution of the Type-2 fuzzy module without BAS-based parameter optimization. The average queue length and average waiting time under different traffic flows are shown in Figs. 10 and 11, respectively.

Figure 10: Average queue length under different traffic flows

Figure 11: Average waiting time under different traffic flows.
As shown in Fig. 10, under the low-demand condition of 1000 veh/h, the queue lengths of all methods are relatively small, indicating that the road network is not heavily congested. When the traffic demand increases to 2000 and 3000 veh/h, the differences among different control methods become more significant. Fixed-Time and DQN show larger queue accumulation because they either lack real-time adaptability or have limited coordination ability. Max-Pressure reduces queue accumulation by considering queue imbalance and pressure differences among competing traffic movements. CoLight improves regional coordination through multi-agent information interaction. Compared with Fixed-Time, Max-Pressure, CoLight, and DQN, T2-BAS-DQN achieves lower or competitive queue length under medium and high traffic demands, indicating that the hybrid framework can maintain demand adaptability in the tested scenarios.
As shown in Fig. 11, the average waiting time increases as the traffic demand rises for all compared methods. Fixed-Time shows the fastest increase because it cannot adapt signal timing to real-time traffic fluctuations. DQN reduces waiting time compared with Fixed-Time, but its performance becomes less stable under high demand due to limited coordination and uncertainty handling. Max-Pressure and CoLight achieve better waiting-time control by using pressure-based phase selection and multi-agent coordination, respectively. Compared with these main baselines, T2-BAS-DQN shows lower or competitive waiting time under medium and high traffic demands. This result suggests that the integration of Type-2 fuzzy uncertainty modeling, BAS-based offline parameter optimization, and regional coordination can help improve the adaptability of the controller under increasing traffic demand.
Overall, the results under 1000, 2000, and 3000 veh/h indicate that the proposed T2-BAS-DQN method maintains competitive performance under different demand levels. Under low traffic demand, the performance differences among the methods are relatively small because the road network is not saturated. As the traffic demand increases, the limitations of Fixed-Time and the basic DQN become more obvious, while CoLight, Type-2-FDQN, and T2-BAS-DQN show better adaptability to increasing traffic pressure. In particular, T2-BAS-DQN maintains lower or competitive queue length and waiting time under medium and high traffic demands, suggesting that the proposed hybrid framework can improve demand adaptability in the tested scenarios. Nevertheless, these results mainly verify the adaptability of the proposed method under different traffic volumes within the same network structure, and further validation on larger and more heterogeneous networks is still required.
Therefore, the demand-generalization experiment should be interpreted from two perspectives. The main comparison evaluates T2-BAS-DQN against Fixed-Time, Max-Pressure, CoLight, and DQN. The component contribution of Type-2-FDQN is discussed separately in Section 4.2 and is not included in this demand-generalization figure set.
4.5 Performance on the Real-Geometry Road Network
To further evaluate the applicability of the proposed method under more realistic road topology and turning-movement conditions, a SUMO simulation scenario was constructed based on real-world road geometry and field-calibrated traffic demand. It should be emphasized that this experiment is not a field deployment test, but a simulation with real-world geometry and demand calibration. The road network contains nine key signalized intersections located in Jiangning District, Nanjing, China. The distribution of these intersections is shown in Fig. 12.

Figure 12: Distribution of key signalized intersections in the real-geometry road network.
The traffic flow data used for demand calibration were collected through field surveys on 21 February 2025. The survey recorded the through, left-turn, and right-turn vehicle volumes at each approach of the nine intersections. These field-count data were then used to calibrate the turning ratios and route inputs in SUMO, so that the simulation could better reflect realistic traffic demand patterns rather than relying only on synthetic traffic flows. The detailed field traffic counts are summarized in Table 10.

The same reward function, training protocol, and hyperparameter settings as those used in the synthetic-network experiments were adopted in this real-geometry simulation, unless otherwise specified. This setting ensures that the comparison focuses mainly on the influence of road topology and field-calibrated demand rather than changes in algorithm configuration.
The performance comparison in the real-geometry simulation scenario is shown in Table 11. To keep the statistical reporting consistent with the synthetic-network experiment, each method was evaluated over

In terms of mean values, compared with DQN, the proposed T2-BAS-DQN increases the average speed from 10.95 to 12.15 m/s, reduces the average queue length from 22.98 vehicles to 12.08 vehicles, decreases the average number of stops from 1.56 to 1.39, and reduces the average waiting time from 39.05 to 29.53 s. These results correspond to an average speed improvement of approximately 10.96%, a queue length reduction of approximately 47.43%, a stop reduction of approximately 10.90%, and a waiting-time reduction of approximately 24.38%.
Compared with CoLight, T2-BAS-DQN also shows slightly better mean values in the real-geometry simulation scenario. Specifically, the average speed increases from 11.95 to 12.15 m/s, the average queue length decreases from 13.35 vehicles to 12.08 vehicles, the average number of stops decreases from 1.42 to 1.39, and the average waiting time decreases from 30.41 to 29.53 s. However, the margins over CoLight are relatively modest. Therefore, these results should be interpreted as simulation evidence under the tested setting rather than a statistically conclusive demonstration of general superiority.
As shown in Table 11, the real-geometry simulation results further indicate that the proposed method is not limited to the regular synthetic grid network. Compared with DQN, T2-BAS-DQN achieves clear improvements in all four indicators, including higher average speed, shorter average queue length, fewer stops, and lower average waiting time. Compared with CoLight, T2-BAS-DQN also shows slightly better mean values, with the average speed increasing from 11.95 to 12.15 m/s, the average queue length decreasing from 13.35 vehicles to 12.08 vehicles, the average number of stops decreasing from 1.42 to 1.39, and the average waiting time decreasing from 30.41 to 29.53 s. These results suggest that the integration of Type-2 fuzzy uncertainty modeling, BAS-based parameter optimization, and regional coordination can provide competitive simulation performance under a more complex road topology and field-calibrated traffic demand.
However, the performance margins over strong baselines such as CoLight are relatively modest. Therefore, the results should be interpreted as simulation evidence under the tested real-geometry scenario rather than a statistically conclusive demonstration of general superiority. It should also be noted that this experiment has several limitations. First, the experiment remains a SUMO-based simulation rather than an on-road deployment. Second, the demand calibration is based on field-count data collected on a single day, which does not fully reflect day-of-week, weather, seasonal, or incident-related variations. Third, the currently deployed signal timing plans at these intersections were not available, and therefore a direct comparison with the actual field control system was not conducted. These limitations will be addressed in future work by collecting multi-day traffic data, conducting statistical significance analysis, and cooperating with traffic management agencies to obtain deployed signal timing plans.
4.6 Discussion on Scalability, Generalization and Deployment Limitations
The experimental results in Sections 4.3–4.5 demonstrate the effectiveness of the proposed T2-BAS-DQN method from three perspectives: performance comparison under the same traffic flow, adaptability under different traffic demand levels, and simulation evaluation on a real-geometry road network. The results under 1000, 2000, and 3000 veh/h show that the proposed method can maintain competitive performance when traffic demand changes. In addition, the real-geometry simulation calibrated with field traffic counts further indicates that the proposed method is not limited to a regular synthetic grid network.
From the perspective of scalability, the proposed framework adopts a regional multi-intersection control structure. Each intersection agent mainly uses local traffic states and neighboring-intersection information for decision-making. Therefore, when the network size increases, additional intersections can be incorporated by adding corresponding local agents and neighbor-based coordination links. This decentralized observation and local coordination mechanism provides a basis for extending the method to larger networks.
However, several limitations should also be acknowledged. First, the current experiments are mainly conducted on a 3
In addition, the traffic signal model in this study adopts a simplified four-phase structure, while practical urban intersections may involve more complex phase schemes, such as dual-ring control, leading/lagging left-turn phases, pedestrian phases, and bus priority control. Multimodal road users, including pedestrians, cyclists, buses, and emergency vehicles, are not explicitly modeled in the current simulation. Moreover, although BAS optimization is performed offline and does not significantly increase the online control burden, it still introduces additional training and parameter optimization cost compared with standard DQN-based methods.
From the perspective of fair comparison, although traffic performance and computational cost are reported separately in this study, a strict matched-budget comparison has not yet been conducted. Specifically, DQN, CoLight, and T2-BAS-DQN are not trained under exactly the same total computational budget because T2-BAS-DQN includes an additional BAS-based offline parameter optimization stage. Future work will conduct matched-budget experiments and compare BAS with other metaheuristic optimizers, such as PSO, differential evolution, genetic algorithms, and DNA evolutionary algorithms, under the same fitness-evaluation budget.
Future work will further evaluate the proposed method on larger and more heterogeneous urban road networks, such as 5
This study proposed a hybrid bio-inspired Type-2 fuzzy reinforcement learning framework, named T2-BAS-DQN, for regional traffic signal coordination control under uncertain and dynamic traffic conditions. The proposed framework integrates DQN-based adaptive decision-making, Type-2 fuzzy uncertainty-aware correction, BAS-based offline parameter optimization, and regional coordination information. In the proposed method, the DQN network remains the online signal decision-making module, while the Type-2 fuzzy module is used to smooth uncertain traffic-state fluctuations and provide correction for phase selection. BAS is employed only in the offline parameter-optimization stage to tune a low-dimensional parameter vector related to fuzzy correction, reward adjustment, and coordination pressure. Therefore, the proposed method does not directly optimize the high-dimensional DQN weight space using BAS, but combines learning-based control, fuzzy uncertainty modeling, and lightweight parameter tuning in a unified traffic signal control framework.
Simulation experiments were conducted on a 3
In addition to the synthetic network experiments, a real-geometry SUMO simulation scenario calibrated with field traffic counts from Jiangning District, Nanjing, was constructed to further examine the applicability of the proposed method under a more complex road topology and field-calibrated traffic demand. Compared with the vanilla DQN baseline in this calibrated scenario, T2-BAS-DQN reduces the average queue length by 47.4%, decreases the average waiting time by 24.4%, and increases the average travel speed by 11.0%. These results indicate that the proposed hybrid framework can provide useful simulation-level improvements over the basic learning baseline. Compared with stronger baselines such as Max-Pressure and CoLight, T2-BAS-DQN also obtains slightly better or comparable mean values in several indicators. However, the performance margins over these strong baselines are relatively modest and may be of the same order as the reported standard deviations. Since no formal statistical significance test is conducted in this study, the results should be regarded as simulation evidence of the effectiveness of the proposed hybrid pipeline rather than a statistically conclusive demonstration of general superiority.
It should also be noted that T2-BAS-DQN includes an additional offline BAS parameter-optimization stage, whereas some baseline methods do not receive an equivalent tuning budget. Therefore, the reported improvements reflect the performance of the complete hybrid pipeline, including offline parameter optimization, rather than superiority under an equal total computational budget. In online deployment, BAS is no longer executed, and the controller only performs traffic state observation, Type-2 fuzzy inference, one DQN forward pass, and fused action selection. This design keeps the online computational burden acceptable for real-time traffic signal control, while the extra optimization cost is mainly introduced during the offline training and validation stage.
This study still has several limitations. First, all experiments are SUMO-based simulations, and no on-road deployment or closed-loop field test has been conducted. Second, the real-geometry simulation is calibrated using field-count data collected on a single day, which cannot fully represent day-of-week, weather, seasonal, or incident-related traffic variations. Third, the actual deployed signal timing plans at the studied intersections were not available, and therefore a direct comparison with the field control system could not be performed. Fourth, although repeated-run statistics are reported, formal significance tests are not included. Finally, the comparison with learning-based baselines is not conducted under a strictly matched total computational budget, because the proposed method includes an additional offline BAS optimization stage.
Future work will focus on several aspects. First, multi-day and multi-period traffic data will be collected to improve demand calibration and evaluate the robustness of the proposed method under more diverse traffic conditions. Second, cooperation with traffic management agencies will be pursued to obtain deployed signal timing plans and support comparisons with actual field control strategies. Third, larger and more heterogeneous road networks will be used to further examine the scalability and transferability of the proposed framework. Fourth, formal statistical significance tests and matched-budget comparisons will be conducted to provide a more rigorous evaluation of the proposed method against strong analytical and learning-based baselines. Finally, different metaheuristic optimizers, such as differential evolution, genetic algorithms, particle swarm optimization, and DNA evolutionary algorithms, may be compared under the same computational budget to further clarify the specific contribution of BAS in the proposed Type-2 fuzzy reinforcement learning framework.
Acknowledgement: None.
Funding Statement: This work was supported by the National Natural Science Foundation of China (Grant No. 62303214) and Key Project of Basic Science Research in Universities of Jiangsu Province (No. 23KJA460008).
Author Contributions: The authors confirm contribution to the paper as follows: Conceptualization, Yunrui Bi and Qiliang Yang; methodology, Qinglin Ding and Qiliang Yang; software, Qinglin Ding; validation, Qinglin Ding and Qiliang Yang; formal analysis, Mingjie Zhang and Qiliang Yang; investigation, Qinglin Ding; data curation, Mingjie Zhang; writing—original draft preparation, Qiliang Yang; writing—review and editing, Qiliang Yang, Yunrui Bi, Bin Ran and Kun Liu; supervision, Yunrui Bi, Bin Ran and Kun Liu; project administration, Yunrui Bi. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The SUMO network files, route files, controller scripts, configuration files, random seeds, evaluation scripts, and field-collected traffic count data used in this study have not been deposited in a public repository at the time of submission. These materials and data can be provided by the corresponding author upon reasonable request for academic verification. Exact numerical reproduction of the reported simulation results requires these simulation artifacts, implementation files, random seeds, and field-collected traffic count data.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Wu Y. Enhancing urban traffic flow through fuzzy logic-based signal light control optimization. Int J e-Collab. 2024;20(1):1–13. doi:10.4018/ijec.358746. [Google Scholar] [CrossRef]
2. Singh AR, Ashraf M.W. A, Rathore RS, Li B, Sujatha MS. Real-time traffic flow optimization using large language models and reinforcement learning for smart urban mobility. Appl Soft Comput. 2025;185(1):113917. doi:10.1016/j.asoc.2025.113917. [Google Scholar] [CrossRef]
3. Li M, Pan X, Liu C, Li Z. Federated deep reinforcement learning-based urban traffic signal optimal control. Sci Rep. 2025;15(1):11724. doi:10.1038/s41598-025-91966-1. [Google Scholar] [PubMed] [CrossRef]
4. Fu T, Wang L, Garg S, Zhu Z, Zhang J. Adaptive signal light timing for regional traffic optimization based on graph convolutional network empowered traffic forecasting. Inf Fusion. 2024;103(4):102072. doi:10.1016/j.inffus.2023.102072. [Google Scholar] [CrossRef]
5. Wang T, Zhu Z, Zhang J, Tian J, Zhang W. A large-scale traffic signal control algorithm based on multi-layer graph deep reinforcement learning. Transp Res Part C Emerg Technol. 2024;162(3):104582. doi:10.1016/j.trc.2024.104582. [Google Scholar] [CrossRef]
6. Su W, Mu C, Xue L, Yang X, Zhu S. An improved traffic coordination control integrating traffic flow prediction and optimization. Eng Appl Artif Intell. 2025;143(4):109969. doi:10.1016/j.engappai.2024.109969. [Google Scholar] [CrossRef]
7. Moreno-Malo J, Posadas-Yagüe JL, Cano JC, Calafate CT, Conejero JA, Poza-Lujan JL. Improving traffic light systems using deep Q-networks. Expert Syst Appl. 2024;252:124178. [Google Scholar]
8. Li Y, Zhang Y, Li X, Sun C. Regional multi-agent cooperative reinforcement learning for city-level traffic grid signal control. IEEE/CAA J Autom Sinica. 2024;11(9):1987–98. doi:10.1109/jas.2024.124365. [Google Scholar] [CrossRef]
9. Tan T, Bao F, Deng Y, Jin A, Dai Q, Wang J. Cooperative deep reinforcement learning for large-scale traffic grid signal control. IEEE Trans Cybern. 2019;50(6):2687–700. doi:10.1109/tcyb.2019.2904742. [Google Scholar] [PubMed] [CrossRef]
10. Bi Y, Ding Q, Du Y, Liu D, Ren S. Intelligent traffic control decision-making based on type-2 fuzzy and reinforcement learning. Electronics. 2024;13(19):3894. doi:10.3390/electronics13193894. [Google Scholar] [CrossRef]
11. Chala TD, Kóczy LT. Agent-based intelligent fuzzy traffic signal control system for multiple road intersection systems. Mathematics. 2024;13(1):124. doi:10.3390/math13010124. [Google Scholar] [CrossRef]
12. Wu Q, Wu J, Shen J, Du B, Telikani A, Fahmideh M, et al. Distributed agent-based deep reinforcement learning for large scale traffic signal control. Knowl-Based Syst. 2022;241(15):108304. doi:10.1016/j.knosys.2022.108304. [Google Scholar] [CrossRef]
13. Qian Q, Deng Y, Sun H, Pan J, Yin J, Feng Y, et al. Enhanced beetle antennae search algorithm for complex and unbiased optimization. Soft Comput. 2022;26(19):10331–69. doi:10.1007/s00500-022-07388-y. [Google Scholar] [PubMed] [CrossRef]
14. Haddad TA, Hedjazi D, Aouag S. A deep reinforcement learning-based cooperative approach for multi-intersection traffic signal control. Eng Appl Artif Intell. 2022;114(3):105019. doi:10.1016/j.engappai.2022.105019. [Google Scholar] [CrossRef]
15. Kang L, Huang H, Lu W, Liu L. A dueling deep Q-network method for low-carbon traffic signal control. Appl Soft Comput. 2023;141(9):110304. doi:10.1016/j.asoc.2023.110304. [Google Scholar] [CrossRef]
16. Bi Y, Srinivasan D, Lu X, Sun Z, Zeng W. Type-2 fuzzy multi-intersection traffic signal control with differential evolution optimization. Expert Syst Appl. 2014;41(16):7338–49. doi:10.1016/j.eswa.2014.06.022. [Google Scholar] [CrossRef]
17. Bi Y, Sun Z, Lu X, Sun Z, Liu D, Liu K. Adaptive type-2 fuzzy traffic signal control with on-line optimization. J Intell Fuzzy Syst. 2018;35(2):1889–904. doi:10.3233/JIFS-171405. [Google Scholar] [CrossRef]
18. Xiao F, Lu J, Li L, Tu W, Li C. Advances in reinforcement learning for traffic signal control: a review of recent progress. Intell Transp Infrastruct. 2025;4:liaf009. doi:10.1093/iti/liaf009. [Google Scholar] [CrossRef]
19. Ahmad A, Al-Sumaiti AS, Byon YJ, Alhosani K. Multiple intelligent control strategies for travel-time reduction of connected emergency vehicles. IEEE Trans Intell Transp Syst. 2024;26(1):337–53. doi:10.1109/tits.2024.3484771. [Google Scholar] [CrossRef]
20. Nautiyal K, Gangodkar D, Diwakar M, Singh P, Bijalwan A. Intelligent traffic light management using predictive and dynamic traffic flow analysis. Sci Rep. 2025;15(1):37188. doi:10.1038/s41598-025-13694-w. [Google Scholar] [PubMed] [CrossRef]
21. Almomany A, Eedi E, Sutcu M. Real-time traffic signal optimization for urban mobility: a reinforcement learning-enhanced framework with application to Kuwait City. Front Robot AI. 2025;12:1669952. doi:10.3389/frobt.2025.1669952. [Google Scholar] [PubMed] [CrossRef]
22. Zhu Y, Lv Y, Lin S, Xu J. A stochastic traffic flow model-based reinforcement learning framework for advanced traffic signal control. IEEE Trans Intell Transp Syst. 2025;26(1):714–23. doi:10.1109/tits.2024.3494251. [Google Scholar] [CrossRef]
23. Fan S, Lu K, Wang Y, Tian X, Zhang M. Action masking-based proximal policy optimization with the dual-ring phase structure for adaptive traffic signal control. IEEE Trans Intell Transp Syst. 2025;26(2):2422–33. doi:10.1109/tits.2024.3510379. [Google Scholar] [CrossRef]
24. Wan L, Yu C, Lo HK. Traffic signal coordination under stochastic demands and turning ratios considering spatial-temporal dependencies. IEEE Trans Intell Transp Syst. 2025;25(11):18236–51. doi:10.1109/tits.2024.3453495. [Google Scholar] [CrossRef]
25. Mittal K, Jain A, Vaisla KS, Castillo O, Kacprzyk J. A comprehensive review on type 2 fuzzy logic applications: past, present and future. Eng Appl Artif Intell. 2020;95(1):103916. doi:10.1016/j.engappai.2020.103916. [Google Scholar] [CrossRef]
26. Jovanović A, Kukić K, Stevanović A, Teodorović D. Restricted crossing U-turn traffic control by interval Type-2 fuzzy logic. Expert Syst Appl. 2023;211(2):118613. doi:10.1016/j.eswa.2022.118613. [Google Scholar] [CrossRef]
27. Chala TD, Kóczy LT. Intelligent fuzzy traffic signal control system for complex intersections using fuzzy rule base reduction. Symmetry. 2024;16(9):1177. doi:10.3390/sym16091177. [Google Scholar] [CrossRef]
28. Panchal M, Prajapati P. FPA-DQN: a fairness-and pressure-aware dueling deep Q-network for adaptive traffic signal control using UAV-based trajectory data. Indian J Sci Technol. 2025;18(28):2257–72. [Google Scholar]
29. Kumar A, Raj R, Mohammadzadeh A. Recent advancements in type-3 fuzzy logic systems: a comprehensive review. IEEE Trans Emerg Top Comput Intell. 2024;9(4):2676–89. doi:10.1109/tetci.2024.3433514. [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