memory-maze
memory-maze copied to clipboard
Ability to specify random seed in gym wrapper
The ability to set random seed was recently implemented in dm_env. It needs to be added to gym wrapper too.
@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.
@jurgisp can I make a PR with gym updated to gymnasium and GymWrapper swapped to the wrapper from shimmy?
Please, go ahead! It would be nice to support that, but also keep the existing gym environments.