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 22, 2022
1 parent 6a37d80 commit fbcde9d
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 fbcde9d

Please sign in to comment.