Intrinsic Motivation is a mechanism in reinforcement learning (RL) where an agent generates its own internal reward signals to encourage exploration and skill acquisition, rather than relying solely on external rewards from the environment. These signals, such as curiosity, surprise, or a drive for novelty, compel the agent to seek out new states or information, which is critical for learning in sparse or deceptive reward settings. This concept is foundational for building autonomous agents capable of open-ended learning and is a key component of recursive self-improvement architectures.
