Farama-Foundation / Minari

A standard format for offline reinforcement learning datasets, with popular reference datasets and related utilities
https://minari.farama.org
Other
257 stars 41 forks source link

[Fix] This line should be updated for gymnasium 1.0.0 #176

Closed jamartinh closed 2 weeks ago

jamartinh commented 9 months ago

The line:

https://github.com/Farama-Foundation/Minari/blob/e24113bf09b5b1769dafbaf6bb0b2c9b8eb9ffbe/minari/utils.py#L15

This currently causes an import error in gymnasium 1.0.0rc

Should be changed to:

from gymnasium.wrappers import RecordEpisodeStatistics
younik commented 9 months ago

Hello @jamartinh, make sense!

Do you want to open a PR fixing this? Thank you.

jamartinh commented 9 months ago

PR done!

younik commented 2 weeks ago

Merged :)