LGJan 6, 2023

Centralized Cooperative Exploration Policy for Continuous Control Tasks

arXiv:2301.02375v13 citationsh-index: 108
Originality Incremental advance
AI Analysis

This addresses a bottleneck in DRL for continuous control, offering incremental improvements in exploration efficiency for researchers and practitioners in robotics and AI.

The paper tackles the problem of insufficient exploration in deep reinforcement learning for continuous control tasks by proposing CCEP, a centralized cooperative exploration policy that uses underestimation and overestimation of value functions to enhance exploration, resulting in outperforming state-of-the-art methods across multiple tasks.

The deep reinforcement learning (DRL) algorithm works brilliantly on solving various complex control tasks. This phenomenal success can be partly attributed to DRL encouraging intelligent agents to sufficiently explore the environment and collect diverse experiences during the agent training process. Therefore, exploration plays a significant role in accessing an optimal policy for DRL. Despite recent works making great progress in continuous control tasks, exploration in these tasks has remained insufficiently investigated. To explicitly encourage exploration in continuous control tasks, we propose CCEP (Centralized Cooperative Exploration Policy), which utilizes underestimation and overestimation of value functions to maintain the capacity of exploration. CCEP first keeps two value functions initialized with different parameters, and generates diverse policies with multiple exploration styles from a pair of value functions. In addition, a centralized policy framework ensures that CCEP achieves message delivery between multiple policies, furthermore contributing to exploring the environment cooperatively. Extensive experimental results demonstrate that CCEP achieves higher exploration capacity. Empirical analysis shows diverse exploration styles in the learned policies by CCEP, reaping benefits in more exploration regions. And this exploration capacity of CCEP ensures it outperforms the current state-of-the-art methods across multiple continuous control tasks shown in experiments.

Code Implementations1 repo
Foundations

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

Your Notes