CPAICEApr 7, 2025

Deep Reinforcement Learning Algorithms for Option Hedging

arXiv:2504.05521v22 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of objective algorithm comparison for financial risk management, though it is incremental as it applies existing methods to a known task.

The paper compared eight deep reinforcement learning algorithms for dynamic hedging of options, finding that Monte Carlo Policy Gradient (MCPG) and Proximal Policy Optimization (PPO) performed best, with MCPG outperforming the Black-Scholes delta hedge baseline in terms of root semi-quadratic penalty.

Dynamic hedging is a financial strategy that consists in periodically transacting one or multiple financial assets to offset the risk associated with a correlated liability. Deep Reinforcement Learning (DRL) algorithms have been used to find optimal solutions to dynamic hedging problems by framing them as sequential decision-making problems. However, most previous work assesses the performance of only one or two DRL algorithms, making an objective comparison across algorithms difficult. In this paper, we compare the performance of eight DRL algorithms in the context of dynamic hedging; Monte Carlo Policy Gradient (MCPG), Proximal Policy Optimization (PPO), along with four variants of Deep Q-Learning (DQL) and two variants of Deep Deterministic Policy Gradient (DDPG). Two of these variants represent a novel application to the task of dynamic hedging. In our experiments, we use the Black-Scholes delta hedge as a baseline and simulate the dataset using a GJR-GARCH(1,1) model. Results show that MCPG, followed by PPO, obtain the best performance in terms of the root semi-quadratic penalty. Moreover, MCPG is the only algorithm to outperform the Black-Scholes delta hedge baseline with the allotted computational budget, possibly due to the sparsity of rewards in our environment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes