seals icon indicating copy to clipboard operation
seals copied to clipboard

Replace AutoResetWrapper by a HideTerminationWrapper

Open ernestum opened this issue 1 year ago • 0 comments

gymnasium as an AutoResetWrapper that behaves close to ours but it does not hide the termination conditions. We should use the upstream AutoResetWrapper and just provide one that does nothing but hide the terminated/truncated signals and use that in combination with the gymnasium.AutoResetWrapper.

ernestum avatar Aug 13 '23 11:08 ernestum