Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jun 28, 2024
1 parent 77625b9 commit 1027d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/envs/test_action_dim_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def test_box_actions_out_of_bound(env: gym.Env):
oob_action = upper_bounds.copy()
oob_action[i] += np.asarray(OOB_VALUE, dtype=dtype)


assert oob_action[i] > upper_bounds[i]
oob_obs, _, _, _, _ = oob_env.step(oob_action)

Expand Down

0 comments on commit 1027d37

Please sign in to comment.