paper-with-me

Papers

FinRL: A Deep Reinforcement Learning Library for Automated Stock Trading in Quantitative Finance

2020-11-19 · Xiao-Yang Liu, Hongyang Yang, Qian Chen, Runjia Zhang, Liuqing Yang, Bowen Xiao, Christina Dan Wang

As deep reinforcement learning (DRL) has been recognized as an effective approach in quantitative finance, getting hands-on experiences is attractive to beginners. However, to train a practical DRL trading agent that decides where to trade, at what price, and what quantity involves error-prone and arduous development and debugging. In this paper, we introduce a DRL library FinRL that facilitates beginners to expose themselves to quantitative finance and to develop their own stock trading strategies. Along with easily-reproducible tutorials, FinRL library allows users to streamline their own developments and to compare with existing schemes easily. Within FinRL, virtual environments are configured with stock market datasets, trading agents are trained with neural networks, and extensive backtesting is analyzed via trading performance. Moreover, it incorporates important trading constraints such as transaction cost, market liquidity and the investor's degree of risk-aversion. FinRL is featured with completeness, hands-on tutorial and reproducibility that favors beginners: (i) at multiple levels of time granularity, FinRL simulates trading environments across various stock markets, including NASDAQ-100, DJIA, S&P 500, HSI, SSE 50, and CSI 300; (ii) organized in a layered architecture with modular structure, FinRL provides fine-tuned state-of-the-art DRL algorithms (DQN, DDPG, PPO, SAC, A2C, TD3, etc.), commonly-used reward functions and standard evaluation baselines to alleviate the debugging workloads and promote the reproducibility, and (iii) being highly extendable, FinRL reserves a complete set of user-import interfaces. Furthermore, we incorporated three application demonstrations, namely single stock trading, multiple stock trading, and portfolio allocation. The FinRL library will be available on Github at link https://github.com/AI4Finance-LLC/FinRL-Library.

📄 PDF Abstract BibTeX arXiv:2011.09607

Code (6)

AI4Finance-Foundation/FinRL 공식 구현 tf
19910101bacon/FinRL_v3 pytorch
forrestneo/FinRL-pytorch-tushare pytorch
hhf1357924680/RL-FIN pytorch
matus-jan-lavko/ReinforcementLearning-vs-EW
polixir/NeoRL

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Stock Market Prediction

Methods 이 논문이 사용한 방법론

SSE 설명 없음
Dilated Convolution 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SAC 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

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

FinRL-X: An AI-Native Modular Infrastructure for Quantitative Trading

2026-03-22 · Hongyang Yang, Boyu Zhang, Yang She, Xinyu Liao 외 arxiv

We present FinRL-X, a modular and deployment-consistent trading architecture that unifies data processing, strategy construction, backtesting, and broker execution under a weight-centric interface. While existing open-so…

Reinforcement Learning

FinRL: Deep Reinforcement Learning Framework to Automate Trading in Quantitative Finance

2021-11-07 · Xiao-Yang Liu, Hongyang Yang, Jiechao Gao, Christina Dan Wang

Deep reinforcement learning (DRL) has been envisioned to have a competitive edge in quantitative finance. However, there is a steep development curve for quantitative traders to obtain an agent that automatically positio…

Deep Reinforcement LearningFrictionreinforcement-learningReinforcement Learning (RL)

Safe-FinRL: A Low Bias and Variance Deep Reinforcement Learning Implementation for High-Freq Stock Trading

2022-06-13 · Zitao Song, Xuyang Jin, Chenliang Li

In recent years, many practitioners in quantitative finance have attempted to use Deep Reinforcement Learning (DRL) to build better quantitative trading (QT) strategies. Nevertheless, many existing studies fail to addres…

Deep Reinforcement LearningTime SeriesTime Series Analysis

FinRL-Meta: Market Environments and Benchmarks for Data-Driven Financial Reinforcement Learning

2022-11-06 · Xiao-Yang Liu, Ziyi Xia, Jingyang Rui, Jiechao Gao 외

Finance is a particularly difficult playground for deep reinforcement learning. However, establishing high-quality market environments and benchmarks for financial reinforcement learning is challenging due to three major…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)