Next Article in Journal
Research on Intellectualized Location of Coal Gangue Logistics Nodes Based on Particle Swarm Optimization and Quasi-Newton Algorithm
Previous Article in Journal
Empirical and Numerical Analysis of an Opaque Ventilated Facade with Windows Openings under Mediterranean Climate Conditions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Multi-Agent Motion Prediction and Tracking Method Based on Non-Cooperative Equilibrium

School of Mechanical Electronic & Information Engineering, China University of Mining and Technology-Beijing, Beijing 100083, China
*
Author to whom correspondence should be addressed.
Mathematics 2022, 10(1), 164; https://doi.org/10.3390/math10010164
Submission received: 21 December 2021 / Revised: 1 January 2022 / Accepted: 4 January 2022 / Published: 5 January 2022

Abstract

:
A Multi-Agent Motion Prediction and Tracking method based on non-cooperative equilibrium (MPT-NCE) is proposed according to the fact that some multi-agent intelligent evolution methods, like the MADDPG, lack adaptability facing unfamiliar environments, and are unable to achieve multi-agent motion prediction and tracking, although they own advantages in multi-agent intelligence. Featured by a performance discrimination module using the time difference function together with a random mutation module applying predictive learning, the MPT-NCE is capable of improving the prediction and tracking ability of the agents in the intelligent game confrontation. Two groups of multi-agent prediction and tracking experiments are conducted and the results show that compared with the MADDPG method, in the aspect of prediction ability, the MPT-NCE achieves a prediction rate at more than 90%, which is 23.52% higher and increases the whole evolution efficiency by 16.89%; in the aspect of tracking ability, the MPT-NCE promotes the convergent speed by 11.76% while facilitating the target tracking by 25.85%. The proposed MPT-NCE method shows impressive environmental adaptability and prediction and tracking ability.

1. Introduction

In multi-agent intelligence, it would be common to encounter failed training, like the occurrence of non-convergence or low training speeds, if only individual agent learning methods were applied [1]. Multi-agent intelligence learning methods have been developed vigorously in recent years and amongst them the Multi-Agent Deep Deterministic Policy Gradient (MADDPG) method is widely studied as a basic algorithm since it shows excellent ability to export effective actions in multi-agent behaving problems [2]. For example, the MAGNet method [3] is one of the improved versions by perfecting the attention mechanism; the Decomposed Multi-Agent Deep Deterministic Policy Gradient (DE-MADDPG) method [4] is another improved version by coordinating local and global rewards to speed up convergence; the MiniMax Multi-agent Deep Deterministic Policy Gradient (M3DDPG) method [5], by promoting multi-agent adaptation to the environment; and the CAA-MADDPG [6], by increasing the attention mechanism. All these mentioned multi-agent intelligence learning methods inherit the cooperative learning strategies and show satisfying convergence but cannot achieve effective prediction and tracking when facing unfamiliar environments.
Some scholars attained upgraded predictive ability for their learning methods by introducing well-designed prediction framework. For example, Chien, JT and Hung, PY [7] combined prediction network and auxiliary replay memory in Deep Q Network (DQN) to estimate multiple states of the targets under different actions in order to support an advanced motion prediction. Zhu, PM and Dai, W [8] proposed a PER-MADDPG method that uses information from multiple robots in the learning process to better predict the possible actions of the robot and thus to improve the learning efficiency. A deep neural network for evader pursuits by coordinating instant prediction and tracking was designed in [9]. Ure, NK and Yavas, MU [10] designed a novel learning framework for the prediction model used in Adaptive Cruise Control System, which enhances the situational awareness of the system by predicting the actions of surrounding drivers. In [11], a multi-agent observation and prediction system was established, which can realize the prediction and analysis of hurricane trajectory. Weng, XS [12] adopted the feature interaction technique from Graph Neural Networks (GNNs) to capture the way in which the agents interact with one another. The above studies show that for most multi-agent intelligence learning approaches based on cooperative learning strategy, it is feasible to reinforce predictive ability and to improve their learning efficiency by adding certain prediction network modules. However, the expected self-adaptation in unfamiliar environments had not been fulfilled yet.
Aiming for that, Wei, XL [13] improved the RDPG algorithm and achieved an increase in the action detection efficiency of the UAV together with radar stations under an unfamiliar battlefield environment by combining the MADDPG and RDPG methods. In [14], a new intrinsic motivation mechanism was introduced, Group Intrinsic Curiosity Module (GICM), into the MADDPG method. The GICM module encourages each agent to reach innovative and extraordinary states for a more comprehensive collaborative search of the current scenario in order to expand the adaptability of unfamiliar scenes. In [15], a parametric adaptive controller based on reinforcement learning was designed to improve the adaptability of the submarine in deep sea. Raziei, Z [16] developed and tested a Hyper-Actor Soft Actor-Critic (HASAC) deep reinforcement learning framework to enhance the adaptability of the agent when facing new tasks. Furuta, Y [17] designed an autonomous learning framework to ensure that the robot can adapt to different home environments. The above studies focus more on adaptability improvement and do not take promoting prediction and tracking ability to be the same priority. Therefore, the method’s prediction and tracking ability cannot be reflected at the same time. The comparison of related research to this paper is shown in Table 1.
In summary, most multi-agent learning approaches are based on cooperative learning strategies instead of non-cooperative equilibrium, and most of them lack the function of motion prediction and tracking. In order to achieve the prediction and tracking of the targets’ action intention, as well as their self-adaptation to an unfamiliar environment simultaneously, a set of performance discrimination module and random mutation module is designed in this paper, and the non-cooperative strategy is applied, aiming to enhance the adaptability of the agents in unfamiliar environments.
This approach is named as the Multi-Agent Motion Prediction and Tracking method based on Non-Cooperative Equilibrium and is shortened as the MPT-NCE in the rest of this paper. By using the MPT-NCE, the agents can quickly identify unfamiliar environment information based on previous knowledge reserves, and are able to figure out the action intention of their counterparts and then track them in the game antagonism environment. Compared with the MADDPG learning method, the proposed MPT-NCE has a faster convergence speed and better performance. The remaining sections are arranged as follows: Section 2 is about the related work, in which the MADDPG multi-agent intelligence learning method is introduced briefly. Section 3 presents the details of the MPT-NCE, in which the random mutation module and performance discrimination module are designed to realize the motion prediction and tracking of the agents. Section 4 provides the performance of our method in two different experiments to evaluate its effectiveness. Discussion and summary are presented at last in Section 5.

