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
Originally posted by bkpcoding July 24, 2025
Hello, the auto-reset wrapper used in the mujoco playground seems to use the same initial state for every reset. I was interested if there was a specific reason for this? Because in some of my experiments with FastTD3 as shown below resetting the environments to random states performs much better than resetting to initial state. Thank you!!