DEV Community

Prasanna28Devadiga
Prasanna28Devadiga

Posted on

(Advice needed)Problems with starting an Open-Source Project

So I'm trying to build a Reinforcement Learning based Agent to do Portfolio allocation on time-series data using an ensemble of algorithms.
What I don't understand is how do I go about creating this project. There are so many things to take care of for instance:

  1. taking input data
  2. creating the ensemble using high-quality implementations of DRL algorithms
  3. using the ensemble to take decisions and so on To be honest, I don't even have absolute clarity about my project and initially thought I will get a better idea as I get started. Do people build a roadmap of the things to want to achieve? Having not created any project (of this magnitude) from scratch before, the overall complexity seems intimidating. Any tips are welcome :)

Top comments (0)