Learning a Robust Group Controller using Deep Reinforcement Learning


Jixuan Zhi and Jyh-Ming Lien


image


Overview

The robotic shepherding problem considers the control and navigation of a group of coherent agents (e.g., a flock of birds or a fleet of drones) through the motion of an external robot, called shepherd. However, the existed method shows that shepherding robot cannot robustly herd agents amongst obstacles under uncertain behavioral and environmental models.

We propose the first known learning-based method that can herd agents amongst obstacles. By using deep reinforcement learning techniques combined with the probabilistic roadmaps, we train a shepherding model using noisy but controlled environmental and behavioral parameters.
image


We consider a partially-observable continuous world, in which the shepherd robot can only observe the state of the world in a field of view centered around itself. We choose to represent the group as a bounding circle as shown in the figure and define the position of the sheep as the center of the group. To handle environments populated with obstacles, a path planner will inquire the probabilistic roadmaps (PRM) and find a steering path as a sub-goal to connect the sheep (center) to the goal.

image

We consider the environments with predefined obstacles. In practice, the environment (such as in a farm or ranch) is usually fixed, and the sheep routinely moves toward one location for grazing and the other location for drinking. Therefore, we create a fixed environment as follows. We set two positions and alternate between these two positions as the start and goal. The figure shows two trajectories in the opposite directions that successfully herd a group of three sheep in the filter environments.

image

We train the controller in environments with randomly perturbed obstacles. Figure as follows shows two examples composed of fences that partition the spaces into long corridors with narrow gaps and sharp turns. To train the controller, we create three-layer obstacle environments (left) and perturb the position and angle of each fence using a clipped Gaussian noise. For the gaps formed by two fences, the shorter fence may appear or disappear randomly thus changes the difficulty of the herding problem.


image


To evaluate the trained model, we build a set of similar but more difficult environments containing four layers with one to four gaps is shown as follows, the figure also illustrates the successful herding paths and a side-to-side steering policy by learning.

image


Video


The video shows the herding among obstacles. In two different environments, the video shows a path comparison of three different methods for a shepherd herding a group of sheep to reach a goal region.




Online Presentations


The video shows online presentations for ICRA 2021, Xi'an, China.






Publications

Learning to Herd Agents Amongst Obstacles: Training Robust Shepherding Behaviors using Deep Reinforcement Learning, Zhi, Jixuan and Lien, Jyh-Ming, IEEE Robotics and Automation Letters (RA-L) and IEEE International International Conference on Robotics and Automation (ICRA), 2021
Paper / Pre-Print (pdf) / arXiv / BibTeX
Computer Science @ George Mason University