Using an ensemble of Deep Reinforcement Learning Algorithms to perform Portfolio Allocation
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Uses an ensemble of Deep Reinforcement Learning Algorithms over a single algorithm to account for the various drawbacks
- Uses high quality implementations provided by Stable Baselines
- Follows the Black coding style
- Is as deterministic as possible to increase reproducability.
- Uses technical indicators such as Moving average convergence divergence (MACD) , Relative strength index (RSI), Commodity Channel Index (CCI) , Average Directional Movement Index (ADX) beside average returns
Phase 1: Getting it to work
Phase 2: Improve code quality and refactor code according to the best practices
Phase 3: Support for Live Trading , Fractional Shares
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Prasanna Devadiga - @https://twitter.com/Prasanna280 - prasanna2019@iiitkottayam.ac.in
Sung Jae Bae - Twitter LinkedIn - sbae703@gmail.com
Project Link: https://github.com/Prasanna28Devadiga/Portfolio-Allocation-DRL