hackhackhack66666 commited on
Commit
5b77d1c
·
verified ·
1 Parent(s): f828c5b

Add Blockwise-OAT baseline artifacts (benchmarks/verify_dataset.json)

Browse files
Files changed (1) hide show
  1. benchmarks/verify_dataset.json +83 -0
benchmarks/verify_dataset.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_max": 1.0,
3
+ "action_min": -1.0,
4
+ "action_shapes_seen": [
5
+ [
6
+ 32,
7
+ 7
8
+ ]
9
+ ],
10
+ "checkpoint": "output/baselines/original_oat/hf/policy_ep-0250_sr-0.596.ckpt",
11
+ "dataset_len": 124087,
12
+ "dataset_zarr_path": "/workspace/OAT-RoboMimic-Fine-tune/BLT-OAT/data/libero/libero10_N500.zarr",
13
+ "obs_dtypes_seen": {
14
+ "agentview_rgb": [
15
+ "torch.uint8"
16
+ ],
17
+ "robot0_eef_pos": [
18
+ "torch.float32"
19
+ ],
20
+ "robot0_eef_quat": [
21
+ "torch.float32"
22
+ ],
23
+ "robot0_eye_in_hand_rgb": [
24
+ "torch.uint8"
25
+ ],
26
+ "robot0_gripper_qpos": [
27
+ "torch.float32"
28
+ ],
29
+ "task_uid": [
30
+ "torch.int64"
31
+ ]
32
+ },
33
+ "obs_shapes_seen": {
34
+ "agentview_rgb": [
35
+ [
36
+ 2,
37
+ 128,
38
+ 128,
39
+ 3
40
+ ]
41
+ ],
42
+ "robot0_eef_pos": [
43
+ [
44
+ 2,
45
+ 3
46
+ ]
47
+ ],
48
+ "robot0_eef_quat": [
49
+ [
50
+ 2,
51
+ 4
52
+ ]
53
+ ],
54
+ "robot0_eye_in_hand_rgb": [
55
+ [
56
+ 2,
57
+ 128,
58
+ 128,
59
+ 3
60
+ ]
61
+ ],
62
+ "robot0_gripper_qpos": [
63
+ [
64
+ 2,
65
+ 2
66
+ ]
67
+ ],
68
+ "task_uid": [
69
+ [
70
+ 2,
71
+ 1
72
+ ]
73
+ ]
74
+ },
75
+ "passed": true,
76
+ "prefix_errors": [],
77
+ "prefix_samples_checked": 100,
78
+ "prefix_samples_ok": 100,
79
+ "schema_errors": [],
80
+ "schema_samples_checked": 64,
81
+ "smoke_subset": null,
82
+ "tokenizer_checkpoint": "output/baselines/original_oat/hf/tokenizer_ep-0950_mse-0.002.ckpt"
83
+ }