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
Describe the bug
I’m encountering an issue with the DRL_prediction function. If dones[0] becomes True before the condition i == max_steps - 1 is met, it results in an error: ‘NoneType’ object is not subscriptable at line 152.
Describe the bug
I’m encountering an issue with the DRL_prediction function. If dones[0] becomes True before the condition i == max_steps - 1 is met, it results in an error: ‘NoneType’ object is not subscriptable at line 152.
FinRL/finrl/agents/stablebaselines3/models.py
Line 152 in 6156c42
Screenshots
The text was updated successfully, but these errors were encountered: