Abstract: Amazon tackles the problem of coordinating a heterogeneous fleet of hundreds of thousands of robots to go from a website click to a delivery at your door. While formulating the underlying optimization problem is possible (albeit impractical), instantiating and solving it at such scales is infeasible. At Amazon, we leverage problem decomposition and rely on proven methods to solve these smaller problems, and finally apply system engineering to reconstruct an executable solution to the original problem, all in real-time. Some of the most useful techniques in our tool belt are search-based methods. In this talk, we’ll discuss how we tackle decomposition, examine examples of where search is currently deployed, and where we see further opportunities for search to be used.
Bio: Scott Kiesel is a Senior Applied Scientist at Amazon Robotics. He earned his PhD from the University of New Hampshire (UNH) in 2016. His current research focus is large-scale multi-agent planning and execution algorithms and systems. At Amazon, he shepherds novel research projects from ideation through production deployment, working closely with Software Development Engineers.