We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbebea commit ab7de7dCopy full SHA for ab7de7d
tests/test_autoreset_wrapper.py
@@ -6,7 +6,11 @@
6
7
8
def test_auto_reset_wrapper_pad(episode_length=3, n_steps=100, n_manual_reset=2):
9
- """Check that AutoResetWrapper returns correct values from step and reset.
+ """This test also exists in seals. The advantage of also having it here is that
10
+ if we decide to update our version of seals this test will show us whether there
11
+ were any changes in the parts of seals that we care about.
12
+
13
+ Check that AutoResetWrapper returns correct values from step and reset.
14
AutoResetWrapper that pads trajectory with an extra transition containing the
15
terminal observations.
16
Also check that calls to .reset() do not interfere with automatic resets.
0 commit comments