From 041ef5cf612925e9ae18b3e3594ec015d027c398 Mon Sep 17 00:00:00 2001 From: weijie <609587797@qq.com> Date: Fri, 3 Jul 2026 00:05:19 +0800 Subject: [PATCH] Set CoD train configs to both mode mode: train only launches the trainer, leaving these GRPO configs waiting for rollout data that never arrives. CoD training needs the explorer and the trainer together, i.e. mode: both. --- .../exp_plan_final/train/alchemy_abl_no_adaptive_red.yaml | 2 +- .../exp_plan_final/train/alchemy_abl_no_adaptive_red_is.yaml | 2 +- .../research_cod/exp_plan_final/train/frozen_lake_obscure.yaml | 2 +- .../research_cod/exp_plan_final/train/mixed_flobs_alchran.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red.yaml b/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red.yaml index cbb921675b..62dcd71383 100644 --- a/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red.yaml +++ b/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red.yaml @@ -4,7 +4,7 @@ project: "trinity-cod-final" group: "alchemy_abl_no_adaptive_red" name: "qwen3-8b-alchemy" -mode: train +mode: both checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints} continue_from_checkpoint: false cod: diff --git a/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red_is.yaml b/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red_is.yaml index 85b6e35742..e3fa351761 100644 --- a/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red_is.yaml +++ b/examples/research_cod/exp_plan_final/train/alchemy_abl_no_adaptive_red_is.yaml @@ -5,7 +5,7 @@ project: "trinity-cod-final" group: "alchemy_abl_no_adaptive_red_is" name: "qwen3-8b-alchemy" -mode: train +mode: both checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints} continue_from_checkpoint: false cod: diff --git a/examples/research_cod/exp_plan_final/train/frozen_lake_obscure.yaml b/examples/research_cod/exp_plan_final/train/frozen_lake_obscure.yaml index eb51e3c5e5..ddbbe4b7c4 100644 --- a/examples/research_cod/exp_plan_final/train/frozen_lake_obscure.yaml +++ b/examples/research_cod/exp_plan_final/train/frozen_lake_obscure.yaml @@ -3,7 +3,7 @@ project: "trinity-cod-final" group: "frozen_lake_obscure" name: "qwen3-8b-flobs" -mode: train +mode: both checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints} continue_from_checkpoint: false cod: diff --git a/examples/research_cod/exp_plan_final/train/mixed_flobs_alchran.yaml b/examples/research_cod/exp_plan_final/train/mixed_flobs_alchran.yaml index 7b7de46eb0..bddf17a71b 100644 --- a/examples/research_cod/exp_plan_final/train/mixed_flobs_alchran.yaml +++ b/examples/research_cod/exp_plan_final/train/mixed_flobs_alchran.yaml @@ -4,7 +4,7 @@ project: "trinity-cod-final" group: "mixed_flobs_alchran" name: "qwen3-8b-mixed" -mode: train +mode: both checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints} continue_from_checkpoint: false cod: