gym-gridworlds icon indicating copy to clipboard operation
gym-gridworlds copied to clipboard

Gridworld environments for OpenAI gym.

Results 2 gym-gridworlds issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use this package but get a NotImplementedError when calling step() on Gridworld-v0

enhancement

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](https://gymnasium.farama.org/api/env/#gymnasium.Env.reset).