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
Instead of (p_0 - vwap_t) compare against p_0 - (max([p_0; p_t]) + min([p_0; p_t])) / 2 (normalized between -1 and 1). Therefore we have a stable reward for any kind of fluctuation.
The text was updated successfully, but these errors were encountered:
Instead of
(p_0 - vwap_t)
compare againstp_0 - (max([p_0; p_t]) + min([p_0; p_t])) / 2
(normalized between -1 and 1). Therefore we have a stable reward for any kind of fluctuation.The text was updated successfully, but these errors were encountered: