To meet the high-fidelity testing environment requirements for autonomous driving system development, driving simulators are gradually evolving from tools that “only provide scenes and interaction interfaces” into integrated verification platforms for autonomous driving capabilities. These simulators, in particular, need to feature testable and scalable decision-making modules. However, the autonomous driving functions in existing driving simulators mostly rely on rule-based or simplified model approaches, which are inadequate for depicting the complex interactions in real-world traffic and fail to meet the personalized decision-making needs under various driving styles. To address these challenges, this paper designs and implements a trajectory data-driven personalized autonomous driving decision system, using drone aerial imagery as the core data source to provide realistic background traffic flow and human-like decision-making capabilities. The proposed system can be interpreted as an integrated decision–planning–control framework deployed within a high-fidelity driving simulation platform. It consists of a driving style classification module based on drone trajectory data, a personalized decision module integrating inverse reinforcement learning and dynamic game theory, and a planning and control module. First, a natural driving database is built using 4997 real vehicle trajectories, and prior features of different driving styles are extracted through trajectory feature engineering and an improved K-means++ method. Based on this, a personalized decision-making framework that combines dynamic game theory and maximum entropy inverse reinforcement learning is proposed, aiming to learn the preference weights of different driving styles in terms of safety, comfort, and efficiency. Furthermore, the Dueling Network Architecture (DuDQN) is used to generate human-like lane-changing strategies. Subsequently, a real-time closed-loop execution of personalized decisions in the simulation platform is achieved through fifth-order polynomial trajectory planning, lateral Linear Quadratic Regulator (LQR) control, and longitudinal cascade Proportional–Integral–Derivative (PID) control. Experimental results show that the personalized decision model trained with drone data can realistically reproduce vehicle decision-making behaviors in natural traffic flows within the simulation environment and generate autonomous driving strategies that are highly consistent with different driving styles. This significantly enhances the humanization and personalization capabilities of the autonomous driving module in the driving simulator.
Sun et al. (Sun,) studied this question.