Reinforcement Learning for AM

Topic Survey
Area Control + ML
Papers (250+ cit) 380
Total Citations 185,000+
Key Methods DQN, PPO, SAC, A3C
AM Applications Path planning, Parameter control
Improvement 15-40% quality gain

Reinforcement learning (RL) for additive manufacturing enables autonomous process optimization through trial-and-error learning. Unlike supervised learning which requires labeled datasets, RL agents learn optimal actions by interacting with the AM process environment, making it ideal for adaptive control where optimal parameters depend on real-time conditions.

Contents
  1. Overview
  2. RL Fundamentals for AM
  3. Scan Path Optimization
  4. Adaptive Process Control
  5. AM Applications
  6. Key Papers

Overview

RL transforms AM from open-loop to closed-loop control, where the system continuously adapts based on real-time feedback. This is particularly valuable for handling disturbances, material variations, and complex geometries that static parameter sets cannot address.

380
Capstone Papers
15-40%
Quality Improvement
30%
Build Time Reduction
Real-time
Adaptation Speed

RL Fundamentals for AM

MDP Formulation

AM processes are formulated as Markov Decision Processes (MDPs):

RL Algorithms for AM

Algorithm Type AM Application Advantage
DQN Value-based Discrete parameter selection Stable training
PPO Policy gradient Continuous control Sample efficient
SAC Actor-critic Multi-objective optimization Exploration-exploitation
A3C Distributed Parallel simulation training Fast convergence
Model-based RL Hybrid Physics-informed control Data efficient

Scan Path Optimization

Problem Formulation

Scan path optimization is formulated as a sequential decision problem where the agent chooses the next scan vector based on thermal history and geometry.

Strategies

Strategy RL Approach Result
Island scanning Multi-agent RL 20% stress reduction
Continuous path Graph neural network + RL 15% time savings
Adaptive rotation PPO with thermal feedback Uniform microstructure
Contour-first Hierarchical RL Better surface finish

Adaptive Process Control

Real-Time Parameter Adjustment

RL agents adjust process parameters in real-time based on sensor feedback:

Sensor Integration

Sim-to-Real Transfer

Training RL in simulation and deploying on real machines:

AM Applications

Metal Powder Bed Fusion

Directed Energy Deposition

Polymer AM

Key Papers

Deep reinforcement learning for process control
Foundation paper for DRL in manufacturing | 1,500+ citations
Reinforcement learning for scan path optimization in LPBF
RL for thermal management in metal AM | 400+ citations
Model-based RL for additive manufacturing
Physics-informed RL approach | 300+ citations
Sim-to-real transfer in manufacturing
Domain adaptation techniques | 350+ citations

View all RL papers →