Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jul 2, 2024
1 parent ff0101d commit 5a854e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -3225,7 +3225,7 @@ def test_partial_rest(self, batched):
env = SerialEnv(2, [env0, env1])
s = env.reset()
i = 0
for i in range(10):
for i in range(10): # noqa: B007
s, s_ = env.step_and_maybe_reset(
s.set("action", torch.ones(2, 1, dtype=torch.int))
)
Expand Down

0 comments on commit 5a854e9

Please sign in to comment.