2. Related Work

This section introduces the MADDPG multi-agent intelligence learning method in basic terms.

2.1. Multi-Agent Deep Deterministic Policy Gradient Learning Network

The MADDPG is a deep learning method based on AC (Actor-Critic) architecture. For any intelligent individual or group, there is a policy network and an evaluation network corresponding to its features [18]. At moment t , the policy network generates a continuous action A t based on the state S t in the environment. After that the environment interacts with A t to generate the state S t + 1 at the next moment. The critic network will get the evaluation value Q of the decision process of the policy network at moment t based on S t and A t . The structure of the critic network of MADDPG is similar to that of the policy network, where the input is the state S and the action A generated by the policy network, and the output is the determined Q value [19].

2.2. Multi-Agent Deep Deterministic Policy Gradient Learning Method

The strategy parameters for each agent in the MADDPG method are θ = θ 1 , θ 2 , , θ N and the joint strategy is H : π = π θ 1 , π θ 2 , , π θ N .
The multi-agent interactive learning experience replay set [20] is
S t , a 1 t , a 2 t , , a N t , r 1 t , r 2 t , , r N t , S t + 1
where S t = s 1 t , s 2 t , , s N t is the set of states of an agent at moment t , A t = ( a 1 t , a 2 t , , a N t ) is the set of actions of an agent at moment t , R t = ( r 1 t , r 2 t , , r N t ) is the set of rewards obtained after the action interacts with the environment at moment t , and S t + 1 = s 1 t + 1 , s 2 t + 1 , , s N t + 1 is the set of states of the agent at moment t + 1 [21].
The work of the critic network of MADDPG requires the participation of the states and actions of all agents, and the evaluation is updated by observing the states and actions of other agents to achieve interactive learning. The loss function of the critic network [22] is
L = 1 K t = 1 K y t Q S t , A t , θ Q 2
where, K is the total number of agents in the environment, θ Q is the critic network parameter, and y t is the target Q value of the target critic network output, whose formula is shown in (3) [23]. Q S t , A t , θ Q is the Q value of critic network output, which represents the optimal value of performing action A t in the current state S t . The target Q value and the Q value of critic network output together update the critic network parameters in advance for the next moment.
y t = R t + γ Q S t + 1 , A t + 1 , θ Q
where A t = π θ u S t , π θ u is the strategy in policy network which can output actions A t according to status S t , and γ is the discount factor.
The learning objective of the critic network is to minimize L θ Q , and the parameters θ Q of the critic network are updated by the gradient descent method.
The gradient calculation formula of policy network [24] is
θ u J = 1 K t = 1 K θ u π S t , θ u Q S t , A t , θ Q
where θ u is the policy network parameter. In Equation (4) above, A t is the output of the policy network, and other parameters are obtained by experience replay set. The policy network aims to maximize the output of the critic network, so the parameters of the policy network can be updated by the gradient ascent method θ u [18].
Since the MADDPG learning method has no prediction framework, it is difficult for the MADDPG learning method to achieve prediction learning and intelligent tracking when targeting complex and unfamiliar environments. In this paper, the shortcomings of MADDPG method in unfamiliar environments has been solved, a performance discrimination module and a random mutation module have been designed to realize each other’s prediction and tracking in unfamiliar environments.

3. System Design

This section is divided into two main parts. Firstly, it provides an introduction to the composition of the system, and then it explains the random mutation module and performance discrimination module included in the system.

3.1. System Composition

Figure 1 shows the composition of the MPT-NCE system, which overcomes the shortcomings of the MADDPG method that does not adapt to unfamiliar environments. A random mutation module and a performance discrimination module have been designed for the agents to achieve the prediction and tracking of opposite agents’ motion in unfamiliar environments.
The MPT-NCE system shown in Figure 1 involves all the agents at time t , the experience replay set, and the environment P . Among them, the experience replay set stores the interaction information of each agent with the environment, which is shared with all the agents’ parameters. The environment P contains hidden areas, obstacle areas, and different classes of agents. A performance discrimination module and a random mutation module are designed for each agent. The policy network of each agent gets the action based on state s i t as a i t = π θ ( s i t ) , and its action a i t interacts with environment P to get a new state s i t + 1 with reward r i t . What follows is that the set of state actions and rewards of all agents S t , a 1 t , a 2 t , , a N t , r 1 t , r 2 t , , r N t , S t + 1 is deposited into the experience replay set D . The agent policy network recommends an action using a non-cooperative policy and considers only its own state. The target policy network of the agent is responsible for predicting the action a i t + 1 at time t + 1 , and the target critic network uses this action to predict the target Q value at t + 1 to participate in the performance discrimination module.
The performance discrimination module introduces a time difference concept into the loss function to guide the update direction of the critic network. The output Q value of the critic network and the target Q value of the target critic network are the inputs of the performance discrimination module. Since the target Q value contains the prediction information at time t + 1 , the performance discrimination module differentiates it from the output Q value at time t to achieve the prediction of the behavioral intention of the opponent in an unfamiliar environment.
The random mutation module adds the information of other agents to guide the policy network to give an output on the basis of prediction. The output Q value of the critic network updates the policy network after the random mutation module to realize the learning tracking of the other agents’ behavior in unfamiliar environments. Compared with the MADDPG method, the non-cooperative equilibrium multi-agent prediction and tracking method has better environmental self-adaptation and can realize the prediction and tracking of each other’s action intention in an unfamiliar environment.

