Skip to content

Commit

Permalink
add syllabus to wandb log
Browse files Browse the repository at this point in the history
  • Loading branch information
kywch committed Apr 18, 2024
1 parent 1938d16 commit acf7596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def init_wandb(args, resume=True):
"policy": args.policy,
"recurrent": args.recurrent,
"reward_wrapper": args.reward_wrapper,
"syllabus": args.syllabus,
},
"name": args.exp_name,
"monitor_gym": True,
Expand Down

0 comments on commit acf7596

Please sign in to comment.