Skip to content

Commit

Permalink
tasks with dead agents eliminated
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisC99 committed Oct 29, 2024
1 parent 41afc3f commit b70002b
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 155 deletions.
12 changes: 0 additions & 12 deletions benchmarl/conf/task/magent/battle.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions benchmarl/conf/task/magent/battlefield.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions benchmarl/conf/task/magent/combined_arms.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions benchmarl/conf/task/magent/gather.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions benchmarl/conf/task/magent/tiger_deer.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions benchmarl/environments/magent/battle.py

This file was deleted.

19 changes: 0 additions & 19 deletions benchmarl/environments/magent/battlefield.py

This file was deleted.

19 changes: 0 additions & 19 deletions benchmarl/environments/magent/combined_arms.py

This file was deleted.

12 changes: 6 additions & 6 deletions benchmarl/environments/magent/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ class MAgentTask(Task):
"""Enum for MAgent2 tasks."""

ADVERSARIAL_PURSUIT = None
BATTLE = None
BATTLEFIELD = None
COMBINED_ARMS = None
GATHER = None
TIGER_DEER = None
# BATTLE = None
# BATTLEFIELD = None
# COMBINED_ARMS = None
# GATHER = None
# TIGER_DEER = None

def get_env_fun(
self,
Expand All @@ -37,7 +37,7 @@ def get_env_fun(
return_state=True,
seed=seed,
done_on_any=False,
use_mask=True,
use_mask=False,
device=device
)

Expand Down
18 changes: 0 additions & 18 deletions benchmarl/environments/magent/gather.py

This file was deleted.

17 changes: 0 additions & 17 deletions benchmarl/environments/magent/tiger_deer.py

This file was deleted.

0 comments on commit b70002b

Please sign in to comment.