ROAICVLGSYJul 10, 2024

Continuous Control with Coarse-to-fine Reinforcement Learning

arXiv:2407.07787v121 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the problem of sample efficiency and stability in reinforcement learning for real-world continuous control, particularly in robotics manipulation, but appears incremental as it builds on existing value-based methods.

The paper tackles the challenge of deploying reinforcement learning in real-world environments by introducing the Coarse-to-fine Reinforcement Learning (CRL) framework, which enables stable, sample-efficient value-based algorithms for fine-grained continuous control tasks, and demonstrates that their Coarse-to-fine Q-Network (CQN) significantly outperforms baselines on 20 sparsely-rewarded RLBench manipulation tasks and learns real-world tasks within minutes.

Despite recent advances in improving the sample-efficiency of reinforcement learning (RL) algorithms, designing an RL algorithm that can be practically deployed in real-world environments remains a challenge. In this paper, we present Coarse-to-fine Reinforcement Learning (CRL), a framework that trains RL agents to zoom-into a continuous action space in a coarse-to-fine manner, enabling the use of stable, sample-efficient value-based RL algorithms for fine-grained continuous control tasks. Our key idea is to train agents that output actions by iterating the procedure of (i) discretizing the continuous action space into multiple intervals and (ii) selecting the interval with the highest Q-value to further discretize at the next level. We then introduce a concrete, value-based algorithm within the CRL framework called Coarse-to-fine Q-Network (CQN). Our experiments demonstrate that CQN significantly outperforms RL and behavior cloning baselines on 20 sparsely-rewarded RLBench manipulation tasks with a modest number of environment interactions and expert demonstrations. We also show that CQN robustly learns to solve real-world manipulation tasks within a few minutes of online training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes