Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Freitas committed May 1, 2024
1 parent eeac46c commit aaed1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def train(cfg: DictConfig) -> None:
wandb.init(
project=cfg.policy,
group=cfg.task.task_name,
name=f"v1.1.4 - E_GNN Encoder",
name=f"v1.2.1",
# track hyperparameters and run metadata
config={
"policy": cfg.policy,
Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def train(cfg: DictConfig) -> None:
wandb.init(
project=policy.__class__.__name__,
group=cfg.task.task_name,
name=f"v1.2.1",
name=f"v1.2.2",
# track hyperparameters and run metadata
config={
"policy": cfg.policy,
Expand Down

0 comments on commit aaed1cb

Please sign in to comment.