Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleted outdated marlgrid #346

Open
wants to merge 1 commit into
base: stateless_schedules
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions hive/envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
from hive.envs.env_spec import EnvSpec
from hive.envs.gym.gym_env import GymEnv

try:
from hive.envs.marlgrid import MarlGridEnv
except ImportError:
MarlGridEnv = None

try:
from hive.envs.pettingzoo import PettingZooEnv
except ImportError:
Expand All @@ -18,7 +13,6 @@
BaseEnv,
{
"GymEnv": GymEnv,
"MarlGridEnv": MarlGridEnv,
"PettingZooEnv": PettingZooEnv,
},
)
Expand Down
2 changes: 0 additions & 2 deletions hive/envs/marlgrid/__init__.py

This file was deleted.

33 changes: 0 additions & 33 deletions hive/envs/marlgrid/ma_envs/__init__.py

This file was deleted.

200 changes: 0 additions & 200 deletions hive/envs/marlgrid/ma_envs/base.py

This file was deleted.

Loading