lr-2002 commited on
Commit
13c5530
·
verified ·
1 Parent(s): 852eb0d

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ multimodal:
8
+ - vision
9
+ pretty_name: DataArm move the bottle from the green plate to the white plate
10
+ task_categories:
11
+ - imitation-learning
12
+ task_ids:
13
+ - continuous-control
14
+ - robotic-manipulation
15
+ ---
16
+
17
+ # lr-2002/exp-move_bottle
18
+
19
+ ## Dataset Description
20
+
21
+ This dataset contains robot arm demonstration trajectories collected with the DataArm robotic system.
22
+
23
+ - **Task**: move the bottle from the green plate to the white plate
24
+ - **Action Type**: abs_joint
25
+ - **Total Episodes**: 81
26
+ - **Total Frames**: 20596
27
+ - **FPS**: 60
28
+
29
+ ## Action Format
30
+
31
+ **Action Type**: abs_joint
32
+
33
+ Actions are **absolute joint positions** (in radians). Each action is an 8-dimensional vector representing target positions for all arm joints plus gripper state.
34
+