Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Dec 5, 2024
1 parent 71cd97e commit 862fc6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Why would I BenchMARL 🤔?
^^^^^^^^^^^^^^^^^^^^^^^^^

Why would you BenchMARL, I see you ask.

Well, you can BenchMARL to compare different algorithms, environments, models,
to check how your new research compares to existing ones, or if you just want to approach
the domain and want to easily take a picture of the landscape.
Expand Down
2 changes: 1 addition & 1 deletion test/test_magent.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_reloading_trainer(
task=task.get_from_yaml(),
)

@pytest.mark.parametrize("algo_config", [QmixConfig, IppoConfig, MasacConfig])
@pytest.mark.parametrize("algo_config", [QmixConfig, MasacConfig])
@pytest.mark.parametrize("task", [MAgentTask.ADVERSARIAL_PURSUIT])
@pytest.mark.parametrize("share_params", [True, False])
def test_share_policy_params(
Expand Down

0 comments on commit 862fc6b

Please sign in to comment.