From e53f999b1a375f01e3a68159dc5c0f78fe28703f Mon Sep 17 00:00:00 2001 From: Rui Cardoso Date: Mon, 27 Nov 2023 15:56:19 +0000 Subject: [PATCH] bug fix --- examples/train_curriculum.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/train_curriculum.py b/examples/train_curriculum.py index f84fe4717..14b626669 100644 --- a/examples/train_curriculum.py +++ b/examples/train_curriculum.py @@ -28,7 +28,12 @@ } REPS = { "task_type_1_2": 4, - "task_type_3_4": 1, + "task_type_3_GR_Platform_2x9_HC": 1, + "task_type_3_GR_Platform_9x9_HC": 1, + "task_type_3_GR_Platform_4x4_HC": 1, + "task_type_4_GR_Platform_20x20_FA": 1, + "task_type_4_GR_Platform_9x9_FA": 1, + "task_type_4_GR_Platform_3x40_FA": 1, "task_type_5_6": 1, "task_type_7_8": 1 }