paper-with-me

Papers

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, healthcare, and statistics. In this paper, we employ deep Reinforcement Learning (RL) to learn optimal stopping policies in two financial engineering applications: namely option pricing, and optimal option exercise. We present for the first time a comprehensive empirical evaluation of the quality of optimal stopping policies identified by three state of the art deep RL algorithms: double deep Q-learning (DDQN), categorical distributional RL (C51), and Implicit Quantile Networks (IQN). In the case of option pricing, our findings indicate that in a theoretical Black-Schole environment, IQN successfully identifies nearly optimal prices. On the other hand, it is slightly outperformed by C51 when confronted to real stock data movements in a put option exercise problem that involves assets from the S&P500 index. More importantly, the C51 algorithm is able to identify an optimal stopping policy that achieves 8% more out-of-sample returns than the best of four natural benchmark policies. We conclude with a discussion of our findings which should pave the way for relevant future research.

📄 PDF Abstract BibTeX arXiv:2105.08877

Code (1)

osrlpaper/os_rl_papercode 공식 구현 tf

Tasks

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Nested Optimal Transport Distances

2025-09-08 · Ruben Bontorno, Songyan Hou arxiv

Simulating realistic financial time series is essential for stress testing, scenario generation, and decision-making under uncertainty. Despite advances in deep generative models, there is no consensus metric for their e…

Reinforcement Learning

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 p…

ManagementReinforcement Learning (RL)Time Series Analysis

Optimal Stopping with Gaussian Processes

2022-09-22 · Kshama Dwarakanath, Danial Dervovic, Peyman Tavallali, Svitlana S Vyetrenko 외

We propose a novel group of Gaussian Process based algorithms for fast approximate optimal stopping of time series with specific applications to financial markets. We show that structural properties commonly exhibited by…

Gaussian ProcessesTime SeriesTime Series Analysis

Optimal Multiple Stopping with Negative Discount Rate and Random Refraction Times under Levy Models

2015-05-27

This paper studies a class of optimal multiple stopping problems driven by L\'evy processes. Our model allows for a negative effective discount rate, which arises in a number of financial applications, including stock lo…

An Optimal Stopping Problem Modeling Technical Analysis

2020-03-27

We present a solution to an optimal stopping problem for a process with a wide-class of novel dynamics. The dynamics model the support/resistance line concept from financial technical analysis.