FinRL
FinRL copied to clipboard
Model converging to buy and hold strategy every time it is trained/optimized
Does anyone have recommendations on what to do to fix this? My model essentially learns to just buy and hold stocks instead of exploring trading strategies. My learning rate spread is quite large (between 1 and 1e-8) for Optuna optimization so its weird it gets stuck on this everytime. Is there some way to punish the model for holding a stock too long or make it trade more?
Well, interesting. Previously, several people reported too frequent trading and want to punish it. From your description, your codes may include some bugs. Fix them before trying to do logic change.
I am having the same problem with TD3 and doesn't know why yet.
@flyingsandwich1 I might be able to help. Send me an email: [email protected]
Same issue .Is there a way to punish the model for holding a stock too long?