Experience Replay
Also called: Replay Buffer
A learning technique in which an AI system stores past experiences and reuses them during training to improve learning efficiency, stability, and sample utilization.
Explore more about Learning & Adaptation
Related terms
A machine learning paradigm where an agent learns to make optimal decisions by taking actions in an environment to maximize cumulative rewards.
Continual LearningA learning approach in which an AI system continuously acquires new knowledge and skills over time while retaining previously learned capabilities.
Episodic MemoryEMA type of memory that stores information about specific events, experiences, and interactions, enabling an AI system to recall past episodes and use them to inform future reasoning and decision-making.