3.2. Module Design

3.2.1. Performance Discrimination Module

In order to achieve the effect of model prediction, differential reinforcement learning method is introduced in the performance discrimination module. The state function can be expressed as
V π s = E [ G t | S t = s ]
G t in Equation (5) is the state reward, which can be approximated by R t + 1 + λ V π S t + 1 . Combining with Equation (5), R t + 1 + λ V π S t + 1 V π S t is referred to as the time difference error value.
The process of using this approximation method to replace the sum of rewards and punishments of cumulative discounts is a guiding process. Therefore, the predictive learning problem can be solved only according to two consecutive states and corresponding reward and punishment, updating the state function based on the time difference error values.
V π S t + 1 = V π S t + α R t + 1 + λ V π S t + 1 V π S t
Equation (6) forms a state function immediately at moment t + 1 and is updated using the instantaneous reward and punishment values observed from the environment and the estimated state value function V π S t + 1 for t + 1 . The state value function can be approximated by the Q value.
The critic network is able to observe the states and actions of all the agents, so the performance discrimination module guides the update direction of the critic network. The performance discrimination module incorporates the idea of time difference error, where the Q value of the next moment estimated by the target critic network is differenced from the Q value observed by the critic network from the environment to achieve state prediction. The output Q value and the target Q value are substituted into the time difference error value in Equation (6) to form the loss function.
F = 1 K t = 1 K R t + α Q S t + 1 , A t + 1 , θ Q + δ Q s t + 1 , a t + 1 , θ Q Q S t , A t , θ Q 2
where α is the discriminant parameter and δ is the evaluation parameter. Q S t + 1 , A t + 1 , θ Q is the evaluation Q value of the target critic network based on the predicted action and state at moment t + 1 . Q S t + 1 , A t + 1 , θ Q is the value output based on the states and actions of all agents. Q s t + 1 , a t + 1 , θ Q is the value output based on the state and action of agent of itself. Q s t , a t , θ Q is the corresponding evaluation Q value of the agent’s own state and action at moment t .
Achieving the prediction of the opponent’s behavioral intention requires not only predicting the information of other agents at moment t + 1 , but also ensuring the importance of its own moment t + 1 to make the agent choose the correct strategy. Therefore, the Q value of the agent’s own state at moment t + 1 is introduced in Equation (7) to highlight the importance of its own action. The weights of Q S t + 1 , A t + 1 , θ Q and Q s t + 1 , a t + 1 , θ Q are controlled by α and δ to ensure the parameter balance of the difference formula. The predicted Q value at moment t + 1 and the Q value at moment t do the difference to guide the update direction of the critic network at the next moment to achieve the effect of model prediction. The target critic network outputs overestimated Q values that can produce local optima, and the discriminant parameter α and the evaluation parameter δ can also intervene to attenuate the Q values to avoid this phenomenon. To ensure the convergence of the critic network, a gradient descent update method is used.
θ t + 1 Q = θ t Q η θ Q F ( θ t Q )
The performance discrimination module ensures the predictive ability of MPT-NCE methods for opposing agents in unfamiliar environments by making a time difference between the Q values and the Q values of the agents.
The working flow chart of the performance discrimination module is shown in Figure 2. Each interaction between an agent and the environment is recorded as S t , a 1 t , a 2 t , , a N t , r 1 t , r 2 t , , r N t , S t + 1 which then is deposited into the experience replay set. The target critic network collects the information from the experience replay set to output the target Q value, which is then given to the performance discrimination module together with the Q value that is given by the critic network. After that, the performance discrimination module calculates the loss and updates the critic network instantly using the gradient descent method until the maximum training number is reached. The performance discrimination module takes the concept of time difference to ensure the predictive ability of the method in unfamiliar environments.

3.2.2. Random Mutation Module

The output of the model is produced by the policy network, and a random mutation module is introduced for the update of the policy network in order to achieve the effect of tracking and learning from unfamiliar variant sources. The critic network combines the state and action information of other agents to output the evaluation value, and then to guide the update of the policy network. Based on that, the value Q is introduced to represent the predicted state and action of other agents in the next moment, so that to ensure the updating direction of the policy network and to achieve the effect of tracking and learning for unfamiliar agents.
θ u T = 1 K t = 1 K θ u π S t , θ u ( β Q S t , A t , θ Q + φ Q S t + 1 , A t + 1 , θ Q )
where K is the total number of agents, β is the mutation coefficient, and φ is the target mutation coefficient.
The random mutation module should introduce the prediction information of other agents at moment t + 1 , which will ensure that agent can realize the tracking of the opponents’ behavior based on prediction learning. Therefore, the Q value is introduced in Equation (9) to include the prediction of the next moment of the other agent’s behavioral action, which ensures the adaptability of the method to the unfamiliar environment and assists the policy network as a guidance to accomplish updating. β and φ control the weights of the Q value and Q value to ensure the balance of the output of the random mutation module. The mutation coefficient β retains the main guiding role of Q values for policy network updates and also serves as an attenuation for over-estimated Q values. The target mutation coefficient φ intervenes to attenuate the introduction of overestimated Q values while introducing Q values at moment t + 1 to avoid reaching a local optimum during training. Equation (10) is the gradient formula of the random mutation module for the update of the policy network.
θ t + 1 u = θ t u + η θ u T θ t u
The working flow chart of the random mutation module is shown in Figure 3. As long as the interaction between the agent and the environment happens, the critic network would output Q values based on the current interaction information and give it to the random mutation module. After that, the random mutation module will guide the update direction of the policy network and update the policy network using the gradient ascending method until the maximum training number is reached. The random mutation module adds the predicted states and actions of other agents in the next moment to ensure the update direction of the policy network and realize the tracking learning of each other in the unfamiliar environment.
The performance discrimination module possesses the prediction learning ability for other agents, and the random mutation module guides the updated output of the policy network, so that the MPT-NCE method achieves the tracking of each other’s behavioral intention while ensuring the prediction learning. The pseudo-code of the MPT-NCE method is shown in Table 2.

