概念
rl training
创建2026-04-15
更新2026-04-15
阅读量级1 分钟
概念导读

Imitation Learning (IL) is a paradigm where an agent learns to perform tasks by observing and replicating demonstrations from an expert, rather than learning through trial-and-error with explicit reward signals. It is closely related to policy-distillation in RL settings and serves as a foundation for interactive-imitation-learning and broader knowledge tran...

  1. Related
  2. References

Imitation Learning

Imitation Learning (IL) is a paradigm where an agent learns to perform tasks by observing and replicating demonstrations from an expert, rather than learning through trial-and-error with explicit reward signals. It is closely related to policy-distillation in RL settings and serves as a foundation for interactive-imitation-learning and broader knowledge transfer methods. In the LLM context, supervised fine-tuning on expert outputs can be viewed as a form of imitation learning.

References