Skip to content

Commit

Permalink
Don't install PufferGrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed Jan 14, 2025
1 parent 1afd009 commit 597b5ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install PufferGrid
run: |
cd ..
git clone https://github.com/Metta-AI/puffergrid.git
cd puffergrid
git pull
python setup.py build_ext --inplace
pip install -e .
- name: Install PufferLib
run: |
cd ..
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ replays
*.egg-info
/build/
/build_debug/
/third_party/puffergrid/build/
.DS_Store
.task
outputs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
readme = "README.md"
homepage = "https://daveey.github.io"
repository = "https://github.com/Metta-AI/mettagrid"
keywords = ["puffergrid", "gridworld", "minigrid", "rl", "reinforcement-learning", "environment", "gym"]
keywords = ["gridworld", "minigrid", "rl", "reinforcement-learning", "environment", "gym"]
include = [
"**/*.py",
"**/*.pyx",
Expand Down
13 changes: 6 additions & 7 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
import mettagrid.config.game_builder
import mettagrid.config.sample_config

import puffergrid
import puffergrid.action
import puffergrid.event
import puffergrid.grid_env
import puffergrid.grid_object
import puffergrid.observation_encoder
import puffergrid.stats_tracker
import mettagrid.action
import mettagrid.event
import mettagrid.grid_env
import mettagrid.grid_object
import mettagrid.observation_encoder
import mettagrid.stats_tracker

# Make sure all dependencies are installed:
import hydra
Expand Down

0 comments on commit 597b5ed

Please sign in to comment.