4. Experiments and Results

4.1. Experimental Environment

In order to verify the effectiveness of the MPT-NCE, two experiments were designed and conducted in this section. The experimental conditions are different in the number of agents and the complexity of the environments. For illustration, blue spheres are used to represent the detection agents, red spheres represent the interference agents, and purple spheres represent the mutable interference agents. The mutated agent is labeled by purple sphere with expanded size.
r e w a r d d = 0.1 × 1 n i ( x d x i n i ) 2 + ( y d y i n i ) 2
r e w a r d i = 0.9 × 1 n d ( x d n d x i ) 2 + ( y d n d y i ) 2
Equation (11) is the reward formula for detection agents, where n i is the number of interference agents in the experiment, i n i is all interfering agents, and x and y are the horizontal and vertical coordinates where the agent locates. Equation (12) is the reward formula for the interference agents, where n d is the number of detection agents in the experiment, and d n d is all detection agents. The reward of the detection agents increases when the distance between the detection agents and the interference agents becomes smaller. Similarly, the reward of the detection agents decreases when the distance between the detection agents and the interference agents becomes larger. The detection agents collide with the interference agents, indicating that the detections are effective. The interference agents maintain the distance with the detection agents can get reward, and if the purple interference agents are successfully detected, it will produce random mutation, the purple balls will become larger schematically. Stability and convergence are the Experimental Evaluation Index. This article sets the steady state of the curve as the curve’s final reward fluctuations to not exceed 10% of the overall value. Additionally, the episode to achieve stable reward can reflect the convergence, and the convergence is better if the episode required is smaller.
The performance discrimination module guides the critic network update through the gradient descent method. The usage of the Q value of the agent itself in the loss function can enhance the prediction ability of the MPT-NCE method, so that the reward curve has better convergence. The random mutation module guides the policy network update through the gradient ascent method with the aim of obtaining a larger Q value with Q value, where the Q value is an assessment value according to the agent’s state and action, and is proportionate to the increased current rewards of the agent.
In summary, the fast convergence speed and high reward values can reflect the effectiveness of the MPT-NCE method. In the prediction experiments, the convergence speed of the reward curves can reflect the prediction ability of the MPT-NCE method, and the curve reaches stability indicating that the prediction of the opposing agent’s behavior is achieved. In the tracking experiments, the reward values of the reward curves reflect the tracking ability of the MPT-NCE method, and the higher reward values indicate the closer the distance between the blue detection agents and the interference source.
The experimental system uses Ubuntu 18.04 and the processor is Intel(R) i7-10875H. In addition, the experimental code is based on the parl architecture. The other used parameters are set as in Table 3.

4.2. Prediction Experiment

The prediction experiment contains 4 blue detection agents, 4 red interference agents, 2 gray hidden areas, and 2 black obstacle areas. All agents are entities, and agents with entity properties will bounce off after collision. After the agents enter the hidden area, the agents outside the hidden area cannot obtain its position. The black obstacle areas are impassable areas, in which the passage of any agent is prevented.
The process of prediction experiment is shown in Figure 4. To test the prediction ability of the blue detection agents, the active area of the red interference agents is limited to the red dashed box. As shown in Figure 4a, the red interference agents are targets for the blue detection agents whose task is to detect the red interference agents. At the early stage of training, the blue detection agents have no predictive capability and all appear outside the dotted box. As shown in Figure 4b, as the training times increases, some of the blue detection agents soon move into the red dotted box. This phenomenon indicates that the behavior of the blue detection agents is not a unified decision, which reflects the non-cooperative decision of the MPT-NCE method. As shown in Figure 4c, after training, the experimental scenario was re-demonstrated, and all the blue detection agents had moved into the red dotted box, indicating that the blue detection agents all have the ability to predict the action pattern of the red interference agents. The results of the prediction experiment show that the trained blue detection agents can predict the behavior pattern of the red interference agents. The time difference function of the performance discrimination module guides the update of the critic network so that the blue detection agents have the prediction function. In order to reflect the effectiveness of the prediction results, this paper adopts a binomial distribution test for the prediction rate, randomly selecting 100 scenes for observation, using 1 to indicate the success of the detection monomer prediction and 0 to indicate the failure of the prediction. The result shows that the number of 1 is 92, which proves that the prediction rate of the MPT-NCE method reaches 90%.
Figure 5 shows the rewards in the prediction experiment. In Figure 5a, the multi-agent rewards during training increases significantly, indicating that the random mutation module guides the Q value to increase, which proves the effectiveness of the MPT-NCE method.
The reward curve becomes steady latterly, which indicates that the used policy network works as expected, the prediction of the counterparts’ behavior in unfamiliar environment is realized, and the non-cooperative equilibrium has been reached. The MPT-NCE method has faster convergence speed and higher value of the reward function compared with the MADDPG method, which indicates that MPT-NCE method has much better prediction ability and effect. In Figure 5b,c, the agents evolve independently while the non-cooperative distribution strategy is carried out during the training of the blue and red agents. The reward function curves of the both sides finally reach the equilibrium steady state, indicating that the performance discrimination module improves the convergence speed of the method and proves the effectiveness of the MPT-NCE method.
In order to further verify the prediction effect of the proposed method, the training times and the value of the rewards are evaluated and compared with that of the the MADDPG method. Figure 6 illustrates the comparason in detail, all the presented results in Figure 6 are obtained when the accelerations of the blue detection agents and the red interference agents are both set to be 4.
As shown in Figure 6a, the training times of MPT-NCE method are compared with that of MADDPG method. It is obvious that the MPT-NCE method reaches stability in a shorter time, and the convergence rate is increased by 23.52% compared with MADDPG method. As shown in Figure 6b, the comparison of the reward function values of MPT-NCE method and MADDPG method shows that the reward of the MPT-NCE method is larger, which is improved by 16.89% compared with the MADDPG method.

