Deep Hedging Under Non-Convexity: Limitations and a Case for AlphaZero
Matteo Maggiolo, Giuseppe Nuti, Miroslav Štrupl, Oleg Szehr
TL;DR
The paper tackles replication under market incompleteness, framing it as a sequential, two-player optimization problem. It compares the industry-standard Deep Hedging approach with AlphaZero/MuZero–driven Monte Carlo Tree Search planning, identifying fundamental limits of gradient-based deterministic policies in non-convex environments. Theoretical results tie DH to convex optimization and unimodality, while empirical experiments show AlphaZero consistently approaching optimal replication in multimodal Q^* settings and doing so with better sample efficiency. The work highlights a trade-off between the robustness of MCTS-based planning and the practicality of DH, offering insights for hedging under constraints and non-convex costs and pointing toward transformer-based hybrids as a promising direction.
Abstract
This paper examines replication portfolio construction in incomplete markets - a key problem in financial engineering with applications in pricing, hedging, balance sheet management, and energy storage planning. We model this as a two-player game between an investor and the market, where the investor makes strategic bets on future states while the market reveals outcomes. Inspired by the success of Monte Carlo Tree Search in stochastic games, we introduce an AlphaZero-based system and compare its performance to deep hedging - a widely used industry method based on gradient descent. Through theoretical analysis and experiments, we show that deep hedging struggles in environments where the optimal action-value function is not subject to convexity constraints - such as those involving non-convex transaction costs, capital constraints, or regulatory limitations - converging to local optima. We construct specific market environments to highlight these limitations and demonstrate that AlphaZero consistently finds near-optimal replication strategies. On the theoretical side, we establish a connection between deep hedging and convex optimization, suggesting that its effectiveness is contingent on convexity assumptions. Our experiments further suggest that AlphaZero is more sample-efficient - an important advantage in data-scarce, overfitting-prone derivative markets.
