memory-maze icon indicating copy to clipboard operation
memory-maze copied to clipboard

Ability to specify random seed in gym wrapper

Open jurgisp opened this issue 2 years ago • 3 comments

The ability to set random seed was recently implemented in dm_env. It needs to be added to gym wrapper too.

jurgisp avatar Jan 16 '23 10:01 jurgisp

@jurgisp also, I think with the release of https://github.com/Farama-Foundation/Shimmy (specific wrapper for dm_env here) you can deprecate or remove gym wrappers (well, they are already for the outdated gym interface). Shimmy should also handle (in theory, not tested yet) the seeding properly.

Howuhh avatar May 05 '23 11:05 Howuhh

@jurgisp can I make a PR with gym updated to gymnasium and GymWrapper swapped to the wrapper from shimmy?

Howuhh avatar May 27 '23 22:05 Howuhh

Please, go ahead! It would be nice to support that, but also keep the existing gym environments.

jurgisp avatar May 30 '23 13:05 jurgisp