LfD
LfD, short for Learning from Demonstrations, is a family of techniques in machine learning and artificial intelligence that enables an agent to acquire tasks by observing demonstrations from an expert. It is closely related to imitation learning and apprenticeship learning, and it is widely used in fields such as robotics, autonomous systems, and AI research.
In LfD, demonstrations provide traces of states and actions (or sequences of states) collected from humans,
Methods and settings vary, with some LfD techniques using end-to-end deep learning and others relying on structured
Applications of LfD span robotic manipulation, autonomous driving, healthcare robotics, and simulation-to-real-world transfer. Limitations often relate
See also: Imitation learning, Behavior cloning, Inverse reinforcement learning, Apprenticeship learning.