Skip to content

Commit

Permalink
bumped supersuit version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benblack769 committed Jan 13, 2021
1 parent 49ad203 commit 970190d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ env = action_lambda_v0(env,

## Release History

Version 2.4.0 (January 13, 2021):

Removed cyclically_expansive_learning wrapper, removed extraneous print statement from frame_skip wrapper.

Version 2.3.1 (January 10, 2021):

Added max_observation wrapper for Atari games. Added cyclically_expansive_learning wrapper. Allowed dtype to accept strings.
Expand Down
2 changes: 1 addition & 1 deletion supersuit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import parallel_wrappers
from . import vector_constructors

__version__ = "2.3.1"
__version__ = "2.4.0"


class WrapperFactory:
Expand Down

0 comments on commit 970190d

Please sign in to comment.