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,