Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 817 Bytes

qtrader

Reinforcement Learning for Portfolio Management

Why Reinforcement Learning?

  1. Learns the optimal action, rather than models the market.
  2. Adaptive to temporary changes of the market, due to its online training.
  3. Optimizes the long-term (cumulative) reward, rather than the instantaneous benefit.

Setup

Exclusively Python 3 compatible, because of typings

macOS

  • source scripts/setup.sh

Documentation