facebookresearch / nle

The NetHack Learning Environment
Other
938 stars 112 forks source link

Gymnasium? #357

Open apowers313 opened 1 year ago

apowers313 commented 1 year ago

🚀 Feature

Gym is no longer supported. How would y'all feel about upgrading to gymnasium?

apowers313 commented 11 months ago

Picking up the conversation from #361, it looks like there are two challenges to fix here:

  1. Gym 0.24 got strict about interfaces (see #327)
  2. Gym 0.26 introduce breaking changes to the reset and step interfaces. These changes seem relatively small.

Sounds like the majority of the work to upgrade to Gymnasium would probably be updating tests? Not sure if the strict compliance for 0.24 is a tricky issue or not.