Meta-Reinforcement Learning via Exploratory Task Clustering

Abstract

Meta-reinforcement learning (meta-RL) aims to quickly solve new RL tasks by leveraging knowledge from prior tasks. Previous studies often assume a single-mode homogeneous task distribution, ignoring possible structured heterogeneity among tasks. Such an oversight can hamper effective exploration and adaptation, especially with limited samples. In this work, we harness the structured heterogeneity among tasks via clustering to improve meta-RL, which facilitates knowledge sharing at the cluster level. To facilitate exploration, we also develop a dedicated cluster-level exploratory policy to discover task clusters via divide-and-conquer. The knowledge from the discovered clusters helps to narrow the search space of task-specific policy learning, leading to more sample-efficient policy adaptation. We evaluate the proposed method on environments with parametric clusters (e.g., rewards and state dynamics in the MuJoCo suite) and non-parametric clusters (e.g., control skills in the Meta-World suite). The results demonstrate strong advantages of our solution against a set of representative meta-RL methods.

Cite

Text

Chu et al. "Meta-Reinforcement Learning via Exploratory Task Clustering." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I10.29046

Markdown

[Chu et al. "Meta-Reinforcement Learning via Exploratory Task Clustering." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/chu2024aaai-meta/) doi:10.1609/AAAI.V38I10.29046

BibTeX

@inproceedings{chu2024aaai-meta,
  title     = {{Meta-Reinforcement Learning via Exploratory Task Clustering}},
  author    = {Chu, Zhendong and Cai, Renqin and Wang, Hongning},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {11633-11641},
  doi       = {10.1609/AAAI.V38I10.29046},
  url       = {https://mlanthology.org/aaai/2024/chu2024aaai-meta/}
}