Table of Contents

Namespace AiDotNet.ContinualLearning.Memory

Classes

BufferStatistics

Statistics about the experience replay buffer.

DataPoint<T, TInput, TOutput>

Represents a single data point with input and output.

DatasetExtensions

Extension methods for IDataset to convert to DataPoints.

ExperienceDataPoint<T, TInput, TOutput>

Alias for DataPoint used in experience replay contexts.

ExperienceReplayBuffer<T, TInput, TOutput>

A memory buffer for storing examples from previous tasks for experience replay.

Enums

ReplaySamplingStrategy

Strategy for sampling during replay (training time).