PrioritizedReplay
PrioritizedReplay
Source Documentation
Example Memory Spec
{
...
"agent": [{
"memory": {
"name": "PrioritizedReplay",
"alpha": 0.6,
"epsilon": 0.001,
"batch_size": 32,
"max_size": 10000,
"use_cer": false
}
}],
...
}Last updated
Was this helpful?