Skip to content

Release 0.7

Compare
Choose a tag to compare
@yannbouteiller yannbouteiller released this 15 Sep 17:49
· 23 commits to main since this release

This release reflects the new OpenAI Gym API (0.26). Since version gym 0.26 introduced major breaking changes, these breaking changes are reflected in the rtgym which is becward incompatible with previous versions.

See https://github.com/openai/gym/releases/tag/0.26.0

Breaking changes:

  • step now returns terminated and truncated instead of the old done
  • reset now returns the info dict
  • some method names have changed in the interface according to the new nomenclature