paper-with-me

Papers

Improving Policy Optimization with Generalist-Specialist Learning

2022-06-26 · Zhiwei Jia, Xuanlin Li, Zhan Ling, Shuang Liu, Yiran Wu, Hao Su

Generalization in deep reinforcement learning over unseen environment variations usually requires policy learning over a large set of diverse training variations. We empirically observe that an agent trained on many variations (a generalist) tends to learn faster at the beginning, yet its performance plateaus at a less optimal level for a long time. In contrast, an agent trained only on a few variations (a specialist) can often achieve high returns under a limited computational budget. To have the best of both worlds, we propose a novel generalist-specialist training framework. Specifically, we first train a generalist on all environment variations; when it fails to improve, we launch a large population of specialists with weights cloned from the generalist, each trained to master a selected small subset of variations. We finally resume the training of the generalist with auxiliary rewards induced by demonstrations of all specialists. In particular, we investigate the timing to start specialist training and compare strategies to learn generalists with assistance from specialists. We show that this framework pushes the envelope of policy learning on several challenging and popular benchmarks including Procgen, Meta-World and ManiSkill.

📄 PDF Abstract BibTeX arXiv:2206.12984

Code (1)

seanjia/gsl 공식 구현 pytorch

Tasks

Deep Reinforcement LearningImitation LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Large Language Models as Generalist Policies for Network Optimization

2025-12-03 · Duo Wu, Linjia Kang, Zhimin Wang, Fangxin Wang 외 arxiv

Designing control policies to ensure robust network services is essential to modern digital infrastructure. However, the dominant paradigm for network optimization relies on designing specialist policies based on handcra…

Computational Efficiency

Towards Synergistic, Generalized, and Efficient Dual-System for Robotic Manipulation

2024-10-10 · Qingwen Bu, Hongyang Li, Li Chen, Jisong Cai 외

The increasing demand for versatile robotic systems to operate in diverse and dynamic environments has emphasized the importance of a generalist policy, which leverages a large cross-embodiment data corpus to facilitate …

Robot ManipulationVision-Language-Action

The Evaluation Cost of Task Specialization in Evolutionary Multi-Robot Systems

2026-06-23 · Paolo Leopardi, Heiko Hamann, Jonas Kuckling, Tanja Katharina Kaiser arxiv

Task specialization can improve the efficiency of multi-robot systems (MRSs). Previous works have investigated the emergence of task-specialist robot controllers through evolutionary optimization and have argued that tas…

Embodiment-Aware Generalist Specialist Distillation for Unified Humanoid Whole-Body Control

2026-02-03 · Quanquan Peng, Yunfeng Lin, Yufei Xue, Jiangmiao Pang 외 arxiv

Humanoid Whole-Body Controllers trained with reinforcement learning (RL) have recently achieved remarkable performance, yet many target a single robot embodiment. Variations in dynamics, degrees of freedom (DoFs), and ki…

Reinforcement Learning

UniDexGrasp++: Improving Dexterous Grasping Policy Learning via Geometry-aware Curriculum and Iterative Generalist-Specialist Learning

2023-04-02 · ICCV 2023 1 · Weikang Wan, Haoran Geng, Yun Liu, Zikang Shan 외

We propose a novel, object-agnostic method for learning a universal policy for dexterous object grasping from realistic point cloud observations and proprioceptive information under a table-top setting, namely UniDexGras…

Object