bug fix for gym==0.19.0
This commit is contained in:
@@ -68,7 +68,6 @@ class Atari:
|
||||
@property
|
||||
def observation_space(self):
|
||||
img_shape = self._size + ((1,) if self._gray else (3,))
|
||||
print(self._env.observation_space)
|
||||
return gym.spaces.Dict(
|
||||
{
|
||||
"image": gym.spaces.Box(0, 255, img_shape, np.uint8),
|
||||
|
||||
Reference in New Issue
Block a user