Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 24, 2024
1 parent 4beb8f7 commit 7a277e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_magent.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@


import pytest

from benchmarl.algorithms import (
algorithm_config_registry,
IppoConfig,
IsacConfig,
MappoConfig,
MasacConfig,
QmixConfig,
)
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 7a277e6

Please sign in to comment.