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
Your FinRL project has been very helpful - I have been using the StockTradingEnv to make sure I do not mess up my environment.
However, I am encountering very low performance with RL algorithms. In order to test if the RL models are working properly I have created features that leak data about the future returns in the next 1,2,3,5 days. In theory, this should make the task very easy - if future returns are low, sell. However, the model is not able to learn any strategy other than buy and hold.
Disable tech indicators, vix, turbulence and add indicators of type close.pct_change(-1), close.pct_change(-5)
Run a2c model
Do you know why the standard RL algorithm is failing even when given future information? Could you show a notebook where it is able to outperform a buy and hold strategy on a stock, while using information from the future?
Your FinRL project has been very helpful - I have been using the StockTradingEnv to make sure I do not mess up my environment.
However, I am encountering very low performance with RL algorithms. In order to test if the RL models are working properly I have created features that leak data about the future returns in the next 1,2,3,5 days. In theory, this should make the task very easy - if future returns are low, sell. However, the model is not able to learn any strategy other than buy and hold.
Disable tech indicators, vix, turbulence and add indicators of type close.pct_change(-1), close.pct_change(-5)
Run a2c model
Do you know why the standard RL algorithm is failing even when given future information? Could you show a notebook where it is able to outperform a buy and hold strategy on a stock, while using information from the future?
Thank you for bringing up the issue. Currently, the FinRL library is extremely poorly maintained. Rest assured, I will reorganize a team to ensure its proper maintenance.
Hi guys,
Your FinRL project has been very helpful - I have been using the StockTradingEnv to make sure I do not mess up my environment.
However, I am encountering very low performance with RL algorithms. In order to test if the RL models are working properly I have created features that leak data about the future returns in the next 1,2,3,5 days. In theory, this should make the task very easy - if future returns are low, sell. However, the model is not able to learn any strategy other than buy and hold.
To replicate:
Do you know why the standard RL algorithm is failing even when given future information? Could you show a notebook where it is able to outperform a buy and hold strategy on a stock, while using information from the future?
Thank you,
Evgeny.
Contact: [email protected]
The text was updated successfully, but these errors were encountered: