Skip to content

Commit

Permalink
Fix usage string.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Jan 12, 2024
1 parent 8828a35 commit 8e67dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __call__(


def make_parser() -> argparse.ArgumentParser:
example_usage = "python -m imitation.scripts.tune pc seals_swimmer"
example_usage = "python tune.py pc seals_swimmer"
possible_named_configs = "\n".join(
f" - {algo}: {', '.join(objective.sacred_ex.named_configs.keys())}"
for algo, objective in objectives_by_algo.items()
Expand Down

0 comments on commit 8e67dd4

Please sign in to comment.