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 I ran res I got a RuntimeWarning: invalid value encountered in double_scalars obs_normalized = (2.0 * (self.my_data[self.tick_count, i] - self.min[i]) / (self.max[i] - self.min[i])) - 1.0 which derived from gym_forex/envs/forex_env_v4.py.
Hello :)
When I ran res I got a RuntimeWarning: invalid value encountered in double_scalars obs_normalized = (2.0 * (self.my_data[self.tick_count, i] - self.min[i]) / (self.max[i] - self.min[i])) - 1.0 which derived from gym_forex/envs/forex_env_v4.py.
My enviroment details:
Thanks
res:
Output:
The text was updated successfully, but these errors were encountered: