ImitationLearning.md (301B)
1 # Imitation Learning 2 3 L1 4 5 **Definition:** Imitation learning is not RL. It is the process of training a model on expert data making it a form of supervised learning. 6 7 Tangentially related is inverse reinforcement learning where a moduel learns the reward function that the expert is trying to follow.