podondra / gym-gridworlds

Gridworld environments for OpenAI gym.
MIT License
78 stars 19 forks source link

This code does not support the new version of gym #6

Open PairZhu opened 8 months ago

PairZhu commented 8 months ago

The new version of the gym library requires the reset method of the env to return two variables, observation and info, as per the official documentation.

podondra commented 8 months ago

Could you provide the fix please?

PairZhu commented 8 months ago

It seems that there is no need to fix it anymore. The new version of the Gym library already has this environment built-in