4.3. Tracking Experiment

The tracking experiment contains 4 blue detection agents, 1 red interference agent, 2 purple mutable interference agents, 2 gray hidden areas, and 2 black obstacle areas. The purple mutable interference agents will mutate with the detection of the detection agents.
Tracking experiment 1 is illustrated by Figure 7. After training, all agents can clear the target and complete the task. In Figure 7a, the targets of blue detection agents are the red ones and the purple interference agents, and their task is to detect the targets. The targets of red and purple interference agents are the blue detection agents, and their task is to increase the distance to the blue detection agents. As shown in Figure 7b, each agent acts according to the task target. As shown in Figure 7c, the blue detection agents are able to track the red and purple interference agents, while the red and purple interference agents try to increase the distance from the blue detection agents.
Tracking experiment 2 is illustrated by Figure 8, when the purple interference agent is successfully detected, the volume variation increases significantly. In Figure 8a, it can be seen that the blue detection agent targets are red and purple mutable interference agents. As shown in Figure 8b, each agent acts according to the task target. As shown in Figure 8c, it can be seen that the blue detection agents can track the mutated purple interference agents. The tracking experiment results show that the trained blue detection agents can effectively track the mutated purple interference agents. The random mutation module can influence the output of the policy network on the basis of predictive learning, and realize the behavior tracking of the other party in unfamiliar environment. It reflects the self-adaptation of the MPT-NCE method in unfamiliar environment.
In the tracking experiments, the reward value reflects the tracking ability of the MPT-NCE method. The closer the distance between the blue detection agent and the interference source, the higher the reward value.
Figure 9 shows the curve of the reward in the tracking experiment. In Figure 9a, the multi-agent reward of the MPT-NCE method rises significantly after training, and has a faster convergence rate with higher reward function compared with the MADDPG method, which proves the effectiveness of the MPT-NCE method. In Figure 9b,c, when blue detection agents and red interference agents are trained, the evolution process of each agent is independent of each other, and the non-cooperative distribution strategy is implemented. The reward function curves both reach the equilibrium steady state, indicating that the experimental results reach the non-cooperative equilibrium.
To further verify the tracking effect of the MPT-NCE method compared with the MADDPG method, the training times and rewards are checked, using the approach introduced previously in Section 4.2. The acceleration of all the agents including the blue detection ones, the red, or purple interference ones were set to be the same.
As shown in Figure 10a, the training times of MPT-NCE method and MADDPG method are compared. It is obvious that MPT-NCE method is stable in a shorter time and the convergence rate is increased by 11.76% compared to MADDPG method. Figure 10b shows the comparison of the reward function values of MPT-NCE method and MADDPG method. The reward function value of the MPT-NCE method is larger and the tracking performance is improved by 25.85% compared to the MADDPG method.

4.4. Discussion of Experimental Results

The results of the prediction and tracking experiments are summarized in Table 4 and Table 5.
Table 4 shows the comparison of the stable reward values under different experimental environments. The rewards after training by the MPT-NCE method are all significantly improved compared to the MADDPG method. In the prediction experiments, the overall, detection and interference reward curves after training with the MPT-NCE method are improved by 16.89%, 8.85%, and 21.77%, respectively, compared with the MADDPG method. In addition, in the tracking experiment, the overall, detection and interference reward curves of the MPT-NCE method after training are improved by 25.86%, 13.46%, and 17.47%, respectively, compared with those of the MADDPG method.
Table 5 shows the comparison of the stable training times under different experimental environments. The training speed of the MPT-NCE method is significantly improved compared to the MADDPG method. In the prediction experiments, the convergence speed of the overall, detection, and interference curves of the MPT-NCE method after training are improved by 23.52%, 31.25%, and 20%, respectively, compared with the MADDPG method. In addition, in the tracking experiment, the convergence speed of the overall, detection, and interference curves of the MPT-NCE method after training are improved by 11.76%, 17.64%, and 18.75%, respectively, compared with those of the MADDPG method.
In summary, in the prediction experiment, the convergence speed of the curve can reflect the prediction ability of the method, and the prediction ability of MPT-NCE method is 23.52% higher than that of MADDPG method. In the tracking experiment, the reward after curve stability can reflect the tracking performance of the method, and the tracking ability of MPT-NCE method is 25.85% higher than that of MADDPG method. Compared with the MADDPG method, the MPT-NCE method proposed in this paper has better prediction and tracking performance, so it can be applied to the training scenarios of multi-agent prediction and tracking.

5. Conclusions

