liwei commited on
Commit
131a14f
·
1 Parent(s): fa903f5

Add meta_data adn train

Browse files
meta_data/episode_data_index.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808708f64a7910dd692c7ea13662f896b0ab4077aabdbc6f332f9567017bf962
3
+ size 5112
meta_data/info.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v1.6",
3
+ "fps": 30,
4
+ "video": 1,
5
+ "encoding": {
6
+ "vcodec": "libsvtav1",
7
+ "pix_fmt": "yuv420p",
8
+ "g": 2,
9
+ "crf": 30
10
+ }
11
+ }
meta_data/stats.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d21b478b46e440143980546c4846af55a0c9e35ec76d4fd523aa17f4e96727
3
+ size 4648
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7422e4be6124b9db5f2b79f2e9f02867b38facf5da813d954d9bff160d331dd
3
+ size 61202496
train/dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "observation.images.left_top": {
6
+ "_type": "VideoFrame"
7
+ },
8
+ "observation.images.right_top": {
9
+ "_type": "VideoFrame"
10
+ },
11
+ "observation.images.left_wrist": {
12
+ "_type": "VideoFrame"
13
+ },
14
+ "observation.images.right_wrist": {
15
+ "_type": "VideoFrame"
16
+ },
17
+ "observation.state": {
18
+ "feature": {
19
+ "dtype": "float32",
20
+ "_type": "Value"
21
+ },
22
+ "length": 28,
23
+ "_type": "Sequence"
24
+ },
25
+ "action": {
26
+ "feature": {
27
+ "dtype": "float32",
28
+ "_type": "Value"
29
+ },
30
+ "length": 28,
31
+ "_type": "Sequence"
32
+ },
33
+ "episode_index": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "frame_index": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ },
41
+ "timestamp": {
42
+ "dtype": "float32",
43
+ "_type": "Value"
44
+ },
45
+ "next.done": {
46
+ "dtype": "bool",
47
+ "_type": "Value"
48
+ },
49
+ "index": {
50
+ "dtype": "int64",
51
+ "_type": "Value"
52
+ }
53
+ },
54
+ "homepage": "",
55
+ "license": ""
56
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0931729a4669c085",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }