allenai / ScienceWorld

ScienceWorld is a text-based virtual environment centered around accomplishing tasks from the standardized elementary science curriculum.
https://sciworld.apps.allenai.org/
Apache License 2.0
199 stars 24 forks source link

[WIP] Adding support for Gymnasium #37

Closed MarcCote closed 8 months ago

MarcCote commented 1 year ago

This PR brings native support for creating vectorized ScienceWorld via Gymnasium (formerly Gym).

MarcCote commented 8 months ago

It was too much trouble to change TextWorld so it conforms to Gymnasium API. I think the same thing might be true for ScienceWorld. I'll close this PR and make another one that drop the dependency on gym altogether (like for the recent release of TextWorld).