Skip to content

Commit

Permalink
Logs the algo name in wandb
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed May 13, 2022
1 parent 52b3653 commit e6ec9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def main(_):
monitor_gym=True,
save_code=True,
)
wandb.config.update({"algo": algo})

summary_writer = SummaryWriter(
os.path.join(FLAGS.save_dir, run_name))
Expand Down

0 comments on commit e6ec9d9

Please sign in to comment.