AmoghM / Reinforcement-Learning-Trade-Strategies

Data Science Capstone project on using Reinforcement Learning techniques to understand trade strategies to maximize rewards.
2 stars 3 forks source link

Interactive graphs + making hyperparameters function variables to show various effects #27

Open mariemayadi opened 3 years ago

mariemayadi commented 3 years ago

One ask from the meeting notes state: hyper parameter effect.

mariemayadi commented 3 years ago

Team meeting brainstorming:

mariemayadi commented 3 years ago

To be discussed: output into data structure of current code

mariemayadi commented 3 years ago

As a start @kwomackcodes will explore visualization/dashboarding.

mariemayadi commented 3 years ago

Research Ideas:

PYTHON From experience, for visualization, in python the go to these days is DASH plotly (it's basically R Shiny but for python). The advantage there is potentially having less of the overhead mentioned by @Benjamin Weiss Livingston around needing to convert output of existing python code to consumable output/ data structures. The downside is that it's less quick than doing a dashboard using any of the BI (business intelligence) tools.

BI SOFTWARE

bwliv commented 3 years ago

Making these hyperparameters shouldn't take more than 20 minutes. I bumped them up to the top of the trainqlearner function - all that's left is to edit sim.py so return_stats takes these same arguments, instead of using a q table and quantiles generated outside of return_stats

bwliv commented 3 years ago

52 will be needed for this too