stepjam / RLBench

A large-scale benchmark and learning environment.
https://sites.google.com/corp/view/rlbench
Other
1.11k stars 226 forks source link

Questions about the arrangement of waypoint points #88

Closed fanSunny closed 4 years ago

fanSunny commented 4 years ago

When looking at the task demonstration provided by rlbench, I found that the waypoint settings for object grabbing are somewhat different. Some objects have a waypoint set before close_gripper (for example, block grabbing in BlockPyramid). Some objects have no settings, and the robotic arm moves directly to the object grabbing. Take the waypoint.(For example, catch plate in SetTheTable).So what is the rule for setting waypoint?

stepjam commented 4 years ago

Hi That is up to the task designer :) When building my tasks, I prefer to place a 'pre-grasp' waypoint above objects before the actual grasp waypoint, but that not always necessary. Hope that helps.

ubless607 commented 1 month ago

@stepjam Thanks for your amazing work. I have one question about waypoints. If I want the robot gripper to touch a specific part of the object (e.g., left border of the object), is there any way instead of using the waypoint? Using only the waypoint did not help. I am now referring to this video (https://www.youtube.com/watch?v=bKaK_9O3v7Y).

p.s. If you need more explanations, please feel free to ask.