Skip to content

Commit 66a7806

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 8b4c97f commit 66a7806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_libs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,8 @@ def test_gymnasium_autoreset(self, venv): # noqa
15171517
torch.testing.assert_close(r0["next", "done"], r1["next", "done"])
15181518

15191519
@implement_for("gym")
1520-
def test_resetting_strategies(self):
1520+
@pytest.mark.parametrize("heterogeneous", [False, True])
1521+
def test_resetting_strategies(self, heterogeneous):
15211522
return
15221523

15231524
@implement_for("gymnasium", None, "1.0.0")

0 commit comments

Comments
 (0)