ChengsongHuang commited on
Commit
9281cd3
·
verified ·
1 Parent(s): c991e32

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: objects
7
+ list:
8
+ - name: id
9
+ dtype: string
10
+ - name: ' object_type'
11
+ dtype: string
12
+ - name: ' position_x'
13
+ dtype: string
14
+ - name: ' position_y'
15
+ dtype: string
16
+ - name: ' position_z'
17
+ dtype: string
18
+ - name: ' rotation_x'
19
+ dtype: string
20
+ - name: ' rotation_y'
21
+ dtype: string
22
+ - name: ' rotation_z'
23
+ dtype: string
24
+ - name: ' parent_receptacle'
25
+ dtype: string
26
+ - name: objects_str
27
+ dtype: string
28
+ - name: task
29
+ dtype: string
30
+ - name: truth_plan
31
+ sequence: string
32
+ - name: shuffle_actions
33
+ sequence: string
34
+ - name: labels
35
+ sequence: string
36
+ - name: truth_labels
37
+ sequence: string
38
+ splits:
39
+ - name: test
40
+ num_bytes: 39420730
41
+ num_examples: 1396
42
+ - name: mini_test
43
+ num_bytes: 529593
44
+ num_examples: 20
45
+ download_size: 4643428
46
+ dataset_size: 39950323
47
+ ---
48
+ # Dataset Card for "G-PlanET-v2"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)