add uuid to rollout log

This commit is contained in:
YeAnbang 2025-05-20 09:45:56 +08:00
parent 06cfbe313b
commit 70c3daa4ee

View File

@ -77,7 +77,7 @@ def launch_distributed(
wandb_group_name = str(uuid.uuid4())
rollout_log_file = os.path.join(
rollout_save_dir,
f"{project_name}_run_{wandb_group_name}.jsonl",
f"{project_name.replace(' ','_')}_run_{wandb_group_name}.jsonl",
)
procs = []