paper-with-me

Papers

Sample-Efficient Behavior Cloning Using General Domain Knowledge

2025-01-27 · Feiyu Zhu, Jean Oh, Reid Simmons

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.

📄 PDF Abstract BibTeX arXiv:2501.16546

Code (0)

등록된 구현이 없습니다.

Tasks

Car RacingFeature EngineeringGeneral KnowledgeSequential Decision Making

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Self-Predictive Representations for Combinatorial Generalization in Behavioral Cloning

2025-06-11 · Daniel Lawson, Adriana Hugessen, Charlotte Cloutier, Glen Berseth 외

Behavioral cloning (BC) methods trained with supervised learning (SL) are an effective way to learn policies from human demonstrations in domains like robotics. Goal-conditioning these policies enables a single generalis…

Representation Learning

A Framework for Few-Shot Policy Transfer through Observation Mapping and Behavior Cloning

2023-10-13 · Yash Shukla, Bharat Kesari, Shivam Goel, Robert Wright 외

Despite recent progress in Reinforcement Learning for robotics applications, many tasks remain prohibitively difficult to solve because of the expensive interaction cost. Transfer learning helps reduce the training time …

Transfer Learning

Compressed imitation learning

2020-09-18 · Nathan Zhao, Beicheng Lou

In analogy to compressed sensing, which allows sample-efficient signal reconstruction given prior knowledge of its sparsity in frequency domain, we propose to utilize policy simplicity (Occam's Razor) as a prior to enabl…

compressed sensingImitation Learning

Explainable Behavior Cloning: Teaching Large Language Model Agents through Learning by Demonstration

2024-10-30 · Yanchu Guan, Dong Wang, Yan Wang, Haiqing Wang 외

Autonomous mobile app interaction has become increasingly important with growing complexity of mobile applications. Developing intelligent agents that can effectively navigate and interact with mobile apps remains a sign…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+1

Videos are Sample-Efficient Supervisions: Behavior Cloning from Videos via Latent Representations

2025-12-25 · Xin Liu, Haoran Li, Dongbin Zhao arxiv

Humans can efficiently extract knowledge and learn skills from the videos within only a few trials and errors. However, it poses a big challenge to replicate this learning process for autonomous agents, due to the comple…

Reinforcement LearningContinuous Control