rr-learning/CausalWorld

gym.GoalEnv decapricated from gym.version >= 0.21

michaelfeil opened this issue · 1 comments

CausalWorld/causal_world/wrappers/env_wrappers.py", line 6, in <module>
    class HERGoalEnvWrapper(gym.GoalEnv):
AttributeError: module 'gym' has no attribute 'GoalEnv'

gym.GoalEnv was removed with version 0.22: openai/gym@616b071

Thanks for spotting this! Closing this because it has been updated with the latest pull request.