Skip to content

Releases: HumanCompatibleAI/seals

Hotfix: fix type errors in Python 3.9

18 Sep 21:06
90f68cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.2.1

Add Gymnasium support

05 Sep 01:52
a7954c2
Compare
Choose a tag to compare

What's Changed

  • Add score masking to seven atari environments by @stewy33 in #62
  • Remove unused MuJoCo context from CircleCI by @AdamGleave in #68
  • Don't override terminal observation when using AutoResetWrapper by @PavelCz in #69
  • Migrate to gymnasium maintaining python 3.8 compatibility by @EdoardoPona and @ernestum in #73

Full Changelog: v0.1.5...v0.2

Minor bugfixes

28 Oct 20:57
956fbb4
Compare
Choose a tag to compare

What's Changed

  • Update sphinxcontrib-napoleon to sphinx.ext.napoleon by @ianyfan in #65
  • Change type of horizon from float to int. by @ianyfan in #66

New Contributors

Full Changelog: v0.1.4...v0.1.5

Version 0.1.4

05 Oct 15:34
3d2cd41
Compare
Choose a tag to compare

What's Changed

Add CliffWorld and Random transition environments, relocated from imitation, in #58

New Contributors

Full Changelog: v0.1.3...v0.1.4

Version 0.1.3

29 Sep 19:32
7def17c
Compare
Choose a tag to compare

New Features

Bugfixes

  • Give parabola finite action space by @dfilan in #55

Full Changelog: v0.1.2...v0.1.3

Version 0.1.2 -- Improve exported test methods

24 Jan 03:34
77cf796
Compare
Choose a tag to compare

Minor release adding:

  • Support for testing environments with dict observation spaces. No environments in seals use dict currently, but some external packages building on seals need this.
  • Make mujoco_py an optional dependency for the exported test helper methods. While seals uses MuJoCo extensively, again some external packages wish to keep this optional.

Version 0.1.1 -- New environments, test suite improvements

10 Nov 11:44
728d449
Compare
Choose a tag to compare
  • Adds a variety of new "diagnostic tasks", to described in an upcoming paper.
  • Improve test suite: test data types match those declared in observation_space; test environment rendering.