-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ce76c8
commit f394d08
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# portfolio-manager | ||
Python DQN for practicable portfolio management | ||
|
||
Personnal implementation of "An intelligent financial portfolio trading strategy using deep Q-learning" | ||
(https://arxiv.org/pdf/1907.03665v4.pdf) by Hyungjun Park, Min Kyu Sim, Dong Gu Choi | ||
It uses LSTM-autoencoder and a modified version of deep Q-learning with target network. |