Skip to content

Commit

Permalink
[Patch] Respect ALF_WANDB_ENTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
breakds committed Jun 17, 2024
1 parent ad586df commit 2a32fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alf/bin/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _train(conf_file: str, root_dir, rank=0, world_size=1):

wandb.init(
project=project,
entity="horizon-robotics-gail",
entity=os.getenv("ALF_WANDB_ENTITY", "horizon-robotics-gail"),
group=group,
name=name,
reinit=True,
Expand Down

0 comments on commit 2a32fe9

Please sign in to comment.