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
Copy file name to clipboardExpand all lines: src/content/docs/es/evaluation/run-benchmark.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,11 @@ Configuraciones de tareas disponibles:
33
33
34
34
Splits: `val_train`, `val_unseen`, `test`
35
35
36
-
Envía todas las tareas a la vez con `gmp submit ebench --run_id full_run`.
36
+
Ejemplos:
37
+
38
+
1. Enviar todas las tareas de una vez: `gmp submit ebench --run_id full_run`.
39
+
2. Enviar todas las tareas de evaluación de `mobile_manip`: `gmp submit ebench/mobile_manip/test --run_id evaluate_mobile_manip`.
40
+
3. Enviar la tarea de evaluación `collect_coffee_beans` de `table_top_manip`: `gmp submit ebench/table_top_manip/test/collect_coffee_beans --run_id evaluate_only_one_task`.
en: 'Each coffee bean placed in the jar contributes `0.5/7`. The total score is the sum over all seven beans.',
332
-
'zh-cn': '每颗 coffee bean 成功进入 jar 记 `0.5/7`。总分为七颗豆子的得分之和。',
331
+
en: 'The lid contributes `0.5` when it is placed on the jar, aligned near the jar axis, and parallel to the tabletop. Each of the seven coffee beans in the jar contributes `0.5/7`.',
en: 'The cup contributes `0.5` when its opening faces upward and its center axis stays within 10 degrees of the world Z axis. Each cookie placed in the bowl contributes `0.5/5`.',
en: 'The cup contributes `0.5` when its opening faces upward and its center axis is within 10 degrees of the world Z axis. Each of the five cookies in the bowl contributes `0.5/5`.',
346
+
'zh-cn': '杯口朝上且杯子中心轴与 World Z axis 夹角在 10° 以内时记 `0.5`。5 块饼干中,每块放入碗内各记 `0.5/5`。',
en: 'Score `1.0` when the frame is upright, tightly leaning against the pen holder, and the frame normal stays within 45 degrees of the world Z axis.',
en: 'Temporal condition 1 (prerequisite): the frame center stays above a required height (`1/3`). Temporal condition 2 (evaluated only after condition 1): the frame is in contact with the cup (`1/3`), and the frame stays in an upright leaning pose (`1/3`).',
en: 'Score `1.0` when the nut is fully screwed onto the bolt.',
416
-
'zh-cn': '当 nut 被完整旋入 bolt 时,得分为 `1.0`。',
415
+
en: 'Temporal condition 1 (prerequisite): the nut is at the top end of the bolt (`0.5`). Temporal condition 2 (evaluated only after condition 1): the nut is fully tightened onto the bolt (`0.5`).',
0 commit comments