Skip to content

lcamposgarrido/qtrader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtrader

Q-Learning for Portfolio Management

Why Q-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

macOS

  • source scripts/setup.sh

Resources

Textbooks

Papers

Reinforcement Learning & Trading

Articles

Relevant Projects

About

Reinforcement Learning for Portfolio Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.3%
  • Shell 5.7%