Overview of FinRL Library
masterFinRL is an open-source framework designed for financial reinforcement learning. It is intended to help users transition into quantitative finance by developing stock trading strategies using Deep Reinforcement Learning (DRL).
Key capabilities include:
- Algorithm Support: Provides fine-tuned DRL algorithms such as
DQN,DDPG,PPO,SAC,A2C, andTD3. - Problem Solving: Addresses dynamic decision-making in trading, specifically deciding where to trade, at what price, and what quantity.
- Core Advantages: Offers portfolio scalability and market model independence by learning through interactions with unknown environments.
- Scope: Supports various markets, state-of-the-art (SOTA) DRL algorithms, benchmarks for quantitative finance tasks, and live trading capabilities.