In this paper, a Multi-Agent Motion Prediction and Tracking method based on non-cooperative equilibrium (MPT-NCE) is proposed. Taking the MADDPG method as foundation, a set of novel performance discrimination module and random mutation module is designed, aiming for quick identification and great adaptability to strange environments, and also leading to the realization of motion prediction and tracking of the counterparts in the game confrontation environment. The performance discrimination module using the time difference function guides the critic network to update and improve the prediction ability of the method. The random mutation module guides the update of policy network on the basis of predictive learning, and realizes the tracking of opposite agents’ behavior intention. The proposed MPT-NCE method can be applied to various multi-target pursuit scenarios, and of high potential to solve many problems such as target prediction and task pursuit in other systems. In addition, future research will focus on solving prediction tracking problems in dynamic environments and integrating MPT-NCE with other systems.
In order to verify the multi-agent prediction and tracking ability of the proposed method, two groups of multi-agent experiments were conducted. The results of the prediction experiment show that compared with the MADDPG method, the prediction ability of the MPT-NCE method is improved by 23.52%, the performance is improved by 16.89%, and the prediction rate is more than 90%. The results of tracking experiment show that the MPT-NCE method improves the convergence rate by 11.76% and the tracking ability by 25.85% compared with the MADDPG method. The experimental results effectively prove that the MPT-NCE method has superior environmental adaptability and prediction tracking ability.

Author Contributions

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

Funding

This research was supported by the National Natural Science Foundation of China with grant Nos. 61973308, 62003350, and 62175258, also the Fundamental Research Funds for the Central Universities of China.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

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

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zou, Q.; Xiong, K.; Hou, Y. An end-to-end learning of driving strategies based on DDPG and imitation learning. In Proceedings of the 32nd Chinese Control and Decision Conference, Hefei, China, 22–24 August 2020; pp. 3190–3195. [Google Scholar]
  2. Pan, Y.; Jiang, H.; Yang, H.; Zhang, J. A novel method for improving the training efficiency of deep multi-agent reinforcement learning. IEEE Access 2019, 7, 137992–137999. [Google Scholar] [CrossRef]
  3. Malysheva, A.; Kudenko, D.; Shpilman, A. MAGNet: Multi-agent Graph Network for Deep Multi-agent Reinforcement Learning. In Proceedings of the 16th International Symposium on Problems of Redundancy in Information and Control Systems, Moscow, Russia, 21–25 October 2019; pp. 171–176. [Google Scholar]
  4. Sheikh, H.U.; Boloni, L. Multi-Agent Reinforcement Learning for Problems with Combined Individual and Team Reward. In Proceedings of the International Joint Conference on Neural Networks (IJCNN) held as part of the IEEE World Congress on Computational Intelligence, Glasgow, UK, 19–24 July 2020; pp. 1–8. [Google Scholar]
  5. Li, S.; Wu, Y.; Cui, X.; Dong, H.; Fang, F.; Russell, S. Robust Multi-Agent Reinforcement Learning via Minimax Deep Deterministic Policy Gradient. In Proceedings of the 33rd AAAI Conference on Artificial Intelligence/31st Innovative Applications of Artificial Intelligence Conference/9th AAAI Symposium on Educational Advances in Artificial Intelligence, Honolulu, HI, USA, 27 January–1 February 2019; pp. 4213–4220. [Google Scholar]
  6. Zhang, Y.; Mou, Z.; Gao, F.; Jiang, J.; Ding, R.; Han, Z. UAV-Enabled Secure Communications by Multi-Agent Deep Reinforcement Learning. IEEE Trans. Veh. Technol. 2020, 69, 11599–11611. [Google Scholar] [CrossRef]
  7. Chien, J.T.; Hung, P.Y. Multiple Target Prediction for Deep Reinforcement Learning. In Proceedings of the Asia-Pacific-Signal-and-Information-Processing-Association Annual Summit and Conference, Auckland, New Zealand, 7–10 December 2020; pp. 1611–1616. [Google Scholar]
  8. Zhu, P.; Dai, W.; Yao, W.; Ma, J.; Zeng, Z.; Lu, H. Multi-Robot Flocking Control Based on Deep Reinforcement Learning. IEEE Access 2020, 8, 150397–150406. [Google Scholar] [CrossRef]
  9. Shivam, S.; Kanellopoulos, A.; Vamvoudakis, K.G.; Wardi, Y. A Predictive Deep Learning Approach to Output Regulation: The Case of Collaborative Pursuit Evasion. In Proceedings of the 58th IEEE Conference on Decision and Control, Nice, France, 11–13 December 2019; pp. 853–859. [Google Scholar]
  10. Ure, N.K.; Yavas, M.U.; Alizadeh, A.; Kurtulus, C. Enhancing Situational Awareness and Performance of Adaptive Cruise Control through Model Predictive Control and Deep Reinforcement Learning. In Proceedings of the 30th IEEE Intelligent Vehicles Symposium, Paris, France, 9–12 June 2019; pp. 626–631. [Google Scholar]
  11. Nerrise, F. Predictive Agent-Based Modeling of Natural Disasters Using Machine Learning. In Proceedings of the 35th AAAI Conference on Artificial Intelligence/33rd Conference on Innovative Applications of Artificial Intelligence/11th Symposium on Educational Advances in Artificial Intelligence, Hong Kong, China, 2–9 February 2021; pp. 15976–15977. [Google Scholar]
  12. Weng, X.; Yuan, Y.; Kitani, K. PTP: Parallelized Tracking and Prediction with Graph Neural Networks and Diversity Sampling. IEEE Robot. Autom. Lett. 2021, 6, 4640–4647. [Google Scholar] [CrossRef]
  13. Wei, X.; Yang, L.; Gao, G.; Lu, T.; Wang, B. Recurrent MADDPG for Object Detection and Assignment in Combat Tasks. IEEE Access 2020, 8, 163334–163343. [Google Scholar] [CrossRef]
  14. Cao, X.; Lu, T.; Cai, Y. Intrinsic Motivation for Deep Deterministic Policy Gradient in Multi-Agent Environments. In Proceedings of the Chinese Automation Congress, Shanghai, China, 6–8 November 2020; pp. 1628–1633. [Google Scholar]
  15. Sun, Y.; Ran, X.; Cao, J.; Li, Y. Deep submergence rescue vehicle docking based on parameter adaptive control with acoustic and visual guidance. Int. J. Adv. Robot. Syst. 2020, 17, 1729881420919955. [Google Scholar] [CrossRef] [Green Version]
  16. Raziei, Z.; Moghaddam, M. Adaptable automation with modular deep reinforcement learning and policy transfer. Eng. Appl. Artif. Intell. 2021, 103, 104296. [Google Scholar] [CrossRef]
  17. Furuta, Y.; Wada, K.; Murooka, M.; Nozawa, S.; Kakiuchi, Y.; Okada, K.; Inaba, M. Transformable Semantic Map Based Navigation using Autonomous Deep Learning Object Segmentation. In Proceedings of the 16th IEEE-RAS International Conference on Humanoid Robots, Cancun, Mexico, 15–17 November 2016; pp. 614–620. [Google Scholar]
  18. Yang, Y.; Li, B.; Zhang, S.; Zhao, W.; Zhang, H. Cooperative Proactive Eavesdropping Based on Deep Reinforcement Learning. IEEE Wirel. Commun. Lett. 2021, 10, 1857–1861. [Google Scholar] [CrossRef]
  19. Huang, B.; Liu, X.; Wang, S.; Pan, L.; Chang, V. Multi-agent reinforcement learning for cost-aware collaborative task execution in energy-harvesting D2D networks. Comput. Netw. 2021, 195, 108176. [Google Scholar] [CrossRef]
  20. Du, Y.; Li, F.; Zandi, H.; Xue, Y. Approximating Nash Equilibrium in Day-Ahead Electricity Market Bidding with Multi-Agent Deep Reinforcement Learning. J. Mod. Power Syst. Clean Energy 2021, 9, 534–544. [Google Scholar] [CrossRef]
  21. Zhu, Z.; Xie, N.; Zong, K.; Chen, L. Building a Connected Communication Network for UAV Clusters Using DE-MADDPG. Symmetry 2021, 13, 1537. [Google Scholar] [CrossRef]
  22. Hu, H.; Yang, X.; Xiao, S.; Wang, F. Anti-conflict AGV path planning in automated container terminals based on multi-agent reinforcement learning. Int. J. Prod. Res. 2021, 59, 1–16. [Google Scholar] [CrossRef]
  23. Li, X.; Liu, H.; Li, J.; Li, Y. Deep deterministic policy gradient algorithm for crowd-evacuation path planning. Comput. Ind. Eng. 2021, 161, 107621. [Google Scholar] [CrossRef]
  24. Fan, D.; Shen, H.; Dong, L. Multi-Agent Distributed Deep Deterministic Policy Gradient for Partially Observable Tracking. Actuators 2021, 10, 268. [Google Scholar] [CrossRef]
