Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,25 @@ task_categories:
|
|
42 |
- robotics
|
43 |
---
|
44 |
|
45 |
-
A dataset of 101 demonstrations for a 'planar push' task with a UR5e robot.
|
|
|
46 |
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
|
|
42 |
- robotics
|
43 |
---
|
44 |
|
45 |
+
A [`LeRobot`](https://github.com/huggingface/lerobot) -formatted dataset of 101 demonstrations for a 'planar push' task with a UR5e robot.
|
46 |
+
The robot has a cylindrical end-effector and has to push an object to the target location. Once done, the robot needs to move to the corner of the workspace.
|
47 |
|
48 |
+
#TODO: add video
|
49 |
+
|
50 |
+
|
51 |
+
The target location is fixed and marked with an orange square. Both the initial joint configuration of the robot and the pose of th
|
52 |
+
The dataset was collected using a [Gello](https://wuphilipp.github.io/gello_site/) arm to teleoperate the robot.
|
53 |
+
|
54 |
+
|
55 |
+
The robot's motion is contrained to remain top-down and on a height of z=1. The agent controls the 6 joints of the robot arm by providing absolute joint coordinates.
|
56 |
+
|
57 |
+
The observations are
|
58 |
+
- 640x480 RGB image from the wrist camera (realsense)
|
59 |
+
- 640x480 RGB image from a third-person camera (realsense)
|
60 |
+
- the joint configuration
|
61 |
+
|
62 |
+
The robot is operated at 10Hz and each episode is succesful. There is no max duration.
|
63 |
+
|
64 |
+
|
65 |
+
Collecting these 100 episodes took about 1 hour.
|
66 |
|