From 862fc6b7cb24c2e1d9e4721d1487d9522bae0c84 Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Thu, 5 Dec 2024 10:41:04 -0800 Subject: [PATCH] ci --- docs/source/index.rst | 1 - test/test_magent.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 109661f3..c6cefe5b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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. diff --git a/test/test_magent.py b/test/test_magent.py index 9be8240c..3db33220 100644 --- a/test/test_magent.py +++ b/test/test_magent.py @@ -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(