Skip to content

Commit

Permalink
removed wandb entity
Browse files Browse the repository at this point in the history
  • Loading branch information
kywch committed Aug 30, 2024
1 parent 9ed147a commit bbde72f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
wandb:
project: meta-mmo
entity: kywch
group: ~

debug:
Expand Down
2 changes: 0 additions & 2 deletions train_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ def init_wandb(args, resume=True):
if args.no_track:
return None
assert args.wandb.project is not None, "Please set the wandb project in config.yaml"
assert args.wandb.entity is not None, "Please set the wandb entity in config.yaml"
wandb_kwargs = {
"id": wandb.util.generate_id(),
"project": args.wandb.project,
"entity": args.wandb.entity,
"config": {
"train_flag": args.train_flag,
"cleanrl": vars(args.train),
Expand Down

0 comments on commit bbde72f

Please sign in to comment.