Skip to content

Commit

Permalink
bugfix stopping game tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Jun 6, 2024
1 parent 099d401 commit 69edd80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def test_step(self) -> None:
1,
(
np.array(
[[0.2, 0.8], [0.6, 0.4], [0.5, 0.5], [0.5, 0.5]]
[[0.2, 0.8], [0.6, 0.4], [0.5, 0.5]]
),
2,
),
Expand Down

0 comments on commit 69edd80

Please sign in to comment.