Skip to content

Commit

Permalink
Move configs into align_system module (bugfix for non-editable installs)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjoy committed Jun 25, 2024
1 parent c5bca61 commit 5137070
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ an existing field)

In the example below, we're building upon the default configuration,
but we're running the `kaleido_hybrid` ADM (it's configuration can be
found [here](configs/adm/hybrid_kaleido.yaml)), aligning to
found [here](align_system/configs/adm/hybrid_kaleido.yaml)), aligning to
`maximization_high`, and interfacing with the `ta3` service (instead
of a local sample file).

Expand Down Expand Up @@ -101,7 +101,7 @@ subdirectory called `.hydra`.
Overriding at the command line is quick and handy, but Hydra has this
notion of "experiments", which are essentially a set of overrides
captured in a new configuration file. We manage these experiments in
`config/experiments`, and have created an experiment for each of the
`align_system/configs/experiments`, and have created an experiment for each of the
delivered ADMs for the Metrics Evaluation (both to run on training
data, and eval data).

Expand Down
2 changes: 1 addition & 1 deletion align_system/cli/run_align_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


@hydra.main(version_base=None,
config_path="../../configs",
config_path="../configs",
config_name="action_based")
def main(cfg: DictConfig) -> None:
cfg = instantiate(cfg, recursive=True)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5137070

Please sign in to comment.