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
When using the PushAndPullSokobanEnv the init has a reset at the end, even though the base class already has a reset.
This causes env.reset() not to return to the same environment even when using constant seed.
To fix remove the extra reset on the init of PushAndPullSokobanEnv
The text was updated successfully, but these errors were encountered:
When using the PushAndPullSokobanEnv the init has a reset at the end, even though the base class already has a reset.
This causes env.reset() not to return to the same environment even when using constant seed.
To fix remove the extra reset on the init of PushAndPullSokobanEnv
The text was updated successfully, but these errors were encountered: