643 research outputs found
Robotic Test Tube Rearrangement Using Combined Reinforcement Learning and Motion Planning
A combined task-level reinforcement learning and motion planning framework is
proposed in this paper to address a multi-class in-rack test tube rearrangement
problem. At the task level, the framework uses reinforcement learning to infer
a sequence of swap actions while ignoring robotic motion details. At the motion
level, the framework accepts the swapping action sequences inferred by
task-level agents and plans the detailed robotic pick-and-place motion. The
task and motion-level planning form a closed loop with the help of a condition
set maintained for each rack slot, which allows the framework to perform
replanning and effectively find solutions in the presence of low-level
failures. Particularly for reinforcement learning, the framework leverages a
distributed deep Q-learning structure with the Dueling Double Deep Q Network
(D3QN) to acquire near-optimal policies and uses an A-based
post-processing technique to amplify the collected training data. The D3QN and
distributed learning help increase training efficiency. The post-processing
helps complete unfinished action sequences and remove redundancy, thus making
the training data more effective. We carry out both simulations and real-world
studies to understand the performance of the proposed framework. The results
verify the performance of the RL and post-processing and show that the
closed-loop combination improves robustness. The framework is ready to
incorporate various sensory feedback. The real-world studies also demonstrated
the incorporation
In-Rack Test Tube Pose Estimation Using RGB-D Data
Accurate robotic manipulation of test tubes in biology and medical industries
is becoming increasingly important to address workforce shortages and improve
worker safety. The detection and localization of test tubes are essential for
the robots to successfully manipulate test tubes. In this paper, we present a
framework to detect and estimate poses for the in-rack test tubes using color
and depth data. The methodology involves the utilization of a YOLO object
detector to effectively classify and localize both the test tubes and the tube
racks within the provided image data. Subsequently, the pose of the tube rack
is estimated through point cloud registration techniques. During the process of
estimating the poses of the test tubes, we capitalize on constraints derived
from the arrangement of rack slots. By employing an optimization-based
algorithm, we effectively evaluate and refine the pose of the test tubes. This
strategic approach ensures the robustness of pose estimation, even when
confronted with noisy and incomplete point cloud data.Comment: Submit to IEEE ROBIO 202
- …