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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I would like to ask why the line of code for state_space is set as follows in the stock_trading_rolling_window.py file:
state_space = 1 + 2 * stock_dimension + len(INDICATORS) * stock_dimension
Can you explain the principle behind this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions