Gadget2 commited on
Commit
63d2627
·
verified ·
1 Parent(s): 5549cba

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +14 -0
meta/info.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_version": "v1",
3
+ "robot": {
4
+ "name": "my_custom_robot",
5
+ "dof": 7,
6
+ "type": "custom"
7
+ },
8
+ "cameras": [
9
+ "ego_view"
10
+ ],
11
+ "num_episodes": 6,
12
+ "fps": 30,
13
+ "has_videos": true
14
+ }