Enhancing Vehicle Aerodynamics with Deep Reinforcement Learning in Voxelised Models

Jignesh Patel,Yannis Spyridis,Vasileios Argyriou
2024-05-19
Abstract:Aerodynamic design optimisation plays a crucial role in improving the performance and efficiency of automotive vehicles. This paper presents a novel approach for aerodynamic optimisation in car design using deep reinforcement learning (DRL). Traditional optimisation methods often face challenges in handling the complexity of the design space and capturing non-linear relationships between design parameters and aerodynamic performance metrics. This study addresses these challenges by employing DRL to learn optimal aerodynamic design strategies in a voxelised model representation. The proposed approach utilises voxelised models to discretise the vehicle geometry into a grid of voxels, allowing for a detailed representation of the aerodynamic flow field. The Proximal Policy Optimisation (PPO) algorithm is then employed to train a DRL agent to optimise the design parameters of the vehicle with respect to drag force, kinetic energy, and voxel collision count. Experimental results demonstrate the effectiveness and efficiency of the proposed approach in achieving significant results in aerodynamic performance. The findings highlight the potential of DRL techniques for addressing complex aerodynamic design optimisation problems in automotive engineering, with implications for improving vehicle performance, fuel efficiency, and environmental sustainability.
Robotics,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The main objective of this paper is to explore how to utilize Deep Reinforcement Learning (DRL) technology to optimize aerodynamic performance in car design. Specifically, the researchers aim to address the following issues through the DRL approach: 1. **Improving Car Aerodynamic Performance**: By optimizing the design parameters of the car to reduce drag, increase airflow kinetic energy, and decrease the number of collisions between air particles and the vehicle surface. 2. **Overcoming Limitations of Traditional Optimization Methods**: Traditional optimization methods face challenges in handling the complexity of the design space and capturing the nonlinear relationships between design parameters and aerodynamic performance metrics. This study attempts to overcome these limitations by using DRL technology. 3. **Enhancing the Efficiency of the Optimization Process**: The DRL approach can leverage past experiences to guide future decisions, thereby improving data efficiency and computational efficiency. 4. **Enhancing the Generalizability of Solutions**: DRL models can generalize to new designs by learning underlying patterns, which is crucial for solving complex aerodynamic design optimization problems in the automotive engineering field. To achieve the above objectives, the research team adopted the following methods: - **Model Representation**: The car's geometric structure is discretized into voxelized models to represent the airflow field in detail. - **Optimization Algorithm**: The Proximal Policy Optimization (PPO) algorithm is used to train the DRL agent to optimize the vehicle's design parameters. - **Evaluation Metrics**: Experimental results demonstrate the effectiveness and efficiency of the proposed method, achieving significant results in reducing drag, increasing kinetic energy, and reducing voxel collision counts. The research results indicate that Deep Reinforcement Learning technology has great potential in optimizing car aerodynamic design, which is significant for improving car performance, fuel efficiency, and environmental sustainability.