You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been checking FinRL package. This is basically an open-source framework meant for trading of various financial instruments (stocks, crypto, portfolio allocation .. etc).
I have been checking FinRL package. This is basically an open-source framework meant for trading of various financial instruments (stocks, crypto, portfolio allocation .. etc).
For reinforcement learning algorithms, they have provided stablebaseline3, rllib, elegantrl as options.
They have created custom environments extending gym.
Reward mechanism is easier to understand since its all about profits/losses that we make in a financial transaction.
Also, they have an example workbook for ensembles of RL algorithms, gives us an understanding of how combinations work.
Wanted to suggest if this could be included in Unit8 / part3 as one of advance topics.
The text was updated successfully, but these errors were encountered: