Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Dec 2, 2024
1 parent 89aa5cb commit ef1d157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mlos_bench/mlos_bench/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
- ``environments/``:
Contains the configs for :py:mod:`~mlos_bench.environments`, and their
associated scripts (if relevant, e.g., for
`:py:class:`~mlos_bench.enviroments.remote_env.RemoteEnv` or
:py:class:`~mlos_bench.enviroments.script_env.ScriptEnv`) and
`:py:class:`~mlos_bench.environments.remote_env.RemoteEnv` or
:py:class:`~mlos_bench.environments.script_env.ScriptEnv`) and
:py:mod:`~mlos_bench.tunables`.
There is usally one *root* environment that chains the others together to build
a full experiment (e.g., via
:py:class:`~mlos_bench.environments.composite_environment.CompositeEnv` and the
:py:class:`~mlos_bench.environments.composite_env.CompositeEnv` and the
``include_children`` field).
The *root* environment is the one referenced in the CLI config ``environment``
field.
Expand Down

0 comments on commit ef1d157

Please sign in to comment.