Skip to content

Commit

Permalink
Log n_actors
Browse files Browse the repository at this point in the history
  • Loading branch information
taku-y committed Aug 25, 2024
1 parent 7b5d843 commit 0589202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions border/examples/mujoco/sac_mujoco_async_tch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ mod utils {
recorder_run.set_tag("env", env_name)?;
recorder_run.set_tag("algo", "sac")?;
recorder_run.set_tag("backend", "tch")?;
recorder_run.set_tag("n_actors", args.n_actors.to_string())?;
Ok(Box::new(recorder_run))
}
false => Ok(Box::new(TensorboardRecorder::new(model_dir))),
Expand Down

0 comments on commit 0589202

Please sign in to comment.