Skip to content

v0.2.1

Compare
Choose a tag to compare
@pseudo-rnd-thoughts pseudo-rnd-thoughts released this 17 Feb 12:43
· 75 commits to main since this release
6e529b6

Release

This is a minor release that fixes several bugs in dm-control, compatibility with gym v0.21 along with bumping dm-control to 1.0.10 and ale-py to 0.8.1.
Additionally, this changes GymV22Environment to GymV21Environment as the environment always implemented gym's v0.21 API rather than v0.22. Furthermore, removes a warning previously introduced in gymnasium v0.27.1.

Bug Fixes

  • Fixed dm-control step termination and truncation, previously this was the opposite of the specification by @pseudo-rnd-thoughts and @ottofabianin in #30
  • Check if the default wrappers exist before stripping for compatibility with Gym v0.21 by @nuance1979 in #34
  • Update the list of dm-control environments for 1.0.10 to include humanoid-cmu talk by @pseudo-rnd-thoughts in #36
  • Remove warning that GymV22Environment and GymV26Environment are overwritten and change V22 to V21 in the GymV22Environment by @pseudo-rnd-thoughts in #29
  • Bump ale-py to v0.8.1 which includes a number of bug fixes by @pseudo-rnd-thoughts in #37. For all the changes, read the release notes.

Finally, @jjshoots and @SiddarGu updated the documentation in #28 and #25 respectively.

Full Changelog: v0.2.0...v0.2.1