/DQN-Trader

Trading using Deep Q Learning

Primary LanguagePython

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.