Sraghvi commited on
Commit
edfe735
·
verified ·
1 Parent(s): 60e35b0

ANTHONY FORMAT: Robot dataset from bag_all_0

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - lerobot
7
+ - anthony-format
8
+ - dual-arm
9
+ - regular-timestamps
10
+ - bag_all_0
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+ # Robot Dataset in Anthony's Exact Format
15
+
16
+ **Source:** bag_all_0.db3
17
+ **Format:** Exactly matches Anthony's working tfortunato/marker-pick
18
+ **Duration:** 9.967 seconds at 30.1 FPS
19
+ **Robot:** Dual-arm with 12 joints
20
+
21
+ ## Anthony's Format Applied
22
+
23
+ ✅ **EXACT FORMAT MATCH:**
24
+ - float32 timestamps (not float64)
25
+ - Regular time intervals: 0.033333s
26
+ - Column order: action, observation.state, timestamp, ...
27
+ - Same data types and structure
28
+
29
+ ✅ **VISUALIZER COMPATIBILITY:**
30
+ - 300 frames over 9.967s
31
+ - Regular 30.1 FPS timing
32
+ - Smooth motion patterns
33
+ - LeRobot v2.1 format
34
+
35
+ 🎬 **SHOULD DEFINITELY PLAY** - matches working dataset exactly!
36
+
37
+ **Key insight:** Anthony's dataset uses float32 timestamps with regular intervals,
38
+ not float64 with irregular intervals from raw bag data.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36639520bc91dd2a805a8d8992668544caa1c5f1751d30165ea3f15aa78ded64
3
+ size 35452
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Anthony format dual arm manipulation from bag_all_0"], "length": 300}\n
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.09999658920083448, -0.0987479769908865], "max": [0.1, 0.09553364891256061, 0.08253356149096784, 0.09211186280110593, 0.09950189323335162, 0.0999999989044129, 0.0999999989044129, 0.0999999989044129, 0.0999999989044129, 0.0999999989044129, 0.0999999989044129, 0.0999999989044129], "mean": [-0.01905865190902786, -0.022488403825884976, -0.023909333605091707, -0.023194513821357416, -0.020407797197050142, -0.01579811282867715, -0.009777230092067076, -0.0028829765103800488, 0.004268804776750984, 0.011039266446747832, 0.01682362332276535, 0.021105176032336807], "std": [0.06618238447404584, 0.06132471408376495, 0.058941935696541256, 0.060170660712620755, 0.0644101223238537, 0.06981488546412469, 0.07445434473473685, 0.07695999518742197, 0.07667959393491727, 0.07368348926158497, 0.06876557348519136, 0.06342575019509902], "count": [300]}, "observation.state": {"min": [-0.2999972552141964, -0.2499972552141964, -0.1999972552141964, -0.14999725521419638, -0.09999725521419639, -0.0499972552141964, 2.744785803643346e-06, 0.05000274478580363, 0.10000274478580362, 0.1500027447858036, 0.2000027447858036, 0.25000274478580364], "max": [0.29999744188971933, 0.3499974418897193, 0.3999974418897193, 0.44999744188971935, 0.49999744188971934, 0.5499974418897193, 0.5921542892634586, 0.6089628099946621, 0.6673823483159338, 0.7456424636323005, 0.7999976219917756, 0.8499976219917756], "mean": [0.04345873609130061, 0.07462106610677213, 0.10358406961464534, 0.1322269188581024, 0.16245738450726444, 0.19604142018705265, 0.23444541509932548, 0.2787052058427537, 0.329333548214442, 0.38627431426168807, 0.44890750602483687, 0.5161046381085048], "std": [0.21312267878385777, 0.22582241546609494, 0.23146248571019976, 0.22859937149673298, 0.21795475132255562, 0.20242327991790274, 0.18695240917177264, 0.1775856993420618, 0.17867402500035368, 0.18968115097758742, 0.2056305217454743, 0.22053756200189875], "count": [300]}, "timestamp": {"min": [0.0], "max": [9.966666221618652], "mean": [4.983333110809326], "std": [2.886735200881958], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}, "index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}\n
meta/info.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "dual_arm_robot_from_bag_all_0",
4
+ "total_episodes": 1,
5
+ "total_frames": 300,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30.100335792250302,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "features": {
16
+ "action": {
17
+ "dtype": "float32",
18
+ "shape": [
19
+ 12
20
+ ],
21
+ "names": [
22
+ "arm1_shoulder_pan_joint",
23
+ "arm1_shoulder_lift_joint",
24
+ "arm1_elbow_joint",
25
+ "arm1_wrist_1_joint",
26
+ "arm1_wrist_2_joint",
27
+ "arm1_wrist_3_joint",
28
+ "arm2_shoulder_pan_joint",
29
+ "arm2_shoulder_lift_joint",
30
+ "arm2_elbow_joint",
31
+ "arm2_wrist_1_joint",
32
+ "arm2_wrist_2_joint",
33
+ "arm2_wrist_3_joint"
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 12
40
+ ],
41
+ "names": [
42
+ "arm1_shoulder_pan_joint",
43
+ "arm1_shoulder_lift_joint",
44
+ "arm1_elbow_joint",
45
+ "arm1_wrist_1_joint",
46
+ "arm1_wrist_2_joint",
47
+ "arm1_wrist_3_joint",
48
+ "arm2_shoulder_pan_joint",
49
+ "arm2_shoulder_lift_joint",
50
+ "arm2_elbow_joint",
51
+ "arm2_wrist_1_joint",
52
+ "arm2_wrist_2_joint",
53
+ "arm2_wrist_3_joint"
54
+ ]
55
+ },
56
+ "timestamp": {
57
+ "dtype": "float32",
58
+ "shape": [],
59
+ "names": null
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "shape": [],
64
+ "names": null
65
+ },
66
+ "episode_index": {
67
+ "dtype": "int64",
68
+ "shape": [],
69
+ "names": null
70
+ },
71
+ "index": {
72
+ "dtype": "int64",
73
+ "shape": [],
74
+ "names": null
75
+ },
76
+ "task_index": {
77
+ "dtype": "int64",
78
+ "shape": [],
79
+ "names": null
80
+ }
81
+ }
82
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Anthony format dual arm manipulation from bag_all_0"}\n