Figure 1. MPT-NCE system.
Figure 1. MPT-NCE system.
Mathematics 10 00164 g001
Figure 2. Working flow chart of the performance discrimination module.
Figure 2. Working flow chart of the performance discrimination module.
Mathematics 10 00164 g002
Figure 3. Working flow chart of random mutation module.
Figure 3. Working flow chart of random mutation module.
Mathematics 10 00164 g003
Figure 4. Prediction experiment: (a) shows the movement trend in the pre-training period of detection agents, (b) shows the effect in the middle of the training period, and (c) shows the action results after training.
Figure 4. Prediction experiment: (a) shows the movement trend in the pre-training period of detection agents, (b) shows the effect in the middle of the training period, and (c) shows the action results after training.
Mathematics 10 00164 g004
Figure 5. Reward curves in prediction experiment: (a) shows the comparison chart of the reward curve between the MPT-NCE method and the MADDPG method. (b) shows the blue detection agents’ reward curves of MPT-NCE method and MADDPG method, respectively. (c) shows the red interference agents’ reward curves of MPT-NCE method and MADDPG method, respectively.
Figure 5. Reward curves in prediction experiment: (a) shows the comparison chart of the reward curve between the MPT-NCE method and the MADDPG method. (b) shows the blue detection agents’ reward curves of MPT-NCE method and MADDPG method, respectively. (c) shows the red interference agents’ reward curves of MPT-NCE method and MADDPG method, respectively.
Mathematics 10 00164 g005
Figure 6. Performance comparison chart of prediction experiment: (a) shows a comparison chart of training times and (b) shows a comparison chart of the reward function values.
Figure 6. Performance comparison chart of prediction experiment: (a) shows a comparison chart of training times and (b) shows a comparison chart of the reward function values.
Mathematics 10 00164 g006
Figure 7. Tracking experiment before purple interference agents’ mutation (tracking experiment 1): (a) shows the motion trend of each agent, (b) shows the action of each agent, and (c) shows the results after each agent action.
Figure 7. Tracking experiment before purple interference agents’ mutation (tracking experiment 1): (a) shows the motion trend of each agent, (b) shows the action of each agent, and (c) shows the results after each agent action.
Mathematics 10 00164 g007
Figure 8. Tracking experiment after mutation of purple interference agents (tracking experiment 2): (a) shows the motion trend of each agent, (b) shows the action of each agent, and (c) shows the results after each agent action.
Figure 8. Tracking experiment after mutation of purple interference agents (tracking experiment 2): (a) shows the motion trend of each agent, (b) shows the action of each agent, and (c) shows the results after each agent action.
Mathematics 10 00164 g008
Figure 9. Reward function curve of tracking experiment: (a) shows the comparison chart of reward curve between the MPT-NCE method and MADDPG method, (b) shows the MPT-NCE method and MADDPG method of blue detection agents reward function curve comparison diagram, and (c) shows the MPT-NCE method and MADDPG method of red interference agents reward function curve comparison diagram.
Figure 9. Reward function curve of tracking experiment: (a) shows the comparison chart of reward curve between the MPT-NCE method and MADDPG method, (b) shows the MPT-NCE method and MADDPG method of blue detection agents reward function curve comparison diagram, and (c) shows the MPT-NCE method and MADDPG method of red interference agents reward function curve comparison diagram.
Mathematics 10 00164 g009
Figure 10. Tracking experimental performance comparison chart: (a) shows the comparison chart of training times and (b) shows the comparison chart of reward function values.
Figure 10. Tracking experimental performance comparison chart: (a) shows the comparison chart of training times and (b) shows the comparison chart of reward function values.
Mathematics 10 00164 g010
Table 1. Comparison of the work in this paper and related work.
Table 1. Comparison of the work in this paper and related work.
MethodReferencePredictionTrackingSelf-AdaptionNon-Cooperative
MADDPG[3,4,5,6]nononono
forecast[7,8,9,10,11,12]yesnonono
adaptability[13,14,15,16,17]yesnoyesno
MPT-NCEthis paperyesyesyesyes
Table 2. The pseudo-code of the MPT-NCE method.
Table 2. The pseudo-code of the MPT-NCE method.
Pseudo-Code
  • Randomly initialize the network parameters θ u , θ Q , θ u = θ u , θ Q = θ Q , clear the experience replay set
  • For I from 1 to N, iterating
    (a)
    Initialize state S .
    (b)
    Each agent, gets A t = π θ S t in the policy network based on state S t at moment t .
    (c)
    New state S t + 1 and reward R t are obtained by action A t , and store s t , a 1 t , a 2 t , , a N t , r 1 t , r 2 t , , r N t , s t + 1 into experience replay set D .
    (d)
    The experience replay set outputs K samples for each agent to updating the network.
    (1)
    The target policy network outputs the optimal action A t + 1 = π θ S t + 1 at the next moment.
    (2)
    The Q values are computed by the target critic network with state and action as inputs and y t = R t + γ Q S t + 1 , A t + 1 , θ Q as outputs.
    (3)
    The performance discrimination module is based on F = 1 K t = 1 K R t + α Q S t + 1 , A t + 1 , θ Q + δ Q s t + 1 , a t + 1 , θ Q Q S t , A t , θ Q 2 as the loss function to update the critic network.
    (4)
    The random mutation module updates the policy network by θ u T = 1 K t = 1 K θ u π s t , θ u ( β Q s t , a 1 , a 2 , , a N , θ Q + φ Q S t + 1 , A t + 1 , θ Q )
    (5)
    The target critic network and target policy network parameters are updated at a certain frequency.
    θ Q = τ θ Q + 1 τ θ Q
                      θ u = τ θ u + 1 τ θ u      τ is the update coefficient
