dm_env
dm_env copied to clipboard
Generating an observation without calling env.step, particularly after resetting physics state
Was wondering if I could reset an environment to a particular state and instead of calling env.step to get a timestep and observation, I could call a function to get the current timestep information directly. Is this possible?