You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this environment support saving and restoring states?
For example, I want to save an exact map state in MiniGrid-Dynamic-Obstacles-5x5-v0 at some point and later I should be able to make the agent start from the saved state.
Provided that you haven't opened a window to do human rendering, you should be able to pickle and unpickle environments directly with Python's pickle module.
Does this environment support saving and restoring states?
For example, I want to save an exact map state in MiniGrid-Dynamic-Obstacles-5x5-v0 at some point and later I should be able to make the agent start from the saved state.
Gym's Atari environment has such a functionality: openai/gym#402 (comment)
The text was updated successfully, but these errors were encountered: