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
I want to reset the agent's location at the beginning of the episode whenever I call env.reset() function, but I don't want to change the mission or the placement of objects that was originally placed. Using the ReseedWrapper on a particular seed fixes the agent's starting location in addition to objects' locations, which is not desired for me.
The text was updated successfully, but these errors were encountered:
Question
The title says it all.
I want to reset the agent's location at the beginning of the episode whenever I call
env.reset()
function, but I don't want to change themission
or the placement of objects that was originally placed. Using theReseedWrapper
on a particular seed fixes the agent's starting location in addition to objects' locations, which is not desired for me.The text was updated successfully, but these errors were encountered: