Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rppc committed Nov 27, 2023
1 parent 16f2199 commit e53f999
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/train_curriculum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e53f999

Please sign in to comment.