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
Hello, thank you very much for your work. I have a question. If for a specific task, I set the random number at the beginning of the environment initialization using random.seed(0), will the attributes of objects in the environment change, such as the temperature of an object? Thank you very much.