bearlover365 commited on
Commit
26c29c5
·
verified ·
1 Parent(s): 80a3bbe

bootstrap v2 meta

Browse files
Files changed (3) hide show
  1. meta/episodes.jsonl +0 -0
  2. meta/info.json +11 -0
  3. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
File without changes
meta/info.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "observation.state": { "type": "STATE", "shape": [6] },
6
+ "observation.images.wrist": { "type": "VISUAL", "shape": [3, 480, 640] },
7
+ "action": { "type": "ACTION", "shape": [6] }
8
+ },
9
+ "cameras": ["wrist"],
10
+ "video": true
11
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task":"Grab all socks and place into your box","task_index":0}