Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Resolving breaking changes leading up to Gym 1.0 #7

Closed
ryanrudes opened this issue Aug 3, 2022 · 1 comment
Closed

Resolving breaking changes leading up to Gym 1.0 #7

ryanrudes opened this issue Aug 3, 2022 · 1 comment
Assignees
Labels

Comments

@ryanrudes
Copy link
Owner

ryanrudes commented Aug 3, 2022

Gym 1.0, according to the developers' roadmap, will introduce a number of breaking changes and deprecations that will necessitate appropriate changes to colabgymrender. The ones of concern are mainly:

  • Updated render API requires render mode to be provided at environment initialization, rather than on step()
  • Updated step API will soon return 5 outputs, that is, observation, reward, terminal, truncation, info
  • Updated reset will always return info now, in addition to observation

As of right now, the plan for colabgymrender is to play along with these new changes by incrementing the major version of this package to avoid any strange surprises. We'll probably introduce colabgymrender==2.0.0 around the same time gym introduces its first major version.

UPDATE (10/02/22)

I have created a new branch gym-1.0. All pull requests targeted at resolving recent breaking changes in gym will be referred to this branch. Once gym version 1.0 is released, this branch will be merged with the base. See #8 and #9.

Feel free to discuss your opinion on this roadmap below. #

@ryanrudes ryanrudes self-assigned this Aug 3, 2022
@ryanrudes ryanrudes pinned this issue Aug 3, 2022
@ryanrudes ryanrudes changed the title Resolving new deprecations leading up to Gym 1.0 Resolving breaking changes leading up to Gym 1.0 Aug 3, 2022
@ryanrudes
Copy link
Owner Author

Code maintenance has been moved to a separate repository named renderlab.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant