allExperiences
Description
returns all experiences stored in experience buffer experiences
= allExperiences(buffer
)buffer
as
individual experiences, each with a batch size of 1 and a sequence length of 1.
specifies the type and concatenation of the fields in experiences
= allExperiences(buffer
,Name=Value
)experience
using
one or more name-value pair arguments. You can specify whether to return the experiences as
dlarray
objects or whether to store them in the GPU. You can also return
experiences concatenated along the batch dimension or the sequence dimension.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2022b