Expand description
Consists the observation part of a batch in SimpleReplayBuffer.
Fields
n: usizeThe number of samples in the batch.
m: usizeThe length of a sample in bytes.
buf: Vec<u8>The buffer.
Consists the observation part of a batch in SimpleReplayBuffer.
n: usizeThe number of samples in the batch.
m: usizeThe length of a sample in bytes.
buf: Vec<u8>The buffer.