Replies: 1 comment 3 replies
-
Hi @bkpcoding , we did this mainly for performance (wallclock) reasons. How do you reset to random states? With a host-callback or with a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!!
Beta Was this translation helpful? Give feedback.
All reactions