Skip to content

Commit

Permalink
[MinAtar] Fix CI (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk authored Nov 3, 2024
1 parent 7ed0cd8 commit ad9448b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/test_asterix.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from minatar import Environment

from pgx_minatar import asterix
from pgx.minatar import asterix

from tests.minatar_utils import *

Expand Down
2 changes: 1 addition & 1 deletion tests/test_breakout.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from minatar import Environment

from pgx_minatar import breakout
from pgx.minatar import breakout

from tests.minatar_utils import *

Expand Down
2 changes: 1 addition & 1 deletion tests/test_freeway.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from minatar import Environment

from pgx_minatar import freeway
from pgx.minatar import freeway

from tests.minatar_utils import *

Expand Down
2 changes: 1 addition & 1 deletion tests/test_seaquest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from minatar import Environment

from pgx_minatar import seaquest
from pgx.minatar import seaquest

from tests.minatar_utils import *

Expand Down
2 changes: 1 addition & 1 deletion tests/test_space_invaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from minatar import Environment

from pgx_minatar import space_invaders
from pgx.minatar import space_invaders

from tests.minatar_utils import *

Expand Down

0 comments on commit ad9448b

Please sign in to comment.