Skip to content

Commit

Permalink
[MinAtar] make minatar submodule (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Jul 24, 2024
1 parent 95b0fb4 commit dc9e754
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python-version }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: recursive
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "pgx/minatar"]
path = pgx/minatar
url = https://github.com/sotetsuk/pgx-minatar.git
1 change: 1 addition & 0 deletions pgx/minatar
Submodule minatar added at 653359
Empty file removed pgx/minatar/__init__.py
Empty file.
1 change: 0 additions & 1 deletion pgx/minatar/asterix.py

This file was deleted.

1 change: 0 additions & 1 deletion pgx/minatar/breakout.py

This file was deleted.

1 change: 0 additions & 1 deletion pgx/minatar/freeway.py

This file was deleted.

1 change: 0 additions & 1 deletion pgx/minatar/seaquest.py

This file was deleted.

1 change: 0 additions & 1 deletion pgx/minatar/space_invaders.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
jax>=0.4.1
typing_extensions>=4.2.0
svgwrite
pgx_minatar==0.5.1

0 comments on commit dc9e754

Please sign in to comment.