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
When using intraday data (minute, hourly, etc) and the default observer, the agent can hold overnight, during which equities experience large price swings. These price swings introduce significant noise into the reward function, preventing the agent from learning useful intraday strategies.
The IntradayOberserver prevents holding overnight by resetting for every trading day (each trading day is an episode).
Justify IntradayObserver or remove from code (daily timesteps also work using the default observer)
The text was updated successfully, but these errors were encountered: