paper-with-me

Papers

Deep reinforcement learning for time series: playing idealized trading games

2018-03-11 · Xiang Gao

Deep Q-learning is investigated as an end-to-end solution to estimate the optimal strategies for acting on time series input. Experiments are conducted on two idealized trading games. 1) Univariate: the only input is a wave-like price time series, and 2) Bivariate: the input includes a random stepwise price time series and a noisy signal time series, which is positively correlated with future price changes. The Univariate game tests whether the agent can capture the underlying dynamics, and the Bivariate game tests whether the agent can utilize the hidden relation among the inputs. Stacked Gated Recurrent Unit (GRU), Long Short-Term Memory (LSTM) units, Convolutional Neural Network (CNN), and multi-layer perceptron (MLP) are used to model Q values. For both games, all agents successfully find a profitable strategy. The GRU-based agents show best overall performance in the Univariate game, while the MLP-based agents outperform others in the Bivariate game.

📄 PDF Abstract BibTeX arXiv:1803.03916

Code (2)

golsun/deep-RL-time-series 공식 구현
siddharthnishtala/DQN-Trader

Tasks

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Time SeriesTime Series Analysis

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 제목 키워드 기반

DDPG based on multi-scale strokes for financial time series trading strategy

2022-06-05 · Jun-Cheng Chen, Cong-Xiao Chen, Li-Juan Duan, Zhi Cai

With the development of artificial intelligence,more and more financial practitioners apply deep reinforcement learning to financial trading strategies.However,It is difficult to extract accurate features due to the char…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+3

Sentiment and Knowledge Based Algorithmic Trading with Deep Reinforcement Learning

2020-01-26 · Abhishek Nan, Anandh Perumal, Osmar R. Zaiane

Algorithmic trading, due to its inherent nature, is a difficult problem to tackle; there are too many variables involved in the real world which make it almost impossible to have reliable algorithms for automated stock t…

Algorithmic TradingDeep Reinforcement LearningKnowledge Graphsreinforcement-learning+4

FinRL-Podracer: High Performance and Scalable Deep Reinforcement Learning for Quantitative Finance

2021-11-07 · Zechu Li, Xiao-Yang Liu, Jiahao Zheng, Zhaoran Wang 외

Machine learning techniques are playing more and more important roles in finance market investment. However, finance quantitative modeling with conventional supervised learning approaches has a number of limitations. The…

Deep Reinforcement LearningGPUreinforcement-learningReinforcement Learning+3

Deep reinforcement learning on a multi-asset environment for trading

2021-06-15 · Ali Hirsa, Joerg Osterrieder, Branka Hadji-Misheva, Jan-Alexander Posth

Financial trading has been widely analyzed for decades with market participants and academics always looking for advanced methods to improve trading performance. Deep reinforcement learning (DRL), a recently reinvigorate…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Financial News-Driven LLM Reinforcement Learning for Portfolio Management

2024-11-17 · Ananya Unnikrishnan

Reinforcement learning (RL) has emerged as a transformative approach for financial trading, enabling dynamic strategy optimization in complex markets. This study explores the integration of sentiment analysis, derived fr…

Decision MakingManagementreinforcement-learningReinforcement Learning+2