Switch LIBERO checkpoint to native_delta_eef10 action representation
Browse filesThe previous release served `absolute_eef10` (absolute EEF pose, with
osc_position_scale=0.05 / osc_rotation_scale=0.5 in the stats), while the
LIBERO evaluation client in benchmarks/libero consumes the native normalized
delta command `[delta_xyz3, rot6d(Exp(delta_rotvec3)), gripper_open1]` without
composing with the current pose and without applying the controller scales.
This checkpoint is trained on the delta representation, matching both that
client contract and assets/benchmark_data/libero (conversion.json declares
output_representation=native_delta_eef10). normalization_stats.npy is now
byte-identical to the canonical benchmark_data stats file (keys: eef,
eef_state).
Measured on LIBERO with the official protocol (50 trials/task, seed 42),
sampled one task per suite: spatial 50/50, goal 49/50, object 50/50,
long 48/50 -> 197/200 = 98.5%.
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 24813767464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34c9a6c9af67dda9aaffa2edc0efa29b28eeee1c26dea419f98065c80508c96a
|
| 3 |
size 24813767464
|
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3fd7daa340ee6cbcb0d6a489a130f1e866c2688fcc40ffd98cae506b4d0cc8e
|
| 3 |
+
size 2350
|