Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Oct 21, 2023
1 parent e933b2b commit f3ebfbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 0 additions & 10 deletions benchmarl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@

import importlib

from benchmarl import (
algorithms,
benchmark,
environments,
eval_results,
experiment,
models,
utils,
)


_has_hydra = importlib.util.find_spec("hydra") is not None

Expand Down
5 changes: 4 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ API
.. autosummary::
:toctree: generated

benchmarl
benchmarl.algorithms
benchmarl.models
benchmarl.experiment
benchmarl.environments

0 comments on commit f3ebfbd

Please sign in to comment.