Release 0.7
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 returnsterminated
andtruncated
instead of the olddone
reset
now returns theinfo
dict- some method names have changed in the interface according to the new nomenclature