Skip to content

Commit

Permalink
all tests apart reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 27, 2024
1 parent cb35028 commit b4c678b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/test_magent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@

import pytest

from algorithms import IppoConfig, IsacConfig, MasacConfig, QmixConfig
from benchmarl.algorithms import algorithm_config_registry
from benchmarl.algorithms import (
algorithm_config_registry,
IppoConfig,
IsacConfig,
MasacConfig,
QmixConfig,
)
from benchmarl.algorithms.common import AlgorithmConfig
from benchmarl.environments import MAgentTask, Task
from benchmarl.experiment import Experiment
Expand Down

0 comments on commit b4c678b

Please sign in to comment.