Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 220 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 220 Bytes

DQN-Trader

Using Deep Q Learning, an agent learns to buy, sell or hold a simulated stock.

Please find the link to the paper here: https://arxiv.org/pdf/1803.03916.pdf

The author's code for stock simulation is used.