paper-with-me

Papers

Solving the optimal stopping problem with reinforcement learning: an application in financial option exercise

2022-07-21 · Leonardo Kanashiro Felizardo, Elia Matsumoto, Emilio Del-Moral-Hernandez

The optimal stopping problem is a category of decision problems with a specific constrained configuration. It is relevant to various real-world applications such as finance and management. To solve the optimal stopping problem, state-of-the-art algorithms in dynamic programming, such as the least-squares Monte Carlo (LSMC), are employed. This type of algorithm relies on path simulations using only the last price of the underlying asset as a state representation. Also, the LSMC was thinking for option valuation where risk-neutral probabilities can be employed to account for uncertainty. However, the general optimal stopping problem goals may not fit the requirements of the LSMC showing auto-correlated prices. We employ a data-driven method that uses Monte Carlo simulation to train and test artificial neural networks (ANN) to solve the optimal stopping problem. Using ANN to solve decision problems is not entirely new. We propose a different architecture that uses convolutional neural networks (CNN) to deal with the dimensionality problem that arises when we transform the whole history of prices into a Markovian state. We present experiments that indicate that our proposed architecture improves results over the previous implementations under specific simulated time series function sets. Lastly, we employ our proposed method to compare the optimal exercise of the financial options problem with the LSMC algorithm. Our experiments show that our method can capture more accurate exercise opportunities when compared to the LSMC. We have outstandingly higher (above 974\% improvement) expected payoff from these exercise policies under the many Monte Carlo simulations that used the real-world return database on the out-of-sample (test) data.

📄 PDF Abstract BibTeX arXiv:2208.00765

Code (1)

leokan92/optimal-stopping-cnn 공식 구현 pytorch

Tasks

ManagementReinforcement Learning (RL)Time Series Analysis

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Solving optimal stopping problems with Deep Q-Learning

2021-01-24 · John Ery, Loris Michel

We propose a reinforcement learning (RL) approach to model optimal exercise strategies for option-type products. We pursue the RL avenue in order to learn the optimal action-value function of the underlying stopping prob…

Q-LearningReinforcement Learning (RL)

Deep Reinforcement Learning for Optimal Stopping with Application in Financial Engineering

2021-05-19 · Abderrahim Fathan, Erick Delage

Optimal stopping is the problem of deciding the right time at which to take a particular action in a stochastic system, in order to maximize an expected reward. It has many applications in areas such as finance, healthca…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning (RL)

DO-IQS: Dynamics-Aware Offline Inverse Q-Learning for Optimal Stopping with Unknown Gain Functions

2025-03-05 · Anna Kuchko

We consider Inverse Optimal Stopping (IOS) problem where, based on stopped expert trajectories, one aims to recover the optimal stopping region through continuation and stopping gain functions approximation. The uniquene…

Q-Learning

Learning to Stop Cut Generation for Efficient Mixed-Integer Linear Programming

2024-01-31 · Haotian Ling, Zhihai Wang, Jie Wang

Cutting planes (cuts) play an important role in solving mixed-integer linear programs (MILPs), as they significantly tighten the dual bounds and improve the solving performance. A key problem for cuts is when to stop cut…

Decision Making

Learning to Stop: Deep Learning for Mean Field Optimal Stopping

2024-10-11 · Lorenzo Magnino, Yuchen Zhu, Mathieu Laurière

Optimal stopping is a fundamental problem in optimization with applications in risk management, finance, robotics, and machine learning. We extend the standard framework to a multi-agent setting, named multi-agent optima…

Deep Learning