wentacc commited on
Commit
ec9c189
·
verified ·
1 Parent(s): c926ecc

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +44 -0
meta/info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "fps": 50,
4
+ "robot_type": "metaworld",
5
+ "total_episodes": 100,
6
+ "total_frames": 50000,
7
+ "total_tasks": 1,
8
+ "total_videos": 0,
9
+ "total_chunks": 1,
10
+ "chunks_size": 1000,
11
+ "splits": {
12
+ "train": "0:100"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "features": {
16
+ "observation.state": {
17
+ "dtype": "float32",
18
+ "shape": [
19
+ 4
20
+ ],
21
+ "names": {
22
+ "axes": null
23
+ }
24
+ },
25
+ "observation.environment_state": {
26
+ "dtype": "float32",
27
+ "shape": [
28
+ 39
29
+ ],
30
+ "names": {
31
+ "axes": null
32
+ }
33
+ },
34
+ "action": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 4
38
+ ],
39
+ "names": {
40
+ "axes": null
41
+ }
42
+ }
43
+ }
44
+ }