Intrinsic motivation is a drive for an AI agent to explore and learn based on internal rewards generated by the learning process itself, such as curiosity or novelty, rather than external task-specific rewards. This mechanism is fundamental to autonomous skill acquisition in reinforcement learning and embodied AI, enabling agents to discover useful behaviors without a predefined extrinsic goal. It addresses the exploration-exploitation trade-off by providing a built-in incentive to seek out novel or informative states, thereby improving the efficiency of learning a world model.
