facebookresearch/rlmeta

Switch to new OpenAI Gym step API

xiaomengy opened this issue · 2 comments

The new version of OpenAI Gym uses a new step API which returns (observations, reward, termination, truncation, info) instead of (observations, reward, done, info). We have to make the wrappers to support this.

Track this progress in this issue.

Thanks for the advice. Yes, that's one way to do this. Our plan is to use this for short term but will investigate more ways to see if we can do it better.