Skip to content

Commit 84b8a58

Browse files
committed
update README
1 parent d888d24 commit 84b8a58

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# RL_Trade
2+
This is a personal side project to explore the use of Deep RL in stock trading. As a start, I am currently trying to reproduce the results of the paper - [Deep Robust Reinforcement Learning for Practical Algorithmic Trading](https://ieeexplore.ieee.org/document/8786132). After that, I'd like to explore hierarchical ideas to handle portfolio management.
3+
4+
### Note: This is still an incomplete and ongoing project. Please feel free to contribute and provide feedbacks. If you are interested in exploring some new ideas together, I'd love to have some collaborators to learn together!
5+
6+
# Goals
7+
- [x] Establish a codebase to perform experiments - (60-70% complete)
8+
- [ ] Reproduce results of the paper
9+
- [ ] Improve documentation and code efficiency
10+
- [ ] Explore hierarchical ideas
11+
12+
# Data source
13+
At the moment, I am using data obtained from [Polygon's API](https://polygon.io/). I am experimenting mostly with AAPL data in minute interval.
14+
15+
# Code reference
16+
A3C implementation - https://github.com/dgriff777/rl_a3c_pytorch

0 commit comments

Comments
 (0)