Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Jun 3, 2024
1 parent d68b981 commit d19f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/envs/maze/test_ant_maze.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest


@pytest.mark.parametrize("version", ["v3", "v4", "v5"])
@pytest.mark.parametrize("version", ["v4", "v5"])
def test_reset(version):
"""Check that AntMaze does not reset into a success state."""
env = gym.make(f"AntMaze_UMaze-{version}", continuing_task=True)
Expand Down

0 comments on commit d19f071

Please sign in to comment.