Skip to content

Commit

Permalink
[Fix] Small bugfixes 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 19, 2023
1 parent 2cbfa51 commit 00efda3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarl/hydra_run.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from experiment import ExperimentConfig
from omegaconf import DictConfig, OmegaConf

from benchmarl.algorithms.common import AlgorithmConfig
from benchmarl.environments import Task, task_config_registry
from benchmarl.experiment import Experiment
from benchmarl.experiment import Experiment, ExperimentConfig
from benchmarl.models import model_config_registry
from benchmarl.models.common import ModelConfig, parse_model_config, SequenceModelConfig

Expand Down

0 comments on commit 00efda3

Please sign in to comment.