huggingface / huggingface/deep-rl-class
[UPDATE]FinRL in Unit8 Part3 as one of advance topics
- Dominant language
- MDX
- Stars
- 5k
- Forks
- 811
- PR merge metrics
- No merged PRs in 30d
Description
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).
- https://github.com/AI4Finance-Foundation/FinRL/tree/master
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.
- https://finrl.readthedocs.io/en/latest/tutorial/2-Advance.html
Wanted to suggest if this could be included in Unit8 / part3 as one of advance topics.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.