Robotic Search & Rescue via Online Multi-task Reinforcement Learning
Lisa Lee

TL;DR
This paper explores the use of online multi-task reinforcement learning, specifically PG-ELLA, to enable robots to efficiently learn multiple tasks like object search under varying conditions, reducing training time and wear.
Contribution
It introduces the application of PG-ELLA for multi-task RL in robotics, demonstrating its effectiveness compared to traditional RL methods.
Findings
PG-ELLA accelerates learning across tasks
Multi-task RL improves robot adaptability
Empirical results favor PG-ELLA over Q-learning and policy gradient
Abstract
Reinforcement learning (RL) is a general and well-known method that a robot can use to learn an optimal control policy to solve a particular task. We would like to build a versatile robot that can learn multiple tasks, but using RL for each of them would be prohibitively expensive in terms of both time and wear-and-tear on the robot. To remedy this problem, we use the Policy Gradient Efficient Lifelong Learning Algorithm (PG-ELLA), an online multi-task RL algorithm that enables the robot to efficiently learn multiple consecutive tasks by sharing knowledge between these tasks to accelerate learning and improve performance. We implemented and evaluated three RL methods--Q-learning, policy gradient RL, and PG-ELLA--on a ground robot whose task is to find a target object in an environment under different surface conditions. In this paper, we discuss our implementations as well as present an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Optimization and Search Problems
