Skip to content

Commit

Permalink
Merge pull request #12 from moratodpg/remove_maven_branch
Browse files Browse the repository at this point in the history
clean up maven and others
  • Loading branch information
moratodpg authored Sep 29, 2022
2 parents a0b8a0d + c46f214 commit df1b964
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 1,009 deletions.
3 changes: 1 addition & 2 deletions main_run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ def run_sequential_test(args, logger):
"reward": {"vshape": (1,)},
"terminated": {"vshape": (1,), "dtype": th.uint8},
}
if args.mac=="maven_mac":
scheme["noise"] = {"vshape": (args.noise_dim,)}

groups = {
"agents": args.n_agents
}
Expand Down
57 changes: 0 additions & 57 deletions pymarl/config/algs/maven.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions pymarl/config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ obs_last_action: True # Include the agent's last action (one_hot) in the observa
# --- Experiment running params ---
repeat_id: 1
label: "default_label"

# maven
noise_bandit: False
2 changes: 0 additions & 2 deletions pymarl/controllers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from .basic_controller import BasicMAC
from .is_controller import ISMAC
from .maven_controller import MavenMAC

REGISTRY["basic_mac"] = BasicMAC
REGISTRY["maven_mac"] = MavenMAC
REGISTRY["is_mac"] = ISMAC
105 changes: 0 additions & 105 deletions pymarl/controllers/maven_controller.py

This file was deleted.

1 change: 0 additions & 1 deletion pymarl/learners/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from .coma_learner import COMALearner
from .comaIS_learner import COMAISLearner
from .ddmac_learner import DDMACLearner
from .maven_learner import MavenLearner
REGISTRY = {}

REGISTRY["q_learner"] = QLearner
Expand Down
Loading

0 comments on commit df1b964

Please sign in to comment.