Skip to content

v3.0.0

Compare
Choose a tag to compare
@rickstaa rickstaa released this 21 Jun 13:46
b62b782

3.0.0 (2023-06-21)

⚠ BREAKING CHANGES

  • The simzoo package is no longer included and has to be installed separately through the stable-gym repository.

Features

  • add hyperparameter variant support for exp config files (6ea47f0)
  • add small policy test script (c701d69)
  • add support for dictionary type observation spaces (e3bf761)

Bug Fixes

  • fix several env/policy load bugs (dddd4d8)
  • fix several policy loading problems (51a664e)
  • fixes npm release action (e47ef0f)
  • package.json: this commit makes sure the release run script contains no bugs (ef958ca)
  • remove 'simzoo' submodule (#246) (0122aae)

Documentation

  • contributing: updates contributing guide (ce126c4)
  • contributing: updates the contributing documentation (bac8787)
  • fix broken external links (51317c0)
  • fix contribution links (#245) (cccc5a7)
  • fix typos (30df6cb)
  • readme.md: adds contributing warning to readme (d848a14)
  • sphinx: fixes documentation errors (38f2da0)
  • sphinx: updates documentation installation instructions (ddadeb6)
  • update docs make file (6eeb56e)
  • update documentation (7ceee46)
  • update documentation and docstrings (5548505)
  • update numpy intersphinx link (581333d)
  • updates code guidelines documentation (4f96a46)
  • updates docs ci readme badge (074b369)