From 7a277e6a02bc71f1f5404bceef022bf2b5b353e3 Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Sun, 24 Nov 2024 15:49:44 +0000 Subject: [PATCH] ci --- test/test_magent.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_magent.py b/test/test_magent.py index 2a05a198..e04ec08d 100644 --- a/test/test_magent.py +++ b/test/test_magent.py @@ -6,10 +6,12 @@ import pytest + from benchmarl.algorithms import ( algorithm_config_registry, IppoConfig, IsacConfig, + MappoConfig, MasacConfig, QmixConfig, ) @@ -47,7 +49,7 @@ def test_all_algos( ) experiment.run() - @pytest.mark.parametrize("algo_config", [IppoConfig, QmixConfig, IsacConfig]) + @pytest.mark.parametrize("algo_config", [MappoConfig, QmixConfig, IsacConfig]) @pytest.mark.parametrize("task", [MAgentTask.ADVERSARIAL_PURSUIT]) def test_gnn( self,