paper-with-me

홈 › Papers

Reinforcement Learning with Maskable Stock Representation for Portfolio Management in Customizable Stock Pools

2023-11-17 · Wentao Zhang, Yilei Zhao, Shuo Sun, Jie Ying, Yonggang Xie, Zitao Song, Xinrun Wang, Bo An

Portfolio management (PM) is a fundamental financial trading task, which explores the optimal periodical reallocation of capitals into different stocks to pursue long-term profits. Reinforcement learning (RL) has recently shown its potential to train profitable agents for PM through interacting with financial markets. However, existing work mostly focuses on fixed stock pools, which is inconsistent with investors' practical demand. Specifically, the target stock pool of different investors varies dramatically due to their discrepancy on market states and individual investors may temporally adjust stocks they desire to trade (e.g., adding one popular stocks), which lead to customizable stock pools (CSPs). Existing RL methods require to retrain RL agents even with a tiny change of the stock pool, which leads to high computational cost and unstable performance. To tackle this challenge, we propose EarnMore, a rEinforcement leARNing framework with Maskable stOck REpresentation to handle PM with CSPs through one-shot training in a global stock pool (GSP). Specifically, we first introduce a mechanism to mask out the representation of the stocks outside the target pool. Second, we learn meaningful stock representations through a self-supervised masking and reconstruction process. Third, a re-weighting mechanism is designed to make the portfolio concentrate on favorable stocks and neglect the stocks outside the target pool. Through extensive experiments on 8 subset stock pools of the US stock market, we demonstrate that EarnMore significantly outperforms 14 state-of-the-art baselines in terms of 6 popular financial metrics with over 40% improvement on profit.

📄 PDF Abstract BibTeX arXiv:2311.10801

Code (1)

dvampire/earnmore 공식 구현 pytorch

Tasks

Managementreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Factor Representation and Decision Making in Stock Markets Using Deep Reinforcement Learning

2021-08-03 · Zhaolu Dong, Shan Huang, Simiao Ma, Yining Qian

Deep Reinforcement learning is a branch of unsupervised learning in which an agent learns to act based on environment state in order to maximize its total reward. Deep reinforcement learning provides good opportunity to …

Decision MakingDeep Reinforcement LearningManagementreinforcement-learning+2

CAD: Clustering And Deep Reinforcement Learning Based Multi-Period Portfolio Management Strategy

2023-10-02 · Zhengyong Jiang, Jeyan Thiayagalingam, Jionglong Su, Jinjun Liang

In this paper, we present a novel trading strategy that integrates reinforcement learning methods with clustering techniques for portfolio management in multi-period trading. Specifically, we leverage the clustering meth…

ClusteringDeep Reinforcement LearningManagementreinforcement-learning

A Deep Reinforcement Learning Framework For Financial Portfolio Management

2024-09-03 · Jinyang Li

In this research paper, we investigate into a paper named "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" [arXiv:1706.10059]. It is a portfolio management problem which is solved …

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning

Application of Deep Q-Network in Portfolio Management

2020-03-13 · Ziming Gao, Yuan Gao, Yi Hu, Zhengyong Jiang 외

Machine Learning algorithms and Neural Networks are widely applied to many different areas such as stock market prediction, face recognition and population analysis. This paper will introduce a strategy based on the clas…

Deep Reinforcement LearningFace RecognitionManagementQ-Learning+2

Deep Stock Trading: A Hierarchical Reinforcement Learning Framework for Portfolio Optimization and Order Execution

2020-12-23 · Rundong Wang, Hongxin Wei, Bo An, Zhouyan Feng 외

Portfolio management via reinforcement learning is at the forefront of fintech research, which explores how to optimally reallocate a fund into different financial assets over the long term by trial-and-error. Existing m…

Hierarchical Reinforcement LearningManagementPortfolio OptimizationReinforcement Learning (RL)