Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jun 10, 2024
1 parent 94661be commit beca179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarl/hydra_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def load_task_config_from_hydra(cfg: DictConfig, task_name: str) -> Task:
cfg_dict_checked = cfg_dict_checked.__dict__
cfg_dict_checked = _type_check_task_config(
environment_name, inner_task_name, cfg_dict_checked
)
) # Only needed for the warning
return task_config_registry[task_name].update_config(cfg_dict_checked)


Expand Down

0 comments on commit beca179

Please sign in to comment.