Skip to content

Commit

Permalink
Bump to V26.2 (#3116)
Browse files Browse the repository at this point in the history
* Bump version to v26.2

* Fix pre-commit
  • Loading branch information
pseudo-rnd-thoughts committed Oct 4, 2022
1 parent 780e884 commit a368cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gym/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.26.1"
VERSION = "0.26.2"
4 changes: 2 additions & 2 deletions gym/wrappers/atari_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ def __init__(
self.observation_space = Box(
low=_low, high=_high, shape=_shape, dtype=_obs_dtype
)

@property
def ale(self):
"""Make ale as a class property to avoid serialization error"""
"""Make ale as a class property to avoid serialization error."""
return self.env.unwrapped.ale

def step(self, action):
Expand Down

0 comments on commit a368cfa

Please sign in to comment.