paper-with-me

Papers

An Adaptive Dual-level Reinforcement Learning Approach for Optimal Trade Execution

2023-07-20 · Soohan Kim, Jimyeong Kim, Hong Kee Sul, Youngjoon Hong

The purpose of this research is to devise a tactic that can closely track the daily cumulative volume-weighted average price (VWAP) using reinforcement learning. Previous studies often choose a relatively short trading horizon to implement their models, making it difficult to accurately track the daily cumulative VWAP since the variations of financial data are often insignificant within the short trading horizon. In this paper, we aim to develop a strategy that can accurately track the daily cumulative VWAP while minimizing the deviation from the VWAP. We propose a method that leverages the U-shaped pattern of intraday stock trade volumes and use Proximal Policy Optimization (PPO) as the learning algorithm. Our method follows a dual-level approach: a Transformer model that captures the overall(global) distribution of daily volumes in a U-shape, and a LSTM model that handles the distribution of orders within smaller(local) time intervals. The results from our experiments suggest that this dual-level architecture improves the accuracy of approximating the cumulative VWAP, when compared to previous reinforcement learning-based models.

📄 PDF Abstract BibTeX arXiv:2307.10649

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Evolving Robustness--Exploration Trade-off in Online Reinforcement Learning via Quantile Bayesian Risk MDPs

2026-05-23 · Meichen Song, Yuhao Wang, Enlu Zhou arxiv

In online reinforcement learning, data scarcity creates epistemic uncertainty that makes robustness important early in learning, whereas sufficient exploration is needed to learn the true-environment optimal policy. We s…

Reinforcement Learning

Self-Organizing Dual-Buffer Adaptive Clustering Experience Replay (SODACER) for Safe Reinforcement Learning in Optimal Control

2026-01-10 · Roya Khalili Amirabadi, Mohsen Jalaeian Farimani, Omid Solaymani Fard arxiv

This paper proposes a novel reinforcement learning framework, named Self-Organizing Dual-buffer Adaptive Clustering Experience Replay (SODACER), designed to achieve safe and scalable optimal control of nonlinear systems.…

Reinforcement Learning

Greedy based Value Representation for Optimal Coordination in Multi-agent Reinforcement Learning

2022-11-22 · Lipeng Wan, Zeyang Liu, Xingyu Chen, Xuguang Lan 외

Due to the representation limitation of the joint Q value function, multi-agent reinforcement learning methods with linear value decomposition (LVD) or monotonic value decomposition (MVD) suffer from relative overgeneral…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

H2-MARL: Multi-Agent Reinforcement Learning for Pareto Optimality in Hospital Capacity Strain and Human Mobility during Epidemic

2025-03-13 · Xueting Luo, Hao Deng, Jihong Yang, Yao Shen 외

The necessity of achieving an effective balance between minimizing the losses associated with restricting human mobility and ensuring hospital capacity has gained significant attention in the aftermath of COVID-19. Reinf…

Multi-agent Reinforcement LearningReinforcement Learning (RL)

Risk-Sensitive Optimal Execution via a Conditional Value-at-Risk Objective

2022-01-28 · Seungki Min, Ciamac C. Moallemi, Costis Maglaras

We consider a liquidation problem in which a risk-averse trader tries to liquidate a fixed quantity of an asset in the presence of market impact and random price fluctuations. The trader encounters a trade-off between th…