โญPrioritizedReplay
PrioritizedReplay
Source Documentation
Example Memory Spec
{
...
"agent": {
"memory": {
"name": "PrioritizedReplay",
"alpha": 0.6,
"epsilon": 0.0001,
"batch_size": 32,
"max_size": 50000,
"use_cer": false
}
},
...
}Last updated
Was this helpful?