Skip to content

Commit a368cfa

Browse files
authoredOct 4, 2022
Bump to V26.2 (#3116)
* Bump version to v26.2 * Fix pre-commit
1 parent 780e884 commit a368cfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎gym/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.26.1"
1+
VERSION = "0.26.2"

‎gym/wrappers/atari_preprocessing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ def __init__(
110110
self.observation_space = Box(
111111
low=_low, high=_high, shape=_shape, dtype=_obs_dtype
112112
)
113-
113+
114114
@property
115115
def ale(self):
116-
"""Make ale as a class property to avoid serialization error"""
116+
"""Make ale as a class property to avoid serialization error."""
117117
return self.env.unwrapped.ale
118118

119119
def step(self, action):

0 commit comments

Comments
 (0)