File size: 4,221 Bytes
4716e09
 
f2e5173
4716e09
 
 
 
 
 
 
 
 
74cac75
f21bb69
74cac75
4716e09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "_comment": "Upstream paper results for SmolVLA (0.45B) on LIBERO benchmark. NOT locally reproduced \u2014 numbers sourced from arxiv:2506.01844 Table 2. Reproduction is achievable via lerobot-eval (see reproduction_cli below); deferred to a dedicated benchmark session due to ~8h GPU time per full run.",
  "schema_version": "0.1",
  "source": {
    "paper": "SmolVLA: A vision-language-action model for affordable and efficient robotics",
    "arxiv": "https://arxiv.org/abs/2506.01844",
    "table": "Table 2 \u2014 Simulation benchmarks (LIBERO and Meta-World)",
    "model_variant": "SmolVLA (0.45B)",
    "evaluated_by": "upstream authors",
    "reproduced_locally": false,
    "reproduction_planned": "Deferred \u2014 use lerobot-eval CLI (see reproduction_cli). Requires ~8h GPU on A100-class hardware.",
    "reproduction_cli": {
      "description": "Re-run this benchmark inside the OpenRAL repo. openral benchmark run is the canonical producer of RSkillEvalResult JSONs with reproduced_locally=true.",
      "command": "openral benchmark run --suite libero_spatial --rskill smolvla-libero",
      "status": "in-tree (libero_spatial); libero_object / libero_goal / libero_10 catalogue YAMLs land in a follow-up",
      "notes": [
        "The 'results' block on this file is still the paper snapshot (reproduced_locally=false); re-running the command above and overwriting the file with its output flips that flag.",
        "libero_10 is the lerobot/upstream name for LIBERO-Long (what the SmolVLA paper calls 'Long').",
        "lerobot.envs.LiberoEnv auto-injects LiberoProcessorStep to remap LIBERO obs keys to observation.images.* / observation.state.*.",
        "No separate LIBERO gym install needed \u2014 lerobot bundles the adapter. Only lerobot + its sim extras required.",
        "For LIBERO-plus (robustness, ~10k variants): --env.type=libero_plus"
      ]
    }
  },
  "benchmark": {
    "name": "LIBERO",
    "dataset": "physical-intelligence/libero",
    "dataset_episodes": 1693,
    "protocol": "10 trials per task, binary success (task fully completed or not), multi-task training",
    "tasks_per_suite": 10,
    "suites": [
      "spatial",
      "object",
      "goal",
      "long"
    ],
    "total_tasks": 40,
    "robot": "Franka Panda (7-DOF)",
    "simulator": "LIBERO (MuJoCo-based)"
  },
  "eval_config": {
    "action_chunk_size": 50,
    "flow_matching_steps": 10,
    "image_size": [
      512,
      512
    ],
    "cameras": [
      "OBS_IMAGE_1",
      "OBS_IMAGE_2"
    ],
    "inference_mode": "synchronous",
    "vla_pretraining": false,
    "training_steps": 100000,
    "batch_size": 64
  },
  "results": {
    "libero_spatial": {
      "success_rate": 0.9,
      "n_tasks": 10,
      "n_trials_per_task": 10
    },
    "libero_object": {
      "success_rate": 0.96,
      "n_tasks": 10,
      "n_trials_per_task": 10
    },
    "libero_goal": {
      "success_rate": 0.92,
      "n_tasks": 10,
      "n_trials_per_task": 10
    },
    "libero_long": {
      "success_rate": 0.71,
      "n_tasks": 10,
      "n_trials_per_task": 10
    },
    "libero_avg": {
      "success_rate": 0.873,
      "note": "Average across all four LIBERO suites"
    }
  },
  "baselines": {
    "diffusion_policy": {
      "libero_spatial": 0.783,
      "libero_object": 0.925,
      "libero_goal": 0.683,
      "libero_long": 0.505,
      "avg": 0.724,
      "vla_pretraining": false
    },
    "octo_90M": {
      "libero_spatial": 0.789,
      "libero_object": 0.857,
      "libero_goal": 0.846,
      "libero_long": 0.511,
      "avg": 0.751,
      "vla_pretraining": true
    },
    "openvla_7b": {
      "libero_spatial": 0.847,
      "libero_object": 0.884,
      "libero_goal": 0.792,
      "libero_long": 0.537,
      "avg": 0.765,
      "vla_pretraining": true
    },
    "pi0_paligemma_3b": {
      "libero_spatial": 0.87,
      "libero_object": 0.63,
      "libero_goal": 0.89,
      "libero_long": 0.48,
      "avg": 0.718,
      "vla_pretraining": false
    },
    "pi0_3b_robotics_pretrained": {
      "libero_spatial": 0.9,
      "libero_object": 0.86,
      "libero_goal": 0.95,
      "libero_long": 0.73,
      "avg": 0.86,
      "vla_pretraining": true
    }
  }
}