Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Feb 6, 2024
1 parent e02feef commit 5810253
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 @@ -629,7 +629,7 @@ def test_parallel_env_with_policy(
def test_transform_env_transform_no_device(self, heterogeneous):
# Tests non-regression on 1865
def make_env():
return TransformedEnv(ContinuousActionVecMockEnv(), StepCounter(max_step=3))
return TransformedEnv(ContinuousActionVecMockEnv(), StepCounter(max_steps=3))

if heterogeneous:
make_envs = [EnvCreator(make_env), EnvCreator(make_env)]
Expand Down

0 comments on commit 5810253

Please sign in to comment.