Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.09k stars 604 forks source link

Update to gym v0.26 #227

Closed arjun-kg closed 2 years ago

arjun-kg commented 2 years ago

Description

Updating to use gym v0.26. This mainly includes,

  1. Removing references of old step API, removing new_step_api arguments etc.
  2. Removing references of gym.utils.renderer, adding render step to step and reset methods.

Will be ready for review once I add a test for render.

Checklist: