Open GongYanfu opened 2 years ago
whats the intention of the function observation?
The ranges of the gym.space.Box are not used anywhere in the code, so they can be arbitrary. The ranges were computed such that the images should have zero mean and a variance of 1.
for the function observation: the pixel value of input image numpy array ranges from 0 to 255, and pixel value of output image ranges from -3.332 to 1.593, its not from -1.0 to 1.0, why? but there is the gym.space.Box(-1.0, 1.0)