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
FinRL_Crypto-master\environment_Alpaca.py", line 139, in step
if price[index] > 0: # Buy only if the price is > 0 (no missing data in this particular date)
IndexError: index 1 is out of bounds for axis 0 with size 1
The text was updated successfully, but these errors were encountered:
im getting this error.
FinRL_Crypto-master\environment_Alpaca.py", line 139, in step
if price[index] > 0: # Buy only if the price is > 0 (no missing data in this particular date)
IndexError: index 1 is out of bounds for axis 0 with size 1
The text was updated successfully, but these errors were encountered: