You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WandbSummaryWriter always uses run_name = os.path.split(log_dir)[-1] instead of using run_name from config. I would expect the run_name to be used if provided.
WandbSummaryWriteralways usesrun_name = os.path.split(log_dir)[-1]instead of using run_name from config. I would expect the run_name to be used if provided.https://github.com/leggedrobotics/rsl_rl/blob/main/rsl_rl/utils/wandb_utils.py