Skip to content

Commit

Permalink
Update env_checker.py (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec authored Jul 4, 2024
1 parent 457c531 commit a09dcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium/utils/env_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def check_step_determinism(env: gym.Env, seed=123):
)

assert data_equivalence(
term_0, term_0, exact=True
term_0, term_1, exact=True
), "Deterministic step termination are not equivalent for the same seed and action"
assert (
trunc_0 is False and trunc_1 is False
Expand Down

0 comments on commit a09dcfd

Please sign in to comment.