End for
Table 3. Experimental parameter.
Table 3. Experimental parameter.
Parameter TypeSetting ValueParameter TypeSetting Value
θ u 0.5 θ Q 0.5
α 0.8 β 0.8
δ 0.2 φ 0.2
γ 3-e τ 0.01
training duration5Maximum training times25,000
Acceleration3.5–4.5Scene size1 × 1
Table 4. Comparison of stable reward values under different experimental environments.
Table 4. Comparison of stable reward values under different experimental environments.
Experimental EnvironmentMethodCurvesStable Reward ValuePercentage Increase
predictionMADDPGOverall88.616.89%
predictionMPT-NCEOverall103.56
predictionMADDPGDetection172.978.85%
predictionMPT-NCEDetection188.27
predictionMADDPGInterference−25.4521.77%
predictionMPT-NCEInterference−19.91
trackingMADDPGOverall28.6325.85%
trackingMPT-NCEOverall36.03
trackingMADDPGDetection52.613.46%
trackingMPT-NCEDetection59.68
trackingMADDPGInterference−2.2917.47%
trackingMPT-NCEInterference−1.89
Table 5. Comparison of stable training times under different experimental environments.
Table 5. Comparison of stable training times under different experimental environments.
Experimental EnvironmentMethodCurvesStable Training TimesPercentage Increase
predictionMADDPGOverall17,00023.52%
predictionMPT-NCEOverall13,000
predictionMADDPGDetection16,00031.25%
predictionMPT-NCEDetection11,000
predictionMADDPGInterference500020%
predictionMPT-NCEInterference4000
trackingMADDPGOverall17,00011.76%
trackingMPT-NCEOverall15,000
trackingMADDPGDetection17,00017.64%
trackingMPT-NCEDetection14,000
trackingMADDPGInterference16,00018.75%
trackingMPT-NCEInterference13,000
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Li, Y.; Zhao, M.; Zhang, H.; Qu, Y.; Wang, S. A Multi-Agent Motion Prediction and Tracking Method Based on Non-Cooperative Equilibrium. Mathematics 2022, 10, 164. https://doi.org/10.3390/math10010164

AMA Style

Li Y, Zhao M, Zhang H, Qu Y, Wang S. A Multi-Agent Motion Prediction and Tracking Method Based on Non-Cooperative Equilibrium. Mathematics. 2022; 10(1):164. https://doi.org/10.3390/math10010164

Chicago/Turabian Style

Li, Yan, Mengyu Zhao, Huazhi Zhang, Yuanyuan Qu, and Suyu Wang. 2022. "A Multi-Agent Motion Prediction and Tracking Method Based on Non-Cooperative Equilibrium" Mathematics 10, no. 1: 164. https://doi.org/10.3390/math10010164

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