Replay
Replay
Source Documentation
Example Memory Spec
{
...
"agent": [{
"memory": {
"name": "Replay",
"batch_size": 32,
"max_size": 10000,
"use_cer": true
}
}],
...
}Last updated
Was this helpful?