coax-dev / coax

Modular framework for Reinforcement Learning in python
https://coax.readthedocs.io
MIT License
166 stars 17 forks source link

Update to gym==0.26.x #28

Closed frederikschubert closed 2 years ago

frederikschubert commented 2 years ago

This PR updates the requirements, wrappers and examples to the new API introduced by gym==0.26.0.

Depends on https://github.com/coax-dev/coax/pull/27

KristianHolsheimer commented 2 years ago

There seems to be a lot of overlap with #27. Do we need both PRs?

frederikschubert commented 2 years ago

There seems to be a lot of overlap with #27. Do we need both PRs?

Yes, I basically wanted to show the changes separately. In the end, we can just merge https://github.com/coax-dev/coax/pull/29 as it contains all other changes as well.

KristianHolsheimer commented 2 years ago

There seems to be a lot of overlap with #27. Do we need both PRs?

Yes, I basically wanted to show the changes separately. In the end, we can just merge #29 as it contains all other changes as well.

Ah I see, okay great. Please could you fix and merge #27 and then rebase this branch on main?