arXiv:2501.16546cs.AI2025-01IJCAI被引 1

用大模型将专家知识转为可学习的策略结构,5次演示即可高效学成。

Sample-Efficient Behavior Cloning Using General Domain Knowledge

  • 用大模型把自然语言的领域知识转为策略骨架,让模型先懂原理再学动作。
  • 在月球着陆和赛车任务中仅需5次示范就学会,且抗动作噪声能力强。
  • 适合有专家经验但数据稀缺的强化学习场景,尤其适合快速试错的应用。

行为克隆在序列决策任务中表现良好,但常因样本效率低且泛化能力差而受限。本文提出一种新方法,将专家提供的通用领域知识融入策略结构中,使模型聚焦关键特征并提升对未见状态的泛化能力。由于神经网络缺乏语义结构且特征工程耗时,传统方式难以融合知识与具体示范。为此,我们利用大语言模型的代码生成能力,将自然语言描述的专家知识转化为策略框架,并通过示范数据微调参数。该方法称为知识引导模型(KIM),其结构直接反映专家知识的语义。在月球着陆和赛车任务中,该方法仅需5次示范即可完成学习,且对动作噪声具有鲁棒性,显著优于无领域知识的基线模型。结果表明,借助大语言模型,可有效将领域知识嵌入策略结构,大幅提升行为克隆的样本效率。

原文摘要 · Abstract (English)

Behavior cloning has shown success in many sequential decision-making tasks by learning from expert demonstrations, yet they can be very sample inefficient and fail to generalize to unseen scenarios. One approach to these problems is to introduce general domain knowledge, such that the policy can focus on the essential features and may generalize to unseen states by applying that knowledge. Although this knowledge is easy to acquire from the experts, it is hard to be combined with learning from individual examples due to the lack of semantic structure in neural networks and the time-consuming nature of feature engineering. To enable learning from both general knowledge and specific demonstration trajectories, we use a large language model's coding capability to instantiate a policy structure based on expert domain knowledge expressed in natural language and tune the parameters in the policy with demonstrations. We name this approach the Knowledge Informed Model (KIM) as the structure reflects the semantics of expert knowledge. In our experiments with lunar lander and car racing tasks, our approach learns to solve the tasks with as few as 5 demonstrations and is robust to action noise, outperforming the baseline model without domain knowledge. This indicates that with the help of large language models, we can incorporate domain knowledge into the structure of the policy, increasing sample efficiency for behavior cloning.

行为克隆大模型知识注入少样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。