Airfoil Shape Optimization using Deep Q-Network
Siddharth Rout, Chao-An Lin

TL;DR
This paper explores using Deep Q-Network reinforcement learning to optimize airfoil shapes by learning optimal control point adjustments to improve aerodynamic performance, demonstrated through pressure-based reward feedback.
Contribution
It introduces a reinforcement learning approach with Bezier control points and normal-direction adjustments for efficient airfoil shape optimization.
Findings
DQN effectively learns optimal shape modifications.
The method reduces optimization complexity using Bezier control points.
Pressure-based rewards guide the learning process successfully.
Abstract
The feasibility of using reinforcement learning for airfoil shape optimization is explored. Deep Q-Network (DQN) is used over Markov's decision process to find the optimal shape by learning the best changes to the initial shape for achieving the required goal. The airfoil profile is generated using Bezier control points to reduce the number of control variables. The changes in the position of control points are restricted to the direction normal to the chordline so as to reduce the complexity of optimization. The process is designed as a search for an episode of change done to each control point of a profile. The DQN essentially learns the episode of best changes by updating the temporal difference of the Bellman Optimality Equation. The drag and lift coefficients are calculated from the distribution of pressure coefficient along the profile computed using XFoil potential flow solver.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms
MethodsQ-Learning · Convolution · Dense Connections · Deep Q-Network
