Skip to content

Commit

Permalink
config path
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Dec 1, 2023
1 parent d0268b3 commit 82e2dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/IPPO/ippo_rnn_hanabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def callback(metric):
return train


@hydra.main(version_base=None, config_path="../config", config_name="ippo_rnn_hanabi")
@hydra.main(version_base=None, config_path="config", config_name="ippo_rnn_hanabi")
def main(config):
config = OmegaConf.to_container(config)

Expand Down

0 comments on commit 82e2dc6

Please sign in to comment.