Region Growing Curriculum Generation for Reinforcement Learning
Artem Molchanov, Karol Hausman, Stan Birchfield, Gaurav Sukhatme

TL;DR
This paper presents a region-growing curriculum method for reinforcement learning that enables agents to learn goal-reaching policies from any initial state without reward engineering, improving learning efficiency in sparse reward environments.
Contribution
The authors introduce a novel region-growing curriculum algorithm that automatically expands the learning region and adapts exploration parameters for efficient policy learning in complex environments.
Findings
Efficient learning of goal-reaching policies in sparse reward settings.
Automatic adjustment of exploration hyperparameters improves adaptability.
Successful application to navigation and manipulation tasks in simulation.
Abstract
Learning a policy capable of moving an agent between any two states in the environment is important for many robotics problems involving navigation and manipulation. Due to the sparsity of rewards in such tasks, applying reinforcement learning in these scenarios can be challenging. Common approaches for tackling this problem include reward engineering with auxiliary rewards, requiring domain-specific knowledge or changing the objective. In this work, we introduce a method based on region-growing that allows learning in an environment with any pair of initial and goal states. Our algorithm first learns how to move between nearby states and then increases the difficulty of the start-goal transitions as the agent's performance improves. This approach creates an efficient curriculum for learning the objective behavior of reaching any goal from any initial state. In addition, we describe a…
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 · Robot Manipulation and Learning · Machine Learning and Algorithms
